diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-25 04:38:27 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-25 04:38:27 +0000 |
commit | 5ece25a2d714f31181d1552993f7bc35879db30a (patch) | |
tree | 93253630bd4bf62d416b11d59a882769cd0f149f /sys/conf | |
parent | 9fbf80ba152078dc1215f9769342aa84fa304d4c (diff) |
Enable new ATA/ATAPISCSI functionality as default.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/conf/files b/sys/conf/files index aefbe5bde73..95a2a47ee6d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.121 1999/07/18 21:25:20 csapuntz Exp $ +# $OpenBSD: files,v 1.122 1999/07/25 04:38:26 csapuntz Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -49,12 +49,12 @@ define rtl80x9 # RealTek 8019/8029 NE2000-compatible define wsconsdev {[console = -1]} #Start uncommenting for new ATA stuff -#define wdc_base -#define ata {[channel = -1], [drive = -1]} -#define atapi {[channel = -1]} -## Common code for ESDI/IDE/etc. controllers -#device wdc: ata, atapi, wdc_base -#file dev/ic/wdc.c wdc_base +define wdc_base +define ata {[channel = -1], [drive = -1]} +define atapi {[channel = -1]} +# Common code for ESDI/IDE/etc. controllers +device wdc: ata, atapi, wdc_base +file dev/ic/wdc.c wdc_base #End uncommenting for new ATA stuff # "Chipset" drivers. These are the bus-independent routines which |