diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-30 19:01:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-30 19:01:48 +0000 |
commit | 4c2e8d980754052387ed2d3753ac097d835612cc (patch) | |
tree | 9397f55ae61523f965f4f4e2ebfc0c9cdee2ce15 /sys | |
parent | e986e8dce127bc498d32df45b526a3cfb33e0ca7 (diff) |
remove a driver because someone bloated the kernel
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 8c28a415b22..871a994fa12 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.26 2005/07/06 01:52:13 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.27 2005/07/30 19:01:47 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -202,7 +202,7 @@ rl* at pci? # RealTek 81[23]9 ethernet re* at pci? # Realtek 8169/8169S/8110S #epic* at pci? # SMC EPIC/100 ethernet #tl* at pci? # Compaq Thunderlan ethernet -vr* at pci? # VIA Rhine ethernet +#vr* at pci? # VIA Rhine ethernet dc* at pci? # 21143, "tulip" clone ethernet sis* at pci? # SiS 900/7016 ethernet #wb* at pci? # Winbond W89C840F ethernet |