diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-22 13:53:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-22 13:53:17 +0000 |
commit | 9aa1d492e0529dcfaa20c3d299490c05afede407 (patch) | |
tree | c128433554020766aaa210d2d8e296341aecc649 /sys/arch/mac68k/conf | |
parent | 27083ed6d6c3fb986af2909eb3993565b8502b84 (diff) |
Minimal iop code to set the serial ports to compatible mode automagically,
so that it is not necessary to change settings from MacOS before booting
into OpenBSD; from NetBSD.
Diffstat (limited to 'sys/arch/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/files.mac68k | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/conf/files.mac68k b/sys/arch/mac68k/conf/files.mac68k index d31cb41db0d..f7d89b4dd34 100644 --- a/sys/arch/mac68k/conf/files.mac68k +++ b/sys/arch/mac68k/conf/files.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mac68k,v 1.40 2006/01/18 23:21:14 miod Exp $ +# $OpenBSD: files.mac68k,v 1.41 2006/01/22 13:53:16 miod Exp $ # $NetBSD: files.mac68k,v 1.61 1997/03/01 20:22:16 scottr Exp $ # mac68k-specific configuration info @@ -99,6 +99,7 @@ file arch/mac68k/mac68k/clock.c file arch/mac68k/mac68k/conf.c file arch/mac68k/mac68k/disksubr.c disk file arch/mac68k/mac68k/intr.c +file arch/mac68k/mac68k/iop.c file arch/mac68k/mac68k/machdep.c file arch/mac68k/mac68k/mainbus.c file arch/mac68k/mac68k/mem.c |