summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-25 18:56:41 +0000
committerpeter <peter@FreeBSD.org>2000-01-25 18:56:41 +0000
commitc1eb1e6c01092baec5c9490a4ad48c657d70cd92 (patch)
tree63c7b3779bd040588df9964aebd0ae8189ee37ce /sys/i386
parent97f54a6227dfa04788bd2fd417fc10a3316aa2ab (diff)
downloadFreeBSD-src-c1eb1e6c01092baec5c9490a4ad48c657d70cd92.zip
FreeBSD-src-c1eb1e6c01092baec5c9490a4ad48c657d70cd92.tar.gz
Fix left over references to things like 'ata0' in comments.
Submitted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 9500a45..1e1fc11 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1093,7 +1093,7 @@ device amr # AMI MegaRAID
#
# The 'ATA' driver supports all ATA and ATAPI devices.
# It can reuse the majors of wd.c for booting purposes.
-# You only need one "device ata0" for it to find all
+# You only need one "device ata" for it to find all
# PCI ATA/ATAPI devices on modern machines.
device ata
device atadisk # ATA disk drives
@@ -1573,7 +1573,7 @@ device xrpu
#
# MCA devices:
#
-# The MCA bus device is mca0. It provides auto-detection and
+# The MCA bus device is `mca'. It provides auto-detection and
# configuration support for all devices on the MCA bus.
#
# The 'aha' device provides support for the Adaptec 1640
@@ -1588,7 +1588,7 @@ device mca
#
# EISA devices:
#
-# The EISA bus device is eisa0. It provides auto-detection and
+# The EISA bus device is `eisa'. It provides auto-detection and
# configuration support for all devices on the EISA bus.
#
# The `ahb' device provides support for the Adaptec 174X adapter.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9500a45..1e1fc11 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1093,7 +1093,7 @@ device amr # AMI MegaRAID
#
# The 'ATA' driver supports all ATA and ATAPI devices.
# It can reuse the majors of wd.c for booting purposes.
-# You only need one "device ata0" for it to find all
+# You only need one "device ata" for it to find all
# PCI ATA/ATAPI devices on modern machines.
device ata
device atadisk # ATA disk drives
@@ -1573,7 +1573,7 @@ device xrpu
#
# MCA devices:
#
-# The MCA bus device is mca0. It provides auto-detection and
+# The MCA bus device is `mca'. It provides auto-detection and
# configuration support for all devices on the MCA bus.
#
# The 'aha' device provides support for the Adaptec 1640
@@ -1588,7 +1588,7 @@ device mca
#
# EISA devices:
#
-# The EISA bus device is eisa0. It provides auto-detection and
+# The EISA bus device is `eisa'. It provides auto-detection and
# configuration support for all devices on the EISA bus.
#
# The `ahb' device provides support for the Adaptec 174X adapter.
OpenPOWER on IntegriCloud