diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-10-21 22:09:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-10-21 22:09:31 +0000 |
commit | 153ebf77723e989776c848774d7fb0010d25d51e (patch) | |
tree | adce2e1ec925f4baec8c3890b049d5d571fd66b5 /sys | |
parent | f72d180dae47d3a2e923e3df4b981c455e2f54d7 (diff) |
2 carp not 4
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 5181c0a265d..a12936ab3b0 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.96 2003/10/17 21:04:58 mcbride Exp $ +# $OpenBSD: GENERIC,v 1.97 2003/10/21 22:09:30 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -89,7 +89,7 @@ pseudo-device bridge 2 # network bridging support pseudo-device vlan 2 # IEEE 802.1Q VLAN pseudo-device gre 1 # GRE encapsulation interface #pseudo-device strip 1 # Starmode Radio IP interface -pseudo-device carp 4 # CARP protocol support +pseudo-device carp 2 # CARP protocol support pseudo-device pty 64 # pseudo-terminals pseudo-device tb 1 # tablet line discipline |