diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:07:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:07:53 +0000 |
commit | ad7700d676cbf533c7a0a81e19bae877eb0d07f5 (patch) | |
tree | ce366a83ffa3bfee085054e98db8ff18feb2e4c8 /sys/arch/pmax/conf/DS5000_200 | |
parent | 505e1ef423107fa3f6737fc546e534f2111e90df (diff) |
kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern_ipc_10.c for other compat modules.
Diffstat (limited to 'sys/arch/pmax/conf/DS5000_200')
-rw-r--r-- | sys/arch/pmax/conf/DS5000_200 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/pmax/conf/DS5000_200 b/sys/arch/pmax/conf/DS5000_200 index 99f3c44820f..d9a9bb8503e 100644 --- a/sys/arch/pmax/conf/DS5000_200 +++ b/sys/arch/pmax/conf/DS5000_200 @@ -1,4 +1,4 @@ -# $OpenBSD: DS5000_200,v 1.7 2000/05/01 22:25:46 maja Exp $ +# $OpenBSD: DS5000_200,v 1.8 2001/05/16 05:07:50 millert Exp $ # # DECstation 5000/200 (KN02 motherboard, codname 3MAX) kernel config # @@ -62,10 +62,6 @@ option KTRACE # ktrace(1) support #option ISO # osi networking #option TPIP #option EON -# i think this is not required for us - NetBSD backwards compatibility -#option COMPAT_10 # NetBSD 1.0 -#option COMPAT_11 # NetBSD 1.1 -#option COMPAT_12 # Netbsd 1.2 # compat stuff #option COMPAT_ULTRIX # ultrix compatibility |