diff options
author | 2000-04-12 16:10:22 +0000 | |
---|---|---|
committer | 2000-04-12 16:10:22 +0000 | |
commit | e33900f7ad6f33a1525a70292826566d1c92c6dd (patch) | |
tree | 3de302ee74801f697c371739c245c33136b579f8 | |
parent | When resetting attributes (VT_NORMAL), do a proper color set. (diff) | |
download | wireguard-openbsd-e33900f7ad6f33a1525a70292826566d1c92c6dd.tar.xz wireguard-openbsd-e33900f7ad6f33a1525a70292826566d1c92c6dd.zip |
Fix pcic attachments; jj@dynarc.se
-rw-r--r-- | sys/arch/amiga/conf/files.amiga | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/conf/files.amiga b/sys/arch/amiga/conf/files.amiga index e76735bc496..54cd8945302 100644 --- a/sys/arch/amiga/conf/files.amiga +++ b/sys/arch/amiga/conf/files.amiga @@ -1,4 +1,4 @@ -# $OpenBSD: files.amiga,v 1.35 2000/02/29 19:05:23 niklas Exp $ +# $OpenBSD: files.amiga,v 1.36 2000/04/12 16:10:22 aaron Exp $ # $NetBSD: files.amiga,v 1.62 1997/08/27 19:32:47 is Exp $ @@ -386,7 +386,7 @@ file arch/m68k/m68k/sunos_machdep.c compat_sunos # XXX this needs to be done very late, so it's done here. This feels # like a kludge, but it might be for the best. -device pcic {[controller = -1], [socket = -1]} +device pcic: pcmciabus file dev/ic/i82365.c pcic # PCIC pcmcia controller on ISA bus. |