diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-02-18 14:18:29 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-02-18 14:18:29 +0000 |
commit | 863120e384bc29d84beace1267002292ab85740e (patch) | |
tree | eec89e842a1202ee90db754f4951432c25af55dd /sys/arch/alpha/conf | |
parent | f81626bc7723b5e5969a08ef9557de09183ca9a3 (diff) |
Remove #ifdef/#endif's around MBR checking code. Remove now unused
option DISKLABEL_I386.
ok deraadt@
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 8c37cf09203..d04c26c1de1 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.187 2006/11/25 20:44:30 dlg Exp $ +# $OpenBSD: GENERIC,v 1.188 2007/02/18 14:18:28 krw Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -31,9 +31,6 @@ option API_UP1000 # EV6: Alpha Processor UP1000 option COMPAT_OSF1 # OSF/1 binary compatibility option COMPAT_NETBSD # NetBSD compatibility -# Disklabel compatibility options -option DISKLABEL_I386 # i386/arc style of partitioning - # Misc. options option EISAVERBOSE # recognize "unknown" EISA devices option PCIVERBOSE # recognize "unknown" PCI devices |