diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-09-06 13:56:52 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-09-06 13:56:52 +0000 |
commit | 284201d8c10822c1d342c2a286b0a219d4050235 (patch) | |
tree | 1dbda06f3823660ed4e4ba17138395eb09f546f9 /sys/arch/macppc/conf/files.macppc | |
parent | fef04d296c9d04387f613eb1a5dfcedac5688d5b (diff) |
Serial console support for macppc. Serial console will work if the modem
has been replaced with a serial port adapter on any machine that has
a real serial port internally. This will also power on the internal modem
for keylargo based machines (tested on original PBG4) when the serial port
is open. ok miod@
Diffstat (limited to 'sys/arch/macppc/conf/files.macppc')
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index 6149a487c3c..bb4f34bcfce 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.macppc,v 1.13 2002/07/23 17:53:24 drahn Exp $ +# $OpenBSD: files.macppc,v 1.14 2002/09/06 13:56:51 drahn Exp $ # # macppc-specific configuration info @@ -136,11 +136,11 @@ file arch/macppc/dev/openpic.c openpic device zsc {channel = -1} attach zsc at macobio file arch/macppc/dev/zs.c zsc needs-flag -file dev/ic/z8530sc.c zsc +file arch/macppc/dev/z8530sc.c zsc device zstty: tty attach zstty at zsc -file dev/ic/z8530tty.c zstty needs-flag +file arch/macppc/dev/z8530tty.c zstty needs-flag device adb {} attach adb at macobio |