diff options
author | gsutter <gsutter@FreeBSD.org> | 2001-03-07 04:58:38 +0000 |
---|---|---|
committer | gsutter <gsutter@FreeBSD.org> | 2001-03-07 04:58:38 +0000 |
commit | e24b7be7d42caffb4392cb48321922e6be465a76 (patch) | |
tree | 3ef22194286990b69c4a2ac5380da060f7228abc | |
parent | 1804e2a81815566b69c6a54aff89eaf4a57c8e65 (diff) | |
download | FreeBSD-src-e24b7be7d42caffb4392cb48321922e6be465a76.zip FreeBSD-src-e24b7be7d42caffb4392cb48321922e6be465a76.tar.gz |
Spelling and capitalization fixes.
Reviewed by: gshapiro, jake, jhb, rwatson (all within 30 seconds)
-rw-r--r-- | sys/amd64/conf/GENERIC | 14 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index f02e405..4d73aa7 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -78,16 +78,16 @@ options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices -device amd # AMD 53C974 (Teckram DC-390(T)) +device amd # AMD 53C974 (Tekram DC-390(T)) device isp # Qlogic family #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') -device adv # Advansys scsi adapters -device adw # Advansys wide 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 +device adv # Advansys SCSI adapters +device adw # Advansys wide 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 device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 @@ -201,7 +201,7 @@ device awi # BayStack 660 and others device wi # WaveLAN/IEEE 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. -# Pseudo devices - the number indicates how many units to allocated. +# Pseudo devices - the number indicates how many units to allocate. device random # Entropy device device loop # Network loopback device ether # Ethernet support diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f02e405..4d73aa7 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -78,16 +78,16 @@ options ATA_STATIC_ID #Static device numbering # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices -device amd # AMD 53C974 (Teckram DC-390(T)) +device amd # AMD 53C974 (Tekram DC-390(T)) device isp # Qlogic family #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') -device adv # Advansys scsi adapters -device adw # Advansys wide 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 +device adv # Advansys SCSI adapters +device adw # Advansys wide 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 device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 @@ -201,7 +201,7 @@ device awi # BayStack 660 and others device wi # WaveLAN/IEEE 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. -# Pseudo devices - the number indicates how many units to allocated. +# Pseudo devices - the number indicates how many units to allocate. device random # Entropy device device loop # Network loopback device ether # Ethernet support |