diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-07 01:29:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-07 01:29:15 +0000 |
commit | 64411a98bb8142a4940cc960b80bb456feb7efd7 (patch) | |
tree | 6d1a2fa11220b7e2e39800185aa9138475ddf769 /sys | |
parent | 68d4d8528317f1c0c8a5d821fba5a47faf773aa2 (diff) |
skip wdc at isa on media; idea from miod
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 8 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 9884efb7969..adcb0d7e68e 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.59 2003/05/13 22:45:06 miod Exp $ +# $OpenBSD: RAMDISK,v 1.60 2004/07/07 01:29:14 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -121,9 +121,9 @@ vga* at isa? # ISA (EISA: XXX) VGA # IDE pciide* at pci ? dev ? function ? flags 0x0000 -wdc0 at isa? port 0x1f0 irq 14 flags 0x00 -wdc1 at isa? port 0x170 irq 15 flags 0x00 -wd* at wdc? channel ? drive ? flags 0x0000 +#wdc0 at isa? port 0x1f0 irq 14 flags 0x00 +#wdc1 at isa? port 0x170 irq 15 flags 0x00 +#wd* at wdc? channel ? drive ? flags 0x0000 wd* at pciide? channel ? drive ? flags 0x0000 #atapiscsi* at wdc? channel ? diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 2573d344b28..d54c9b45193 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.37 2004/01/04 00:29:48 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.38 2004/07/07 01:29:14 deraadt Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -269,13 +269,13 @@ uk* at scsibus? target ? lun ? # IDE controllers pciide* at pci ? dev ? function ? flags 0x0000 -wdc0 at isa? port 0x1f0 irq 14 flags 0x00 -wdc1 at isa? port 0x170 irq 15 flags 0x00 -wd* at wdc? channel ? drive ? flags 0x0000 +#wdc0 at isa? port 0x1f0 irq 14 flags 0x00 +#wdc1 at isa? port 0x170 irq 15 flags 0x00 +#wd* at wdc? channel ? drive ? flags 0x0000 wd* at pciide? channel ? drive ? flags 0x0000 # ATAPI<->SCSI -atapiscsi* at wdc? channel ? +#atapiscsi* at wdc? channel ? atapiscsi* at pciide? channel ? scsibus* at atapiscsi? |