Greg writes:
> I picked up a network card that claims to use the "most reliable Realtek
> LAN chip". The big chip is labelled "LAN-8139" so naturally I tried the
> 8139too driver. It doesn't find the device. I'm wondering if maybe it's
> just something in the device ID tables. Here's some info:
>
> 00:0b.0 Ethernet controller: MYSON Technology Inc: Unknown device 0803
> Subsystem: MYSON Technology Inc: Unknown device 0803
> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
Add the PCI vendor ID and device ID (0803) to drivers/net/8139too.c, in
the rtl8139_pci_tbl[] and board_info[] and if it works, send a patch to
Jeff (CC'd).
Jeff, is there a reason why you have numeric vendor and device IDs instead
of using the definitions in <linux/pci_ids.h>?
Cheers, Andreas
--
Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto,
\ would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/