re driver doesn't properly support RTL8110SC
Paul Haddad <[email protected]>
| Newsgroups | gmane.os.freebsd.bugbusters |
|---|---|
| Message-ID | <[email protected]> |
The send-pr app doesn't seem to work. pfSense 1.0.1/6.1 (but verified problem still exists in 6.2) FreeBSD router.pth.prv 6.1-RELEASE-p15 FreeBSD 6.1-RELEASE-p15 #3: Sat Mar 17 23:09:48 UTC 2007 [email protected]:/usr/obj.pfSense/ usr/src/sys/pfSense_wrap.6 i386 The Jetway AD3RTLANG (3 port RTL8110SC card) device isn't supported properly in the RE driver. It seems like the device is listed in if_reg.h but it isn't matching the device. The below is the pciconf for the device. none0@pci0:9:0: class=0x020000 card=0x10ec16f3 chip=0x816910ec rev=0x10 hdr=0x00 class = network subclass = ethernet none2@pci0:11:0: class=0x020000 card=0x10ec16f3 chip=0x816910ec rev=0x10 hdr=0x00 class = network subclass = ethernet none3@pci0:12:0: class=0x020000 card=0x10ec16f3 chip=0x816910ec rev=0x10 hdr=0x00 class = network subclass = ethernet This doesn't seem to match what the RE driver is looking for. I've tried to change the matching logic for the driver but haven't had any luck with this. --- Paul Haddad ([email protected])