diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-29 00:19:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-29 00:19:38 +0000 |
commit | d7efc43ce952c7f30e5016e58d35566d3de20774 (patch) | |
tree | d2c1637c9603d77f7adc646a4667bb650035d99a | |
parent | c439c5a9024d5fb53f6886e6032b48d863f64aaa (diff) |
Add ipsec
-rw-r--r-- | sys/arch/i386/conf/PETRA | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/PETRA b/sys/arch/i386/conf/PETRA index 40bf1e46196..be375f8350f 100644 --- a/sys/arch/i386/conf/PETRA +++ b/sys/arch/i386/conf/PETRA @@ -1,4 +1,4 @@ -# $OpenBSD: PETRA,v 1.1 1997/02/13 23:27:03 niklas Exp $ +# $OpenBSD: PETRA,v 1.2 1997/05/29 00:19:37 niklas Exp $ # # PETRA -- everything that's currently supported with certain # changes for Applitron's fileserver petra, a 128 MB @@ -18,6 +18,8 @@ option VM86 # Virtual 8086 emulation option USER_LDT # user-settable LDT; used by WINE #option XSERVER +option IPSEC # IP-SEC encapsulation + # Some BIOSes don't get the size of extended memory right. If you # have a broken BIOS, uncomment the following and set the value # properly for your system. @@ -176,3 +178,5 @@ gus0 at isa? port 0x220 irq 7 drq 1 flags 6 # Gravis UltraSound (flags is record # Joystick driver. Probe is a little strange; add only if you have one. #joy0 at isa? port 0x201 + +pseudo-device enc 4 |