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/amd64/conf/RAMDISK_CD | |
parent | 31b8ad6487b3cd6cc6b559f6c720d1df5b1da95c (diff) |
use the correct capitalization for Realtek.
Diffstat (limited to 'sys/arch/amd64/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 2a596012c04..b69b1d00efd 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.147 2014/11/23 10:18:55 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.148 2014/11/24 02:03:36 brad Exp $ machine amd64 maxusers 4 @@ -99,9 +99,9 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211/ZD1211B upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB -urtw* at uhub? # RealTek 8187 -urtwn* at uhub? # RealTek RTL8188CU/RTL8192CU -rsu* at uhub? # RealTek RTL8188SU/RTL8191SU/RTL8192SU +urtw* at uhub? # Realtek 8187 +urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU +rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU uath* at uhub? # Atheros AR5005UG/AR5005UX otus* at uhub? # Atheros AR9001U athn* at uhub? # Atheros AR9002U @@ -174,8 +174,8 @@ sm* at pcmcia? # PCMCIA based sm ethernet xe* at pcmcia? # Xircom ethernet xl* at pci? # 3C9xx ethernet xl* at cardbus? # 3C575 ethernet -rl* at pci? # RealTek 81[23]9 ethernet -rl* at cardbus? # RealTek 81[23]9 ethernet +rl* at pci? # Realtek 81[23]9 ethernet +rl* at cardbus? # Realtek 81[23]9 ethernet epic* at pci? # SMC EPIC/100 ethernet vr* at pci? # VIA Rhine ethernet pcn* at pci? # AMD PCnet-PCI Ethernet @@ -248,7 +248,7 @@ nsphyter* at mii? # NS and compatible PHYs qsphy* at mii? # Quality Semi QS6612 PHYs luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 8x220 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 |