Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amigappc/conf make code compile again; need stride ...



details:   https://anonhg.NetBSD.org/src/rev/0ca4787406bc
branches:  trunk
changeset: 792921:0ca4787406bc
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 22 00:24:39 2014 +0000

description:
make code compile again; need stride 0x1000 for gayle

diffstat:

 sys/arch/amigappc/conf/files.amigappc |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 38b7649face0 -r 0ca4787406bc sys/arch/amigappc/conf/files.amigappc
--- a/sys/arch/amigappc/conf/files.amigappc     Tue Jan 21 20:33:01 2014 +0000
+++ b/sys/arch/amigappc/conf/files.amigappc     Wed Jan 22 00:24:39 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amigappc,v 1.27 2012/12/02 22:11:25 rkujawa Exp $
+#      $NetBSD: files.amigappc,v 1.28 2014/01/22 00:24:39 christos Exp $
 
 # maxpartitions must be first item in files.${ARCH}.newconf
 maxpartitions 16                       # NOTE THAT AMIGA IS SPECIAL!
@@ -417,11 +417,14 @@
 attach idesc at mainbus
 file   arch/amiga/dev/idesc.c          idesc needs-flag
 
+define  amibus_b1000
+file    arch/amiga/amiga/amiga_bus_simple_0x1000.c      amibus_b1000
+
 define gayle
 file   arch/amiga/amiga/gayle.c                gayle
 
 file   arch/amiga/dev/gayle_pcmcia.c           pccard
-device pccard: pcmciabus, gayle
+device pccard: pcmciabus, gayle, amibus_b1000
 attach pccard at mainbus
 
 include "dev/pcmcia/files.pcmcia"



Home | Main Index | Thread Index | Old Index