diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-29 21:25:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-11-29 21:25:15 +0000 |
commit | 0b64f075467dd936aea37fa169ffe11a2563e7a5 (patch) | |
tree | dd172423233c0a8d128de562f34ced54180222e0 | |
parent | 8f33d6b5cb9859e1feab9d4c00e915db2ce1d2cc (diff) |
disable the isa wdc's because amd64 machines are much more likely to
be legacy-free machines built by Dell monkeys who then (it seems)
reuse the io address space for something else. Touch it, and the
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 6a8b03f3963..d5a493e23c3 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.108 2009/11/26 13:35:52 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.109 2009/11/29 21:25:14 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -229,8 +229,8 @@ cd* at scsibus? # SCSI CD-ROM drives # IDE controllers pciide* at pci? flags 0x0000 -wdc0 at isa? port 0x1f0 irq 14 flags 0x00 -wdc1 at isa? port 0x170 irq 15 flags 0x00 +wdc0 at isa? disable port 0x1f0 irq 14 flags 0x00 +wdc1 at isa? disable port 0x170 irq 15 flags 0x00 wdc* at pcmcia? # IDE hard drives |