summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2004-07-18 09:03:12 +0000
committermaxim <maxim@FreeBSD.org>2004-07-18 09:03:12 +0000
commit531ff1b33d19b93deec39768dbfc19d4761013aa (patch)
treed1707113fc7a0631f04ba01a98b3bd3df06714b0 /sys
parentdc0d79acb9ae46349d52709494439489723bcf99 (diff)
downloadFreeBSD-src-531ff1b33d19b93deec39768dbfc19d4761013aa.zip
FreeBSD-src-531ff1b33d19b93deec39768dbfc19d4761013aa.tar.gz
In -CURRENT pseudo devices are not statically assigned at compile time,
remove a stale comment. PR: kern/62285
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/conf/GENERIC2
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/powerpc/conf/GENERIC2
-rw-r--r--sys/sparc64/conf/GENERIC2
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 9964efb..b472cf5 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -170,7 +170,7 @@ device vr # VIA Rhine, Rhine II
device wb # Winbond W89C840F
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
-# Pseudo devices - the number indicates how many units to allocated.
+# Pseudo devices.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index f9d7fc4..4cd44a4 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -225,7 +225,7 @@ device awi # BayStack 660 and others
device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device wl # Older non 802.11 Wavelan wireless NIC.
-# Pseudo devices - the number indicates how many units to allocate.
+# Pseudo devices.
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 b874fc4..3fce0da 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -238,7 +238,7 @@ device awi # BayStack 660 and others
device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device wl # Older non 802.11 Wavelan wireless NIC.
-# Pseudo devices - the number indicates how many units to allocate.
+# Pseudo devices.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 83b1a43..6498139 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -215,7 +215,7 @@ device awi # BayStack 660 and others
device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device wl # Older non 802.11 Wavelan wireless NIC.
-# Pseudo devices - the number indicates how many units to allocate.
+# Pseudo devices.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index aa1a305..0da074d 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -101,7 +101,7 @@ device gem # Sun GEM/Sun ERI/Apple GMAC
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
-# Pseudo devices - the number indicates how many units to allocated.
+# Pseudo devices.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 889fe33..d5fe010 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -164,7 +164,7 @@ device rl # RealTek 8129/8139
#device wb # Winbond W89C840F
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
-# Pseudo devices - the number indicates how many units to allocated.
+# Pseudo devices.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
OpenPOWER on IntegriCloud