diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-11-24 02:03:38 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-11-24 02:03:38 +0000 |
commit | 17d7af3dc09861f2efcfb7d3ea73132346bcf5d0 (patch) | |
tree | c0fbadcd374b8ffcf99f0677c7dcfc801764e729 /sys/arch/alpha | |
parent | 31b8ad6487b3cd6cc6b559f6c720d1df5b1da95c (diff) |
use the correct capitalization for Realtek.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 2afab3f0875..f283a678475 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.248 2014/09/27 08:28:12 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.249 2014/11/24 02:03:36 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -219,7 +219,7 @@ stge* at pci? # Sundance TC9021 GigE lge* at pci? # Level1 LXT1001 GigE hme* at pci? # Sun Happy Meal ti* at pci? # Alteon Tigon 1Gb ethernet -rl* at pci? # RealTek 81[23]9 ethernet +rl* at pci? # Realtek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet em* at pci? # Intel Pro/1000 ethernet #ixgb* at pci? # Intel Pro/10Gb ethernet @@ -263,7 +263,7 @@ qsphy* at mii? # Quality Semi QS6612 PHYs luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 8x220 PHYs tlphy* at mii? # ThunderLAN PHYs -rlphy* at mii? # RealTek 8139 internal PHYs +rlphy* at mii? # Realtek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs dcphy* at mii? # Digital Clone PHYs acphy* at mii? # Altima AC101 PHYs diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index f10c443ff86..b58f2bc740f 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.95 2014/10/10 05:43:33 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.96 2014/11/24 02:03:36 brad Exp $ machine alpha maxusers 4 @@ -133,7 +133,7 @@ stge* at pci? # Sundance TC9021 GigE lge* at pci? # Level1 LXT1001 GigE hme* at pci? # Sun Happy Meal ti* at pci? # Alteon Tigon 1Gb ethernet -rl* at pci? # RealTek 81[23]9 ethernet +rl* at pci? # Realtek 81[23]9 ethernet vr* at pci? # VIA Rhine ethernet em* at pci? # Intel Pro/1000 ethernet sis* at pci? # SiS 900/7016 ethernet @@ -166,7 +166,7 @@ qsphy* at mii? # Quality Semi QS6612 PHYs luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 8x220 PHYs tlphy* at mii? # ThunderLAN PHYs -rlphy* at mii? # RealTek 8139 internal PHYs +rlphy* at mii? # Realtek 8139 internal PHYs mtdphy* at mii? # Myson MTD972 PHYs dcphy* at mii? # Digital Clone PHYs acphy* at mii? # Altima AC101 PHYs |