diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2010-06-30 22:17:47 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2010-06-30 22:17:47 +0000 |
commit | 2af154e14eea730470686fc234fe662f69dff624 (patch) | |
tree | b0c1f2b6ac9b4858b0dfc308eaee72827e93e36b /sys/dev | |
parent | d7374cb0792c11ccc320d1cf953103296168b25f (diff) |
add Realtek RTL8171
from Brad
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 625d9e2f77e..6e10f1279ba 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.503 2010/06/30 16:43:19 yuo Exp $ +$OpenBSD: usbdevs,v 1.504 2010/06/30 22:17:46 phessler Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3047,6 +3047,7 @@ product RATOC REXUSB60F 0xb020 REX-USB60F /* Realtek products */ product REALTEK RTL8150 0x8150 RTL8150 product REALTEK RTL8151 0x8151 RTL8151 PNA +product REALTEK RTL8171 0x8171 RTL8171 product REALTEK RTL8187 0x8187 RTL8187 product REALTEK RTL8187B_0 0x8189 RTL8187B product REALTEK RTL8187B_1 0x8197 RTL8187B |