Index: pci.c =================================================================== RCS file: /usr/cvs/src/sys/dev/pci/pci.c,v retrieving revision 1.314 diff -u -r1.314 pci.c --- pci.c 20 Sep 2006 06:47:14 -0000 1.314 +++ pci.c 4 Oct 2006 15:03:45 -0000 @@ -900,6 +900,12 @@ return (barlen); /* + * HACK: Ignore the BIOS-set values for the mxge BARs. + */ + if (PCIB_READ_CONFIG(pcib, b, s, f, PCIR_DEVVENDOR, 4) == 0x000814c1) + return (barlen); + + /* * This code theoretically does the right thing, but has * undesirable side effects in some cases where peripherals * respond oddly to having these bits enabled. Let the user