Add COMPAT_40 for struct ifreq changes.

This commit is contained in:
christos 2007-05-29 21:37:07 +00:00
parent 20bfd9898e
commit cb17d4ac11
20 changed files with 48 additions and 28 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.100 2007/05/24 13:36:57 xtraeme Exp $
# $NetBSD: ALL,v 1.101 2007/05/29 21:37:07 christos Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.100 $"
#ident "ALL-$Revision: 1.101 $"
maxusers 32 # estimated number of users
@ -137,6 +137,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_386BSD_MBRPART # recognize old partition ID
options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.118 2006/11/28 16:15:36 christos Exp $
# $NetBSD: DISKLESS,v 1.119 2007/05/29 21:37:07 christos Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -64,6 +64,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.828 2007/05/20 05:13:17 dogcow Exp $
# $NetBSD: GENERIC,v 1.829 2007/05/29 21:37:07 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.828 $"
#ident "GENERIC-$Revision: 1.829 $"
maxusers 32 # estimated number of users
@ -148,6 +148,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.235 2007/05/11 13:17:20 is Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.236 2007/05/29 21:37:07 christos Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.235 $"
#ident "GENERIC-$Revision: 1.236 $"
maxusers 32 # estimated number of users
@ -111,6 +111,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.104 2007/04/26 17:11:35 dyoung Exp $
# $NetBSD: GENERIC_TINY,v 1.105 2007/05/29 21:37:07 christos Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -86,6 +86,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.308 2007/05/28 21:54:38 pavel Exp $
# $NetBSD: INSTALL,v 1.309 2007/05/29 21:37:08 christos Exp $
#
# INSTALL - Installation kernel.
#
@ -94,6 +94,7 @@ options DDB # in-kernel debugger
#options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_LAPTOP,v 1.115 2007/03/14 12:27:23 drochner Exp $
# $NetBSD: INSTALL_LAPTOP,v 1.116 2007/05/29 21:37:08 christos Exp $
#
# INSTALL - Installation kernel.
#
@ -93,6 +93,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_SMALL,v 1.132 2007/01/24 19:46:26 tls Exp $
# $NetBSD: INSTALL_SMALL,v 1.133 2007/05/29 21:37:08 christos Exp $
#
# INSTALL_SMALL - Small Installation kernel.
#
@ -92,6 +92,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_TINY,v 1.109 2007/01/24 19:46:26 tls Exp $
# $NetBSD: INSTALL_TINY,v 1.110 2007/05/29 21:37:08 christos Exp $
#
# This kernel should be derived from INSTALL (which is derived
# from GENERIC) with some features commented out.
@ -91,6 +91,7 @@ no options EXEC_AOUT # we don't a.out support
#options COMPAT_16 # NetBSD 1.6
#options COMPAT_20 # NetBSD 2.0
#options COMPAT_30 # NetBSD 3.0 compatibility.
#options COMPAT_40 # NetBSD 4.0
#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_XEN2_DOMU,v 1.11 2007/01/24 19:46:26 tls Exp $
# $NetBSD: INSTALL_XEN2_DOMU,v 1.12 2007/05/29 21:37:08 christos Exp $
include "arch/xen/conf/std.xen"
@ -68,6 +68,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
#options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: IOPENER,v 1.79 2007/03/14 12:27:23 drochner Exp $
# $NetBSD: IOPENER,v 1.80 2007/05/29 21:37:08 christos Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "IOPENER-$Revision: 1.79 $"
#ident "IOPENER-$Revision: 1.80 $"
maxusers 32 # estimated number of users
@ -71,6 +71,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: LAMB,v 1.68 2006/11/11 18:47:10 jmmv Exp $
# $NetBSD: LAMB,v 1.69 2007/05/29 21:37:08 christos Exp $
#
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
#
@ -93,6 +93,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: NET4501,v 1.54 2006/11/28 16:24:55 christos Exp $
# $NetBSD: NET4501,v 1.55 2007/05/29 21:37:09 christos Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "NET4501-$Revision: 1.54 $"
#ident "NET4501-$Revision: 1.55 $"
maxusers 32 # estimated number of users
@ -99,6 +99,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: PARALLELS,v 1.12 2007/03/08 22:38:02 jmmv Exp $
# $NetBSD: PARALLELS,v 1.13 2007/05/29 21:37:09 christos Exp $
#
# PARALLELS machine description file
#
@ -76,6 +76,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: QEMU,v 1.9 2006/12/11 15:24:28 yamt Exp $
# $NetBSD: QEMU,v 1.10 2007/05/29 21:37:09 christos Exp $
#
# QEMU machine description file
#
@ -11,7 +11,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "QEMU-$Revision: 1.9 $"
#ident "QEMU-$Revision: 1.10 $"
maxusers 32 # estimated number of users
@ -116,6 +116,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: SWINGER,v 1.90 2007/05/07 09:02:06 jnemeth Exp $
# $NetBSD: SWINGER,v 1.91 2007/05/29 21:37:09 christos Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "SWINGER-$Revision: 1.90 $"
#ident "SWINGER-$Revision: 1.91 $"
maxusers 64 # estimated number of users
@ -84,6 +84,7 @@ options COMPAT_14 # NetBSD 1.4
options COMPAT_15 # NetBSD 1.5
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTUALPC,v 1.52 2007/03/14 12:27:23 drochner Exp $
# $NetBSD: VIRTUALPC,v 1.53 2007/05/29 21:37:09 christos Exp $
#
# VIRTUALPC machine description file --
#
@ -11,7 +11,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "VIRTUALPC-$Revision: 1.52 $"
#ident "VIRTUALPC-$Revision: 1.53 $"
maxusers 32 # estimated number of users
@ -114,6 +114,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: XBOX,v 1.7 2007/03/14 12:27:23 drochner Exp $
# $NetBSD: XBOX,v 1.8 2007/05/29 21:37:09 christos Exp $
#
# XBOX -- A basic Microsoft XBox kernel config file.
#
@ -43,6 +43,7 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
# Compatibility options
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# File systems

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN2_DOM0,v 1.26 2007/05/15 17:53:45 bouyer Exp $
# $NetBSD: XEN2_DOM0,v 1.27 2007/05/29 21:37:09 christos Exp $
include "arch/xen/conf/std.xen"
@ -74,6 +74,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN2_DOMU,v 1.7 2007/01/03 19:42:37 gdt Exp $
# $NetBSD: XEN2_DOMU,v 1.8 2007/05/29 21:37:09 christos Exp $
include "arch/xen/conf/std.xen"
@ -71,6 +71,7 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.