diff options
author | 1996-06-01 11:55:46 +0000 | |
---|---|---|
committer | 1996-06-01 11:55:46 +0000 | |
commit | 9d508d0f30e9121122053d474cfc535de291cdbe (patch) | |
tree | 6e3d5fce8515660c38fafe0619c0f67bfd0aff81 | |
parent | first attempt at `swap generic' and `boot -a' support. it is a bit ugly, (diff) | |
download | wireguard-openbsd-9d508d0f30e9121122053d474cfc535de291cdbe.tar.xz wireguard-openbsd-9d508d0f30e9121122053d474cfc535de291cdbe.zip |
fix `swap generic' , add IPFILTER, add a useful le0
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index be8160fdedd..c54c3aa4fc2 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.16 1996/05/27 01:14:06 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.17 1996/06/01 11:55:46 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -80,9 +80,9 @@ options NS # XNS options ISO,TPIP # OSI options EON # OSI tunneling over IP options CCITT,LLC,HDLC # X.25 +options IPFILTER # IP packet filter for security config bsd swap generic -options GENERIC mainbus0 at root @@ -184,7 +184,7 @@ el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards ep0 at isa? port ? irq ? # 3C509 ethernet cards ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 ie1 at isa? port 0x300 irq 10 # EtherExpress -#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA +le0 at isa? port 0x360 irq 15 drq 6 # IsoLan, NE2100, and DEPCA ep0 at eisa? slot ? ep* at eisa? slot ? # 3C579 ethernet cards fea* at eisa? slot ? # DEC DEFEA FDDI cards |