diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-28 04:41:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-28 04:41:51 +0000 |
commit | 3d0b9c8d33442207c1e922bff97fd27ae7a4c84d (patch) | |
tree | 4ec457cc7d9333b8e05cfda659cf630456d09c7b /sys | |
parent | 015dbad8fb31d377285e003a1df3f7df99d95acb (diff) |
zs serial now works on some systems. Does not work with modems
on some newer system due to power control issues.
Has carrier detect problems with incoming (getty) on most/all systems.
Outgoing seems to work fine (unless modem power issues prevent).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 6a022a077a8..2ac43a177a3 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.3 2001/09/17 15:34:51 drahn Exp $ +# $OpenBSD: GENERIC,v 1.4 2001/09/28 04:41:50 drahn Exp $ # # PPC GENERIC config file # @@ -93,8 +93,8 @@ wskbd* at akbd? console ? ams* at adb? # ADB mouse wsmouse* at ams? mux 0 abtn* at adb? # ADB button? -#zsc* at macobio? -#zstty* at zsc? channel ? +zsc* at macobio? +zstty* at zsc? channel ? awacs* at macobio? # Apple audio device audio* at awacs? |