diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-16 08:14:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-16 08:14:20 +0000 |
commit | 0ce4dccc098c96bc256acdbba741e74b6215cb07 (patch) | |
tree | ffbbea6c849f946496bf1f554858fe0c5b0bcfc8 /sys/arch/hppa/conf/GENERIC | |
parent | 4a17df1c0f79e222252ead975d6aea081ea3e832 (diff) |
clean the cpu types and sync
Diffstat (limited to 'sys/arch/hppa/conf/GENERIC')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 3a8c9fe3ea5..d883ff42ad2 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.41 2003/12/09 04:25:55 mickey Exp $ +# $OpenBSD: GENERIC,v 1.42 2003/12/16 08:14:19 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -6,13 +6,14 @@ machine hppa include "../../../conf/GENERIC" # Support for various CPU types -option HP7000_CPU # PCXS -option HP7100_CPU,HP7150_CPU # PCXT -option HP7100LC_CPU,HP7300LC_CPU # PCXL, PCXL2 -option HP7200_CPU,HP7250_CPU # PCXT' -#option HP8000_CPU # PCXU -#option HP8200_CPU # PCXU2 -#option HP8500_CPU # PCXW +option HP7000_CPU # PCXS +option HP7100_CPU # PCXT +option HP7200_CPU # PCXT' +option HP7100LC_CPU # PCXL +option HP7300LC_CPU # PCXL2 +#option HP8000_CPU # PCXU (in 32bit mode) +#option HP8200_CPU # PCXU2 (in 32bit mode) +#option HP8500_CPU # PCXW (in 32bit mode) option FPEMUL option USELEDS # blink 'em @@ -21,6 +22,9 @@ option USER_PCICONF # user-space PCI configuration # Need to set locally maxusers 32 +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" |