diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9c97317a8e14..2def6a64604f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.64 1996/12/07 00:26:02 thorpej Exp $ +# $NetBSD: GENERIC,v 1.65 1997/01/07 08:01:32 veego Exp $ # # GENERIC -- everything that's currently supported # @@ -80,6 +80,8 @@ options NS # XNS options ISO,TPIP # OSI options EON # OSI tunneling over IP options CCITT,LLC,HDLC # X.25 +#options PFIL_HOOKS # pfil(9) packet filter hooks (Required + # if you enable the pseudo-device ipl). config netbsd swap generic options GENERIC @@ -213,6 +215,7 @@ pseudo-device bpfilter 8 # packet filter pseudo-device sl 2 # CSLIP pseudo-device ppp 2 # PPP pseudo-device tun 2 # network tunneling over tty +#pseudo-device ipl # ip filter pseudo-device pty 64 # pseudo-terminals pseudo-device tb 1 # tablet line discipline