aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>1999-10-02 05:30:40 +0000
committerBoris Popov <bp@FreeBSD.org>1999-10-02 05:30:40 +0000
commite83e232260835e4314c7773c9d345cb765568ce2 (patch)
tree052e690237bec0ecadfef09cf43123cce5dc409a /sys
parentdd166d3282eaff8f84827c800d7eb883a36eeefa (diff)
downloadsrc-e83e232260835e4314c7773c9d345cb765568ce2.tar.gz
src-e83e232260835e4314c7773c9d345cb765568ce2.zip
ncplib continued: add appropriate options to LINT.
Notes
Notes: svn path=/head/; revision=51853
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files15
-rw-r--r--sys/conf/options2
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
5 files changed, 26 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2f1d1e1be464..5b2ee2b8b752 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -362,6 +362,8 @@ options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)
options IPTUNNEL #IP in IPX encapsulation (not available)
+options NCP #NetWare Core protocol
+
options NETATALK #Appletalk communications protocols
# These are currently broken but are shipped due to interest.
@@ -564,6 +566,7 @@ options KERNFS #Kernel filesystem
options MSDOSFS #MS DOS File System
options NTFS #NT File System
options NULLFS #NULL filesystem
+options NWFS #NetWare filesystem
options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
diff --git a/sys/conf/files b/sys/conf/files
index 4d54338cfe23..f76e04f28728 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -599,6 +599,15 @@ netkey/key_debug.c optional key_debug
netnatm/natm.c optional natm
netnatm/natm_pcb.c optional natm
netnatm/natm_proto.c optional natm
+netncp/ncp_conn.c optional ncp
+netncp/ncp_crypt.c optional ncp
+netncp/ncp_login.c optional ncp
+netncp/ncp_mod.c optional ncp
+netncp/ncp_ncp.c optional ncp
+netncp/ncp_nls.c optional ncp
+netncp/ncp_rq.c optional ncp
+netncp/ncp_sock.c optional ncp
+netncp/ncp_subr.c optional ncp
netns/idp_usrreq.c optional ns
netns/ns.c optional ns
netns/ns_error.c optional ns
@@ -621,6 +630,12 @@ nfs/nfs_vfsops.c optional nfs
nfs/nfs_vnops.c optional nfs
nfs/bootp_subr.c optional bootp
nfs/krpc_subr.c optional bootp
+nwfs/nwfs_io.c optional nwfs
+nwfs/nwfs_ioctl.c optional nwfs
+nwfs/nwfs_node.c optional nwfs
+nwfs/nwfs_subr.c optional nwfs
+nwfs/nwfs_vfsops.c optional nwfs
+nwfs/nwfs_vnops.c optional nwfs
pccard/pccard.c optional card
pccard/pccard_beep.c optional card
pccard/pccard_nbk.c optional card
diff --git a/sys/conf/options b/sys/conf/options
index 56bd897e57c7..047acefc9f05 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -101,6 +101,7 @@ CODA
CD9660
FFS
NFS
+NWFS
# If you are following the conditions in the copyright,
# you can enable soft-updates which will speed up a lot of thigs
@@ -221,6 +222,7 @@ IPSTEALTH
IPX opt_ipx.h
IPXIP opt_ipx.h
IPTUNNEL opt_ipx.h
+NCP opt_ncp.h
NETATALK opt_atalk.h
PPP_BSDCOMP opt_ppp.h
PPP_DEFLATE opt_ppp.h
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 2f1d1e1be464..5b2ee2b8b752 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -362,6 +362,8 @@ options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)
options IPTUNNEL #IP in IPX encapsulation (not available)
+options NCP #NetWare Core protocol
+
options NETATALK #Appletalk communications protocols
# These are currently broken but are shipped due to interest.
@@ -564,6 +566,7 @@ options KERNFS #Kernel filesystem
options MSDOSFS #MS DOS File System
options NTFS #NT File System
options NULLFS #NULL filesystem
+options NWFS #NetWare filesystem
options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 2f1d1e1be464..5b2ee2b8b752 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -362,6 +362,8 @@ options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)
options IPTUNNEL #IP in IPX encapsulation (not available)
+options NCP #NetWare Core protocol
+
options NETATALK #Appletalk communications protocols
# These are currently broken but are shipped due to interest.
@@ -564,6 +566,7 @@ options KERNFS #Kernel filesystem
options MSDOSFS #MS DOS File System
options NTFS #NT File System
options NULLFS #NULL filesystem
+options NWFS #NetWare filesystem
options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem