summaryrefslogtreecommitdiff
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-22 00:27:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-22 00:27:59 +0000
commit17dd330e9c7dfd0875ba96a45e7ede72d4f3ab86 (patch)
tree30722861237d9a5a3b7acbc46f8e31eb5a5d91b2 /sys/dev/isa/files.isa
parentc9c2b0678358f06a43907d773139516c95ac4c3c (diff)
pnpdevs.h
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 309e7f05ab3..8c44cec070a 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.56 1999/07/20 16:36:05 deraadt Exp $
+# $OpenBSD: files.isa,v 1.57 1999/07/22 00:27:58 deraadt Exp $
# $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $
#
# Config file and device description for machine-independent ISA code.
@@ -119,18 +119,18 @@ file dev/isa/pcd.c pcd needs-flag
#Start uncommenting for new ATA stuff
## ISA "wd" (ESDI/IDE/etc.) controllers, ATAPI bus
-#attach wdc at isa with wdc_isa: isa_dma
-#file dev/isa/wdc_isa.c wdc_isa
+attach wdc at isa with wdc_isa: isa_dma
+file dev/isa/wdc_isa.c wdc_isa
#end uncommenting for new ATA stuff
#Start comment this out for new ATA stuff
-define ata {drive = -1}
-device wdc {drive = -1}: atapi, ata
-attach wdc at isa with wdc_isa
-device wd: disk
-attach wd at wdc
-file dev/isa/wdc.c wdc & (wdc_isa | wdc_isapnp) needs-flag
-file dev/isa/wd.c wd needs-flag
+#define ata {drive = -1}
+#device wdc {drive = -1}: atapi, ata
+#attach wdc at isa with wdc_isa
+#device wd: disk
+#attach wd at wdc
+#file dev/isa/wdc.c wdc & (wdc_isa | wdc_isapnp) needs-flag
+#file dev/isa/wd.c wd needs-flag
#End comment this out for new ATA stuff
# Wangtek- and Archive-compatible tape controller boards