diff options
author | dfr <dfr@FreeBSD.org> | 1999-11-15 09:09:00 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-11-15 09:09:00 +0000 |
commit | f2208af484555e6923ed0044b8df4ed291c49bc7 (patch) | |
tree | c4842cec40841773a4ae7369344f876ec02048e0 /sys/alpha/conf/GENERIC | |
parent | 7584175959a191cf1d4203946d845691d6f09495 (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'sys/alpha/conf/GENERIC')
-rw-r--r-- | sys/alpha/conf/GENERIC | 10 |
1 files changed, 5 insertions, 5 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 |