diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-20 23:27:08 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-20 23:27:08 +0000 |
commit | a7ab27c83c31e234cf74c1baab88a6a040d78de3 (patch) | |
tree | 460ee0f1cbbd64dafe23c4f3af1726ac955b993c /sys/arch/sparc64 | |
parent | 04831653327fc946ceec601ea70eb46c83e684a5 (diff) |
No longer necessary. GENERIC is a good test kernel now.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/TEST | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/sys/arch/sparc64/conf/TEST b/sys/arch/sparc64/conf/TEST deleted file mode 100644 index e86bc800ae9..00000000000 --- a/sys/arch/sparc64/conf/TEST +++ /dev/null @@ -1,49 +0,0 @@ -# $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ - -machine sparc64 - -option DIAGNOSTIC -option KMEMSTATS - -option SUN4U -option _LP64 - -#option DEBUG -option DDB -option DDB_SAFE_CONSOLE - -maxusers 64 - -config bsd swap generic - -# Main bus and CPU .. all systems. -mainbus0 at root -cpu0 at mainbus0 - -# Bus types found on SPARC systems. - -sbus0 at mainbus0 # Ultra 1 - -#### Standard system devices -- all required for a given architecture - -## PROM console driver -- if all else fails -pcons0 at mainbus0 # PROM console - -## Mostek clock found on 4/300, sun4c, sun4m and sun4u systems. -## The Mostek clock NVRAM is the "eeprom" on sun4/300 systems. -clock* at sbus? slot ? offset ? - -## Timer chip found on 4/300, sun4c, sun4m and (some) sun4u systems. -timer* at mainbus0 # sun4c - -#### Serial port configuration - -## Zilog 8530 serial chips. Each has two-channels. -## zs0 is ttya and ttyb. zs1 is the keyboard and mouse. -#zs* at sbus? slot ? offset ? -#zstty* at zs? channel ? # ttya -#kbd0 at zstty? -#ms0 at zstty? - -#pseudo-device md 1 - |