diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-08-13 03:45:56 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-08-13 03:45:56 +0000 |
commit | 58adb7c54c9677bbb86671ead968715b3b0cd59b (patch) | |
tree | 1fe10ebb79b755c110ad0f983bbd1c05cb86269d | |
parent | a80b8d327d3970db05a181a092546160dfaa9df4 (diff) |
Add another PCI id for the Realtek 8139D chipset.
From FreeBSD
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b7a4ba0a56a..0ea90e27e0e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1397 2008/08/08 16:07:18 damien Exp $ +$OpenBSD: pcidevs,v 1.1398 2008/08/13 03:45:55 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3864,6 +3864,7 @@ product RALINK RT2790 0x0781 RT2790 /* Realtek products */ product REALTEK RT8029 0x8029 8029 +product REALTEK RT8139D 0x8039 8139D product REALTEK RT8129 0x8129 8129 product REALTEK RT8101E 0x8136 8101E product REALTEK RT8138 0x8138 8138 |