From 6b4200d989190421988b2df1505c115ce71d8f4b Mon Sep 17 00:00:00 2001 From: brad Date: Wed, 13 Aug 2008 03:45:55 +0000 Subject: [PATCH] Add another PCI id for the Realtek 8139D chipset. From FreeBSD --- sys/dev/pci/pcidevs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1