summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-05-01 11:26:14 +0000
committerschweikh <schweikh@FreeBSD.org>2001-05-01 11:26:14 +0000
commit7e0835e7db91fdc29cc02730fa9831fada938a90 (patch)
treee7bc44ce80835549f08a0a18b8464faa6f1287d2 /sys
parentdfc0eb7336916025021e033e7148add596a3dd1a (diff)
downloadFreeBSD-src-7e0835e7db91fdc29cc02730fa9831fada938a90.zip
FreeBSD-src-7e0835e7db91fdc29cc02730fa9831fada938a90.tar.gz
pseudo-device -> device in kernel config.
Reviewed by: joerg, dd
Diffstat (limited to 'sys')
-rw-r--r--sys/i4b/driver/i4b_isppp.c2
-rw-r--r--sys/modules/svr4/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i4b/driver/i4b_isppp.c b/sys/i4b/driver/i4b_isppp.c
index 2a6dd35..783428b 100644
--- a/sys/i4b/driver/i4b_isppp.c
+++ b/sys/i4b/driver/i4b_isppp.c
@@ -52,7 +52,7 @@
#ifndef __NetBSD__
#if NI4BISPPP == 0
-# error "You need to define `pseudo-device sppp <N>' with options ISPPP"
+# error "You need to define `device sppp <N>' with options ISPPP"
#endif
#endif
diff --git a/sys/modules/svr4/README b/sys/modules/svr4/README
index bbf0ea2..a14e2b7 100644
--- a/sys/modules/svr4/README
+++ b/sys/modules/svr4/README
@@ -4,7 +4,7 @@ Project by Christos Zoulas. It has been ported to FreeBSD by Mark Newton.
To use it:
1. Choose one of:
- a. Add "pseudo-device streams" to your kernel config file and rebuild,
+ a. Add "device streams" to your kernel config file and rebuild,
reboot; or
b. Build and install the streams module in /sys/modules/streams
OpenPOWER on IntegriCloud