pseudo-device -> device in kernel config.

Reviewed by:	joerg, dd
This commit is contained in:
Jens Schweikhardt 2001-05-01 11:26:14 +00:00
parent 4e7c865a3d
commit de79862524
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76185
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
#ifndef __NetBSD__ #ifndef __NetBSD__
#if NI4BISPPP == 0 #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
#endif #endif

View File

@ -4,7 +4,7 @@ Project by Christos Zoulas. It has been ported to FreeBSD by Mark Newton.
To use it: To use it:
1. Choose one of: 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 reboot; or
b. Build and install the streams module in /sys/modules/streams b. Build and install the streams module in /sys/modules/streams