diff options
author | wilko <wilko@FreeBSD.org> | 2000-01-16 18:46:21 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2000-01-16 18:46:21 +0000 |
commit | 4d73c6b7b174b29dd45dd6a15f266cacf8588327 (patch) | |
tree | 63b7ae5f66c005ce78db926bb14009a97da44c5c /sys/alpha | |
parent | 29fd6b6840e1f151ed18abe00cd191e6d7943c2e (diff) | |
download | FreeBSD-src-4d73c6b7b174b29dd45dd6a15f266cacf8588327.zip FreeBSD-src-4d73c6b7b174b29dd45dd6a15f266cacf8588327.tar.gz |
Removed outdated comment on experimental nature of ata. Added comment to esp
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/conf/GENERIC | 7 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 2fdfd82..9b41f20 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -66,11 +66,6 @@ device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices -# This is work in progress, use at your own risk. -# It currently reuses the majors of wd.c and friends. -# It cannot co-exist with the old system in one kernel. -# You only need one "device ata0" for it to find all -# PCI devices on modern machines. device ata0 device atadisk0 # ATA disk drives device atapicd0 # ATAPI CDROM drives @@ -81,7 +76,7 @@ device atapist0 # ATAPI tape drives # A single entry for any of these controllers (ahb, ahc, amd, ncr, etc...) is # sufficient for any number of installed devices. device ahc0 # AHA2940 and onboard AIC7xxx devices -#device esp0 +#device esp0 # 53C94 & friends, not CAM-ified device isp0 # Qlogic family device ncr0 # NCR/Symbios Logic device sym0 # NCR/Symbios Logic (newer chipsets) diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 2fdfd82..9b41f20 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -66,11 +66,6 @@ device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices -# This is work in progress, use at your own risk. -# It currently reuses the majors of wd.c and friends. -# It cannot co-exist with the old system in one kernel. -# You only need one "device ata0" for it to find all -# PCI devices on modern machines. device ata0 device atadisk0 # ATA disk drives device atapicd0 # ATAPI CDROM drives @@ -81,7 +76,7 @@ device atapist0 # ATAPI tape drives # A single entry for any of these controllers (ahb, ahc, amd, ncr, etc...) is # sufficient for any number of installed devices. device ahc0 # AHA2940 and onboard AIC7xxx devices -#device esp0 +#device esp0 # 53C94 & friends, not CAM-ified device isp0 # Qlogic family device ncr0 # NCR/Symbios Logic device sym0 # NCR/Symbios Logic (newer chipsets) |