diff --git a/sys/dev/pci/igsfb_pci.c b/sys/dev/pci/igsfb_pci.c index 0503bb437684..23e27f5df00a 100644 --- a/sys/dev/pci/igsfb_pci.c +++ b/sys/dev/pci/igsfb_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: igsfb_pci.c,v 1.13 2006/04/05 01:13:50 uwe Exp $ */ +/* $NetBSD: igsfb_pci.c,v 1.14 2006/05/20 10:31:29 mrg Exp $ */ /* * Copyright (c) 2002, 2003 Valeriy E. Ushakov @@ -31,7 +31,7 @@ * Integraphics Systems IGA 168x and CyberPro series. */ #include -__KERNEL_RCSID(0, "$NetBSD: igsfb_pci.c,v 1.13 2006/04/05 01:13:50 uwe Exp $"); +__KERNEL_RCSID(0, "$NetBSD: igsfb_pci.c,v 1.14 2006/05/20 10:31:29 mrg Exp $"); #include #include @@ -136,7 +136,7 @@ static int igsfb_pci_is_console(pci_chipset_tag_t pc, pcitag_t tag) { - return igsfb_pci_is_console && (tag == igsfb_pci_constag); + return (tag == igsfb_pci_constag); }