From 00ed39a99e062bcc27f2c8fc87b9d3600113e079 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 9 Aug 2009 20:29:10 +0000 Subject: No options TIMEZONE and DST in GENERIC kernels. --- sys/arch/hppa/conf/GENERIC | 5 +---- sys/arch/hppa64/conf/GENERIC | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index ee31fbe5290..1ae81bf915d 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.128 2009/07/28 12:44:40 claudio Exp $ +# $OpenBSD: GENERIC,v 1.129 2009/08/09 20:29:08 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -33,9 +33,6 @@ option COMPAT_HPUX #option COMPAT_LINUX #option PROCFS # /proc -option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight saving time used by RTC - config bsd swap generic mainbus0 at root # root bus diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index b4d0e96acd0..0d43b9c2c34 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2008/04/20 17:17:32 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.16 2009/08/09 20:29:09 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -15,8 +15,6 @@ maxusers 80 # estimated number of users option DEBUG option USER_PCICONF # user-space PCI configuration -option TIMEZONE=0 # time zone to adjust RTC time by -option DST=0 # daylight saving time used by RTC #option COMPAT_HPUX #option COMPAT_LINUX -- cgit v1.2.3