diff options
| author | 2006-06-07 01:14:26 +0000 | |
|---|---|---|
| committer | 2006-06-07 01:14:26 +0000 | |
| commit | 2284913d5250f13849b8f990369fb5422c089c0c (patch) | |
| tree | 24bef551e748e60eb6cbd426bf241ebe56f80547 /sys/dev/pci/if_re_pci.c | |
| 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.
Diffstat (limited to 'sys/dev/pci/if_re_pci.c')
| -rw-r--r-- | sys/dev/pci/if_re_pci.c | 4 |
1 files changed, 2 insertions, 2 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 }, |
