From 7cbc47c7bcafdd3a6ae6db679ae40d7e1313b8eb Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Mon, 15 Nov 1999 09:09:00 +0000 Subject: [PATCH] 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. --- sys/alpha/conf/GENERIC | 10 +++++----- sys/alpha/conf/NOTES | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 094f8d143f42..e1525f2a7606 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 094f8d143f42..e1525f2a7606 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