summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-05-30 23:01:37 +0000
committergreen <green@FreeBSD.org>2000-05-30 23:01:37 +0000
commit5f28a02db5e6657d5061b3a95224d4f4d9884230 (patch)
treeb95219d1e4c3472891e87d088c0acc6b70622532 /sys/i386
parent52697bb5ca8430c11b0bfedaa6813d6ecf085a95 (diff)
downloadFreeBSD-src-5f28a02db5e6657d5061b3a95224d4f4d9884230.zip
FreeBSD-src-5f28a02db5e6657d5061b3a95224d4f4d9884230.tar.gz
Change sl(4) configuration lines to reflect its new dynamic nature.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/LINT2
-rw-r--r--sys/i386/conf/NEWCARD2
-rw-r--r--sys/i386/conf/NOTES2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6c344d9..2a538e8 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -205,7 +205,7 @@ device lnc0 at isa? port 0x280 irq 10 drq 0
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
-pseudo-device sl 1 # Kernel SLIP
+pseudo-device sl # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 5596e93..0106f16 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -456,7 +456,7 @@ pseudo-device loop #Network loopback device
pseudo-device bpf #Berkeley packet filter
pseudo-device disc #Discard device (ds0, ds1, etc)
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8))
-pseudo-device sl 2 #Serial Line IP
+pseudo-device sl #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD
index 865db07..9e95ab3 100644
--- a/sys/i386/conf/NEWCARD
+++ b/sys/i386/conf/NEWCARD
@@ -212,7 +212,7 @@ device sn0 at isa? port 0x300 irq 10
# Pseudo devices - the number indicates how many units to allocated.
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
-pseudo-device sl 1 # Kernel SLIP
+pseudo-device sl # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 5596e93..0106f16 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -456,7 +456,7 @@ pseudo-device loop #Network loopback device
pseudo-device bpf #Berkeley packet filter
pseudo-device disc #Discard device (ds0, ds1, etc)
pseudo-device tun #Tunnel driver (ppp(8), nos-tun(8))
-pseudo-device sl 2 #Serial Line IP
+pseudo-device sl #Serial Line IP
pseudo-device ppp 2 #Point-to-point protocol
options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
OpenPOWER on IntegriCloud