diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-18 21:25:22 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-18 21:25:22 +0000 |
commit | 04dc83c968dde4a684bab6459442579548ec13e4 (patch) | |
tree | f9fb173c60cd865c8f8dc5188f07e3a1b52cc28b /sys/dev/ata/files.ata | |
parent | 1fba5b47e85fd40ec2fd8bee32d4ca4bbe0e3629 (diff) |
Import of NetBSD ATA/IDE stuff.
Introduction of home-grown
To enable this stuff in your configuration, look at the NEWATA conf file
and go through
dev/isa/files.isa
dev/pci/files.pci
conf/files
arch/i386/conf/files.i386
and follow the instructions on commenting/uncommenting stuff
Diffstat (limited to 'sys/dev/ata/files.ata')
-rw-r--r-- | sys/dev/ata/files.ata | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/dev/ata/files.ata b/sys/dev/ata/files.ata new file mode 100644 index 00000000000..18658a646fa --- /dev/null +++ b/sys/dev/ata/files.ata @@ -0,0 +1,15 @@ +# $OpenBSD: files.ata,v 1.1 1999/07/18 21:25:17 csapuntz Exp $ +# $NetBSD: files.ata,v 1.3 1998/10/12 16:09:16 bouyer Exp $ +# +# Config file and device description for machine-independent devices +# which attach to ATA busses. Included by ports that need it. Ports +# that use it must provide their own "major" declarations for the +# appropriate devices. + +# ATA disks +device wd: disk +attach wd at ata +file dev/ata/wd.c wd needs-flag +file dev/ata/ata_wdc.c wd & wdc_base + +file dev/ata/ata.c ata | atapi |