summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-27 23:25:17 +0000
committerobrien <obrien@FreeBSD.org>1999-11-27 23:25:17 +0000
commit55f70c3a7adcdc9f136682bd14c7c653409bdd8b (patch)
treecb8336b6f5c454ccffe97e6ba27e2354c4a581eb /sys/i386/conf
parent165d4cccc583dbb4a6262ff2d16a61cbcae1d2c2 (diff)
downloadFreeBSD-src-55f70c3a7adcdc9f136682bd14c7c653409bdd8b.zip
FreeBSD-src-55f70c3a7adcdc9f136682bd14c7c653409bdd8b.tar.gz
Add a commented out 'ATA' driver config block to help assist -CURRENT
people to migrate to this driver since it will be the default IDE/ATA/ATAPI driver in 4.0-R.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 81d9e00..6ebc1c8 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -82,6 +82,18 @@ device wcd0 #IDE CD-ROM
device wfd0 #IDE Floppy (e.g. LS-120)
device wst0 #IDE Tape (e.g. Travan)
+# The 'ATA' driver supports all ATA and ATAPI devices.
+# It can reuse the majors of wd.c for booting purposes.
+# You only need one "controller ata0" for it to find all
+# PCI ATA/ATAPI devices on modern machines.
+#controller ata0
+#device atadisk0 # ATA disk drives
+#device atapicd0 # ATAPI CDROM drives
+#device atapifd0 # ATAPI floppy drives
+#device atapist0 # ATAPI tape drives
+#options ATA_STATIC_ID #Static dev number like old `wd' driver
+#options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices
+
# SCSI Controllers
# A single entry for any of these controllers (ncr, ahb, ahc) is
# sufficient for any number of installed devices.
OpenPOWER on IntegriCloud