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/dev/pcmcia | |
parent | 9fbf80ba152078dc1215f9769342aa84fa304d4c (diff) |
Enable new ATA/ATAPISCSI functionality as default.
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index 8bc77169822..e1a62ea63d7 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $OpenBSD: files.pcmcia,v 1.20 1999/07/20 21:51:21 fgsch Exp $ +# $OpenBSD: files.pcmcia,v 1.21 1999/07/25 04:38:26 csapuntz Exp $ # $NetBSD: files.pcmcia,v 1.9 1998/06/21 18:45:41 christos Exp $ # # Config.new file and device description for machine-independent PCMCIA code. @@ -29,11 +29,9 @@ file dev/pcmcia/aic_pcmcia.c aic_pcmcia attach com at pcmcia with com_pcmcia file dev/pcmcia/com_pcmcia.c com_pcmcia | pccom_pcmcia -#Start uncommenting for new ATA stuff ## PCMCIA IDE controller -#attach wdc at pcmcia with wdc_pcmcia -#file dev/pcmcia/wdc_pcmcia.c wdc_pcmcia -#end uncommenting for new ATA stuff +attach wdc at pcmcia with wdc_pcmcia +file dev/pcmcia/wdc_pcmcia.c wdc_pcmcia # SMC91Cxx Ethernet Controllers (i.e. Megahertz X-Jack) attach sm at pcmcia with sm_pcmcia |