pseudo-device -> device in kernel config.

Reviewed by:	joerg, dd
This commit is contained in:
schweikh 2001-05-01 11:26:14 +00:00
parent dfc0eb7336
commit 7e0835e7db
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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