summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-11-15 09:09:00 +0000
committerdfr <dfr@FreeBSD.org>1999-11-15 09:09:00 +0000
commitf2208af484555e6923ed0044b8df4ed291c49bc7 (patch)
treec4842cec40841773a4ae7369344f876ec02048e0
parent7584175959a191cf1d4203946d845691d6f09495 (diff)
downloadFreeBSD-src-f2208af484555e6923ed0044b8df4ed291c49bc7.zip
FreeBSD-src-f2208af484555e6923ed0044b8df4ed291c49bc7.tar.gz
Add the ata devices to the GENERIC kernel. Hopefully, this should allow
it to install from ATA cds and to ATA disks. I'll check after my next release builds.
-rw-r--r--sys/alpha/conf/GENERIC10
-rw-r--r--sys/alpha/conf/NOTES10
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 094f8d1..e1525f2 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -69,11 +69,11 @@ device fd0 at fdc0 drive 0
# It cannot co-exist with the old system in one kernel.
# You only need one "controller ata0" for it to find all
# PCI 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
+controller ata0
+device atadisk0 # ATA disk drives
+device atapicd0 # ATAPI CDROM drives
+device atapifd0 # ATAPI floppy drives
+device atapist0 # ATAPI tape drives
# SCSI Controllers
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 094f8d1..e1525f2 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -69,11 +69,11 @@ device fd0 at fdc0 drive 0
# It cannot co-exist with the old system in one kernel.
# You only need one "controller ata0" for it to find all
# PCI 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
+controller ata0
+device atadisk0 # ATA disk drives
+device atapicd0 # ATAPI CDROM drives
+device atapifd0 # ATAPI floppy drives
+device atapist0 # ATAPI tape drives
# SCSI Controllers
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
OpenPOWER on IntegriCloud