diff options
author | marcel <marcel@FreeBSD.org> | 2003-04-08 08:32:00 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-04-08 08:32:00 +0000 |
commit | 8b0dbc5c038a9c2cbe548449f01d3f810ec9193e (patch) | |
tree | 8fc3ccefe3f6ecf021ed790cd04c3d3e1040e4d4 /sys/ia64/conf | |
parent | d3a6b05ded27c4c27a1bfcfbb11c46275158b60a (diff) | |
download | FreeBSD-src-8b0dbc5c038a9c2cbe548449f01d3f810ec9193e.zip FreeBSD-src-8b0dbc5c038a9c2cbe548449f01d3f810ec9193e.tar.gz |
Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does not
run on ia64 at all.
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r-- | sys/ia64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/ia64/conf/SKI | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 07d5933..dcfd4ca 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -45,7 +45,6 @@ options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] -options COMPAT_FREEBSD4 #Keep this for a while options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index 7fb37dc..c4899c0 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -30,7 +30,6 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions NO_MODULES=yes #Ignore any x86 CPUTYPE options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] -options COMPAT_FREEBSD4 options DDB options FFS #Berkeley Fast Filesystem options INET #InterNETworking |