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.
This commit is contained in:
Doug Rabson 1999-11-15 09:09:00 +00:00
parent 0ff463dd2d
commit 7cbc47c7bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53182
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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