diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-19 19:47:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-19 19:47:54 +0000 |
commit | fce9124b70e8b5dd20115c9fd735b9f9d5baad63 (patch) | |
tree | 1ef977e40d4b72680666a5aaf08c71ed12e3043b | |
parent | 24cc1056ecf3a0320c08bda876efb1103c937934 (diff) |
make things fit, by skipping pcn* for now -- randomly firing a driver.
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 2fdc424dc93..fe8639fefce 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.80 2015/10/05 16:29:55 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.81 2015/12/19 19:47:53 deraadt Exp $ machine alpha maxusers 4 @@ -64,7 +64,7 @@ vga* at pci? # PCI VGA graphics ppb* at pci? # PCI-PCI bridges sio* at pci? # Intel PCI-ISA bridge tga* at pci? # DEC ZLXp-E[123] graphics -pcn* at pci? # AMD PCnet-PCI Ethernet +#pcn* at pci? # AMD PCnet-PCI Ethernet qlw* at pci? # QLogic ISP SCSI qla* at pci? # QLogic ISP 2[123]xx FibreChannel |