diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2012-10-23 02:20:11 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2012-10-23 02:20:11 +0000 |
commit | edfe57b762a3573f7870e06e609177567be7298d (patch) | |
tree | 763fc11164f157f38586752a8b731807bae79ac9 /sys/powerpc/conf | |
parent | 95d300ced408856dfb95ce69da3674c21dbbb9c8 (diff) | |
download | FreeBSD-src-edfe57b762a3573f7870e06e609177567be7298d.zip FreeBSD-src-edfe57b762a3573f7870e06e609177567be7298d.tar.gz |
Remove compat options.
Submitted by: netchild
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/WII | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/powerpc/conf/WII b/sys/powerpc/conf/WII index 0fd0533..e4d61b2 100644 --- a/sys/powerpc/conf/WII +++ b/sys/powerpc/conf/WII @@ -32,10 +32,6 @@ options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options GEOM_PART_GPT #GUID Partition Tables. options GEOM_LABEL #Provides labelization -options COMPAT_FREEBSD4 #Keep this for a while -options COMPAT_FREEBSD5 #Compatible with FreeBSD5 -options COMPAT_FREEBSD6 #Compatible with FreeBSD6 -options COMPAT_FREEBSD7 #Compatible with FreeBSD7 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support options STACK #stack(9) support |