|
||||||||||
On Wed, 14 Jul 2004 22:21:29 +1000, Quark IT - Hilton Travis <hilton at quarkit dot com dot au> wrote: > Hi Kirk, > > pci0: <unknown card> (vendor=0x127a, dev=0x1803) at 9.0 irq 11 > > pci0: <unknown card> (vendor=0x127a, dev=0x1804) at 9.1 irq 11 > Okay, so it's seeing the card but for some reason it has no clue what it is. Strange, because according to this page, it's reporting itself as just what it is: a Conexant RS7112... http://openbsd.mirrors.pair.com/src/sys/dev/pci/pcidevs.h #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell */ #define PCI_PRODUCT_CONEXANT_RS7112 0x1803 /* 10/100 */ #define PCI_PRODUCT_CONEXANT_56K_WINMODEM3 0x1804 /* 10/100 */ Hrm. So is the dc driver just not picking this thing up for some reason? Any way I can force the issue, so to speak? Kirk Lane ayocee at gmail dot com |