diff options
author | 2001-08-19 05:09:40 +0000 | |
---|---|---|
committer | 2001-08-19 05:09:40 +0000 | |
commit | 39e8392f2c3de8d59dfa682394ca06bf10d69248 (patch) | |
tree | 2f645e5876f0c63d998012a5028e48e51ecd85ea | |
parent | build ftp-proxy (diff) | |
download | wireguard-openbsd-39e8392f2c3de8d59dfa682394ca06bf10d69248.tar.xz wireguard-openbsd-39e8392f2c3de8d59dfa682394ca06bf10d69248.zip |
DEBUG causes too much trouble right now.
zs is too complicated. disable for now.
-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 |