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/hppa/conf | |
parent | 31b8ad6487b3cd6cc6b559f6c720d1df5b1da95c (diff) |
use the correct capitalization for Realtek.
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index a303d980e3e..af3e3d8f83b 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.105 2014/10/10 05:43:35 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.106 2014/11/24 02:03:37 brad Exp $ machine hppa maxusers 4 @@ -159,7 +159,7 @@ softraid0 at root em* at pci? # Intel Pro/1000 ethernet dc* at pci? # 21143, "tulip" clone ethernet -rl* at pci? # RealTek 81[23]9 ethernet +rl* at pci? # Realtek 81[23]9 ethernet xl* at pci? # 3C9xx ethernet fxp* at pci? # EtherExpress 10/100B ethernet ne* at pci? # NE2000-compatible Ethernet |