diff options
| author | 2006-06-07 01:14:26 +0000 | |
|---|---|---|
| committer | 2006-06-07 01:14:26 +0000 | |
| commit | 2284913d5250f13849b8f990369fb5422c089c0c (patch) | |
| tree | 24bef551e748e60eb6cbd426bf241ebe56f80547 | |
| parent | teach tip about line disciplines; tried by mbalmer too (diff) | |
| download | wireguard-openbsd-2284913d5250f13849b8f990369fb5422c089c0c.tar.xz wireguard-openbsd-2284913d5250f13849b8f990369fb5422c089c0c.zip | |
rename the Realtek RT8111B entry to RT8168.
| -rw-r--r-- | sys/dev/pci/if_re_pci.c | 4 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index abe7eb22107..9df2eadfe31 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_pci.c,v 1.8 2006/05/23 00:41:50 brad Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.9 2006/06/07 01:14:26 brad Exp $ */ /* * Copyright (c) 2005 Peter Valchev <pvalchev@openbsd.org> @@ -63,7 +63,7 @@ struct re_pci_softc { }; const struct pci_matchid re_pci_devices[] = { - { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8111B }, + { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8168 }, { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169 }, { PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGLAPCIGT }, { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DGE528T }, diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index d96dd4f23d7..67316fcb540 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1072 2006/06/03 19:36:36 gwk Exp $ +$OpenBSD: pcidevs,v 1.1073 2006/06/07 01:14:26 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2835,7 +2835,7 @@ product REALTEK RT8029 0x8029 8029 product REALTEK RT8129 0x8129 8129 product REALTEK RT8138 0x8138 8138 product REALTEK RT8139 0x8139 8139 -product REALTEK RT8111B 0x8168 8111B +product REALTEK RT8168 0x8168 8168 product REALTEK RT8169 0x8169 8169 product REALTEK RT8180 0x8180 8180 product REALTEK RT8185 0x8185 8185 |
