diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-02-25 05:52:38 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-02-25 05:52:38 +0000 |
| commit | b9e3a5d31f241322cd91e50037ded38e9d7d1885 (patch) | |
| tree | ade3403ca932ae39ed02655b649e594596ff857c | |
| parent | 2b2c95c996920a98d7d3dbf40b545eccbe2de923 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NEWCARD | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index f71310ca010c..f6eb26baa871 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -85,7 +85,7 @@ device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device adv # Advansys scsi adapters device adw # Advansys wide scsi adapters -device aha 1 # Adaptec 154x scsi adapters +device aha # Adaptec 154x scsi adapters device aic # Adaptec 15[012]x scsi adapters, AIC-6[23]60. device bt # Buslogic/Mylex MultiMaster scsi adapters diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1d1d00abb6ea..d6efcdf5cba8 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1320,7 +1320,7 @@ hint.bt.0.port="0x330" device adv hint.adv.0.at="isa" device adw -device aha 1 +device aha hint.aha.0.at="isa" device aic hint.aic.0.at="isa" diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f71310ca010c..f6eb26baa871 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -85,7 +85,7 @@ device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device adv # Advansys scsi adapters device adw # Advansys wide scsi adapters -device aha 1 # Adaptec 154x scsi adapters +device aha # Adaptec 154x scsi adapters device aic # Adaptec 15[012]x scsi adapters, AIC-6[23]60. device bt # Buslogic/Mylex MultiMaster scsi adapters diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index 65e9b7f2941f..9f4cc984faaf 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -98,7 +98,7 @@ device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device adv # Advansys scsi adapters device adw # Advansys wide scsi adapters -device aha 1 # Adaptec 154x scsi adapters +device aha # Adaptec 154x scsi adapters device aic # Adaptec 15[012]x scsi adapters, AIC-6[23]60. device bt # Buslogic/Mylex MultiMaster scsi adapters diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1d1d00abb6ea..d6efcdf5cba8 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1320,7 +1320,7 @@ hint.bt.0.port="0x330" device adv hint.adv.0.at="isa" device adw -device aha 1 +device aha hint.aha.0.at="isa" device aic hint.aic.0.at="isa" |
