re driver woes
Joerg Sonnenberger
joerg at britannica.bec.de
Mon Jul 19 02:20:29 PDT 2004
On Sat, Jul 17, 2004 at 12:30:14PM -0500, Shawn wrote:
> 0x816910ec 0x02b00007 0x02000010 0x00002008
> 0x00009c01 0xfb006000 0x00000000 0x00000000
^^^^^^^^^^
This is completely bogus. Please try to attached patch.
Joerg
Index: if_re.c
===================================================================
RCS file: /home/joerg/wd/repo/dragonflybsd/src/sys/dev/netif/re/if_re.c,v
retrieving revision 1.2
diff -u -r1.2 if_re.c
--- if_re.c 14 Jul 2004 07:40:26 -0000 1.2
+++ if_re.c 19 Jul 2004 08:27:53 -0000
@@ -1020,6 +1020,7 @@
error = ENXIO;
goto fail;
}
+ pci_write_config(dev, RE_PCI_LOMEM, rman_get_start(res), 4);
sc->re_btag = rman_get_bustag(sc->re_res);
sc->re_bhandle = rman_get_bushandle(sc->re_res);
More information about the Bugs
mailing list