From: Chris G. Demetriou Date: Tue, 10 Jan 1995 10:37:29 +0000 (-0800) Subject: add NS and CCITT options, cd and vn pseudo-devs. (all commented out) X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/4328bb498eaa0898aba5aca8962cd72f6993549d add NS and CCITT options, cd and vn pseudo-devs. (all commented out) SCCS-vsn: sys/hp300/conf/GENERIC.hp300 8.4 --- diff --git a/usr/src/sys/hp300/conf/GENERIC.hp300 b/usr/src/sys/hp300/conf/GENERIC.hp300 index 13bd206c67..b23d961e99 100644 --- a/usr/src/sys/hp300/conf/GENERIC.hp300 +++ b/usr/src/sys/hp300/conf/GENERIC.hp300 @@ -54,6 +54,8 @@ options GATEWAY # IP packet forwarding #options ISO # OSI networking #options TPIP #options EON +#options NS,NSIP # Xerox NS networking +#options CCITT,HDLC,LLC # CCITT networking # Options for HP hardware options PANICBUTTON # Two fast s on console dump kernel @@ -117,5 +119,7 @@ pseudo-device sl 4 # serial-line IP ports pseudo-device pty 64 # pseudo ptys pseudo-device bpfilter 16 # packet filter ports pseudo-device ite -pseudo-device loop +pseudo-device loop # loopback network interface pseudo-device ether +#pseudo-device cd # concatenated disk driver +#pseudo-device vn # vnode disk driver