diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 05:09:41 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-19 05:09:41 +0000 |
commit | b4407d46ad9de72893ea3de416875ba205e1a0e6 (patch) | |
tree | 95a8e2e6c9244152eb5691ab78d7b711763f4bc8 /sys/arch/sparc64 | |
parent | 88cc2de544f0b7b6f9c7cf92f1ab94866f881eee (diff) |
DEBUG causes too much trouble right now.
zs is too complicated. disable for now.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/TEST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc64/conf/TEST b/sys/arch/sparc64/conf/TEST index 680e67c3d36..9a2384f67fa 100644 --- a/sys/arch/sparc64/conf/TEST +++ b/sys/arch/sparc64/conf/TEST @@ -9,7 +9,7 @@ option SUN4U option _LP64 # XXX - remove this later. -option DEBUG +#option DEBUG option DDB_SAFE_CONSOLE # XXX - remove this later. @@ -41,10 +41,10 @@ timer* at mainbus0 # sun4c ## 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? +#zs* at sbus? slot ? offset ? +#zstty* at zs? channel ? # ttya +#kbd0 at zstty? +#ms0 at zstty? #pseudo-device md 1 |