mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
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:
parent
0ff463dd2d
commit
7cbc47c7bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53182
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user