diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-11-15 09:09:00 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-11-15 09:09:00 +0000 |
| commit | 7cbc47c7bcafdd3a6ae6db679ae40d7e1313b8eb (patch) | |
| tree | c4842cec40841773a4ae7369344f876ec02048e0 | |
| parent | 0ff463dd2d510c7d72ed3d11e789e15763d105fc (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC | 10 | ||||
| -rw-r--r-- | 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 |
