Home | History | Annotate | Line # | Download | only in dev
zbus.c revision 1.57.10.1
      1  1.57.10.1   garbled /*	$NetBSD: zbus.c,v 1.57.10.1 2007/10/03 19:22:27 garbled Exp $ */
      2        1.1    chopps 
      3        1.1    chopps /*
      4        1.1    chopps  * Copyright (c) 1994 Christian E. Hopps
      5        1.1    chopps  * All rights reserved.
      6        1.1    chopps  *
      7        1.1    chopps  * Redistribution and use in source and binary forms, with or without
      8        1.1    chopps  * modification, are permitted provided that the following conditions
      9        1.1    chopps  * are met:
     10        1.1    chopps  * 1. Redistributions of source code must retain the above copyright
     11        1.1    chopps  *    notice, this list of conditions and the following disclaimer.
     12        1.1    chopps  * 2. Redistributions in binary form must reproduce the above copyright
     13        1.1    chopps  *    notice, this list of conditions and the following disclaimer in the
     14        1.1    chopps  *    documentation and/or other materials provided with the distribution.
     15        1.1    chopps  * 3. All advertising materials mentioning features or use of this software
     16        1.1    chopps  *    must display the following acknowledgement:
     17        1.1    chopps  *      This product includes software developed by Christian E. Hopps.
     18        1.1    chopps  * 4. The name of the author may not be used to endorse or promote products
     19        1.1    chopps  *    derived from this software without specific prior written permission
     20        1.1    chopps  *
     21        1.1    chopps  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     22        1.1    chopps  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     23        1.1    chopps  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     24        1.1    chopps  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     25        1.1    chopps  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     26        1.1    chopps  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     27        1.1    chopps  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     28        1.1    chopps  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     29        1.1    chopps  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     30        1.1    chopps  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     31        1.1    chopps  */
     32       1.46   aymeric 
     33       1.46   aymeric #include <sys/cdefs.h>
     34  1.57.10.1   garbled __KERNEL_RCSID(0, "$NetBSD: zbus.c,v 1.57.10.1 2007/10/03 19:22:27 garbled Exp $");
     35       1.46   aymeric 
     36        1.1    chopps #include <sys/param.h>
     37        1.1    chopps #include <sys/device.h>
     38       1.14     veego #include <sys/systm.h>
     39       1.51   thorpej 
     40       1.51   thorpej #include <uvm/uvm_extern.h>
     41       1.51   thorpej 
     42        1.1    chopps #include <machine/cpu.h>
     43        1.1    chopps #include <machine/pte.h>
     44        1.1    chopps #include <amiga/amiga/cfdev.h>
     45        1.1    chopps #include <amiga/amiga/device.h>
     46        1.1    chopps #include <amiga/dev/zbusvar.h>
     47        1.1    chopps 
     48        1.1    chopps struct aconfdata {
     49       1.55       jmc 	const char *name;
     50        1.1    chopps 	int manid;
     51        1.1    chopps 	int prodid;
     52        1.1    chopps };
     53        1.1    chopps 
     54        1.1    chopps struct preconfdata {
     55        1.1    chopps 	int manid;
     56        1.1    chopps 	int prodid;
     57       1.57  christos 	void *vaddr;
     58        1.1    chopps };
     59        1.1    chopps 
     60       1.47   aymeric vaddr_t		ZTWOROMADDR;
     61       1.47   aymeric vaddr_t		ZTWOMEMADDR;
     62       1.47   aymeric u_int		NZTWOMEMPG;
     63       1.47   aymeric vaddr_t		ZBUSADDR;	/* kva of Zorro bus I/O pages */
     64       1.47   aymeric u_int		ZBUSAVAIL;	/* bytes of Zorro bus I/O space left */
     65        1.1    chopps 
     66       1.45   aymeric /*
     67        1.1    chopps  * explain the names.. 0123456789 => zothfisven
     68        1.1    chopps  */
     69        1.1    chopps static struct aconfdata aconftab[] = {
     70        1.1    chopps 	/* Commodore Amiga */
     71        1.1    chopps 	{ "atzee",	513,	1 },
     72       1.21        is 	{ "atzsc",	514,	2 },
     73        1.1    chopps 	{ "atzsc",	514,	3 },
     74       1.13    chopps 	{ "bah",	514,	9 },	/* A2060 */
     75        1.1    chopps 	{ "ql",		514,	69 },
     76        1.1    chopps 	{ "ql",		514,	70 },
     77       1.27        is 	{ "atfsc",	514,	84 },
     78       1.27        is 	{ "le",		514,	112 },
     79        1.1    chopps 	/* Ameristar */
     80        1.1    chopps 	{ "le",		1053,	1 },
     81       1.13    chopps 	{ "bah",	1053,	9 },	/* A2060 */
     82        1.3    chopps 	{ "es",		1053,	10 },
     83       1.13    chopps 	/* University of Lowell */
     84        1.9    chopps 	{ "grful",	1030,	0 },
     85       1.23        is 	/* DMI */
     86       1.23        is 	{ "grfrs",	2129,	1 },	/* Resolver graphics board */
     87        1.1    chopps 	/* Macrosystems */
     88        1.1    chopps 	{ "grfrt",	18260,	6 },
     89        1.3    chopps 	{ "grfrh",	18260,	16},	/* Retina BLT Z3 */
     90       1.15        is 	{ "grfrh",	18260,	19},	/* Altais */
     91        1.1    chopps 	/* Greater valley products */
     92        1.1    chopps 	{ "gvpbus",	2017,	2 },
     93        1.1    chopps 	{ "gvpbus",	2017,	11 },
     94        1.1    chopps 	{ "giv",	2017,	32 },
     95        1.5    chopps 	{ "gio",	2017,	255 },
     96        1.1    chopps 	/* progressive perhiperals */
     97        1.1    chopps 	{ "zssc",	2026,	150 },
     98        1.1    chopps 	{ "ppia",	2026,	187 },
     99        1.1    chopps 	{ "ppta",	2026,	105 },
    100        1.1    chopps 	{ "ppha",	2026,	1 },
    101        1.1    chopps 	{ "mrsc",	2026,	0 },
    102        1.1    chopps 	/* CSA */
    103        1.1    chopps 	{ "mgnsc",	1058,	17 },
    104        1.1    chopps 	{ "otgsc",	1058,	21 },
    105        1.1    chopps 	/* Microbotics */
    106        1.1    chopps 	{ "vhzsc",	1010,	69 },
    107        1.1    chopps 	/* Supra */
    108        1.1    chopps 	{ "wstsc",	1056,	12 },
    109        1.6    chopps 	{ "wstsc",	1056,	13 },
    110        1.1    chopps 	/* IVS */
    111        1.6    chopps 	{ "itrmp",	2112,	48 },
    112        1.1    chopps 	{ "itrmp",	2112,	52 },
    113        1.1    chopps 	{ "ivasc",	2112,	242 },
    114        1.1    chopps 	{ "ivsc",	2112,	243 },
    115        1.1    chopps 	/* Hydra */
    116        1.1    chopps 	{ "ed",		2121,	1 },
    117        1.1    chopps 	/* ASDG */
    118       1.21        is 	{ "ed",		1023,	254 },
    119        1.7    chopps 	/* Village Tronic Ariadne */
    120       1.33     veego 	{ "le",		2167,	201},
    121       1.38     veego 	/* Village Tronic Ariadne II */
    122       1.38     veego 	{ "ne",		2167,	202},
    123        1.1    chopps 	/* bsc/Alf Data */
    124       1.53       wiz 	{ "Tandem", 2092,    6 },	/* Tandem AT disk controller */
    125        1.1    chopps 	{ "mfc",	2092,	16 },
    126        1.1    chopps 	{ "mfc",	2092,	17 },
    127        1.1    chopps 	{ "mfc",	2092,	18 },
    128        1.1    chopps 	/* Cirrus CL GD 5426 -> Picasso, Piccolo, EGS Spectrum */
    129       1.32     veego 	{ "grfcl",	2167,	11},	/* PicassoII mem */
    130       1.32     veego 	{ "grfcl",	2167,	12},	/* PicassoII regs */
    131       1.32     veego 	{ "grfcl",	2167,	21},	/* PicassoIV Z2 mem1 */
    132       1.32     veego 	{ "grfcl",	2167,	22},	/* PicassoIV Z2 mem2 */
    133       1.32     veego 	{ "grfcl",	2167,	23},	/* PicassoIV Z2 regs */
    134       1.32     veego 	{ "grfcl",	2167,	24},	/* PicassoIV Z3 */
    135        1.3    chopps 	{ "grfcl",	2193,	2},	/* Spectrum mem */
    136        1.3    chopps 	{ "grfcl",	2193,	1},	/* Spectrum regs */
    137        1.3    chopps 	{ "grfcl",	2195,	5},	/* Piccolo mem */
    138        1.3    chopps 	{ "grfcl",	2195,	6},	/* Piccolo regs */
    139       1.19     veego 	{ "grfcl",	2195,	10},	/* Piccolo SD64 mem */
    140       1.19     veego 	{ "grfcl",	2195,	11},	/* Piccolo SD64 regs */
    141        1.1    chopps 	/* MacroSystemsUS */
    142        1.1    chopps 	{ "wesc",	2203,	19},	/* Warp engine */
    143       1.10    chopps 	/* phase 5 digital products */
    144       1.10    chopps 	{ "flmem",	8512,	10},	/* FastlaneZ3 memory */
    145       1.10    chopps 	{ "flsc",	8512,	11},	/* FastlaneZ3 */
    146       1.30        is 	{ "cbsc",	8512,	12},	/* Cyberstorm Mk I SCSI */
    147       1.28        is 	{ "bzivsc",	8512,	17},	/* Blizzard IV SCSI */
    148       1.28        is 	{ "bztzsc", 	8512,	24},	/* Blizzard 2060 SCSI */
    149       1.30        is 	{ "cbiisc", 	8512,	25},	/* Cyberstorm Mk II SCSI */
    150       1.12    chopps 	{ "grfcv",	8512,	34},	/* CyberVison 64 */
    151       1.35     veego 	{ "grfcv3d",	8512,	67},	/* CyberVison 64/3D */
    152       1.39    mhitch 	{ "cbiiisc", 	8512,	100},	/* Cyberstorm Mk III SCSI */
    153        1.3    chopps 	/* Hacker Inc. */
    154       1.11    chopps 	{ "mlhsc",	2011,	1 },
    155       1.11    chopps 	/* Resource Management Force */
    156       1.17        is 	{ "qn",		2011,	2 },	/* QuickNet Ethernet */
    157       1.17        is 	/* ??? */
    158       1.19     veego 	{ "empsc",	2171,	21 },	/* Emplant SCSI */
    159       1.21        is 	{ "empsc",	2171,	32 },	/* Emplant SCSI */
    160       1.19     veego 	/* Tseng ET4000 boards */
    161       1.19     veego 	{ "grfet",	2117,	3 },	/* Merlin mem */
    162       1.20        is 	{ "grfet",	2117,	4 },	/* Merlin regs */
    163       1.32     veego 	{ "grfet",	2167,	1 },	/* Domino mem */
    164       1.32     veego 	{ "grfet",	2167,	2 },	/* Domino regs */
    165       1.32     veego 	{ "grfet",	2167,	3 },	/* Domino regs (proto 16M) */
    166       1.32     veego 	{ "grfet",	2181,	0 },	/* oMniBus */
    167       1.20        is 	/* Advanced Systems */
    168       1.27        is 	{ "nxsc",	2102,	1 },	/* Nexus SCSI board */
    169       1.21        is 	/* Masoboshi */
    170       1.31        is 	{ "mcsc",	8535,	4 },	/* Masoboshi Mastercard 702 */
    171       1.31        is 	/* Apollo */
    172       1.34        is 	{ "apssc",	8738,	35 },	/* Apollo '060 scsi */
    173       1.34        is 	/* KATO development */
    174       1.34        is 	{ "aumld",	2145,	128 },	/* Melody MPEG layer 2 audio board */
    175       1.43        is 	/* Individual Computers Jens Schoenfeld */
    176       1.42        is 	{ "buddha",	4626,	0 },
    177  1.57.10.1   garbled 	{ "xsurf",	4626,	23 },	/* X-Surf Ethernet */
    178       1.34        is 	/* VMC Harald Frank */
    179       1.34        is 	{ "blst",	5001,	1},	/* ISDN Blaster */
    180       1.34        is 	{ "hyper4",	5001,	2},	/* Hypercom4-Zbus */
    181       1.42        is 	{ "hyper3Z",	5001,	3},	/* Hypercom3-Zbus */
    182       1.42        is 	{ "hyper4+",	5001,	6},	/* Hypercom4+ */
    183       1.52        is 	{ "hyper3+",	5001,	7},	/* Hypercom3+ */
    184       1.52        is 	/* Matay Grzegorz Kraszewski */
    185       1.52        is 	{ "Prometheus",	44359,	1}	/* Prometheus PCI bridge */
    186        1.1    chopps };
    187        1.1    chopps static int naconfent = sizeof(aconftab) / sizeof(struct aconfdata);
    188        1.1    chopps 
    189        1.1    chopps /*
    190        1.1    chopps  * Anything listed in this table is subject to pre-configuration,
    191        1.1    chopps  * if autoconf.c:config_console() calls amiga_config_found() on
    192        1.1    chopps  * the Zorro III device.
    193        1.1    chopps  */
    194        1.1    chopps static struct preconfdata preconftab[] = {
    195       1.32     veego 	{18260, 6, 0 },	/* Retina Z2 */			/* grf1 */
    196       1.32     veego 	{18260, 16, 0}, /* Retina BLT Z3 */		/* grf2 */
    197       1.15        is 	{18260, 19, 0}, /* Altais */
    198       1.32     veego 	{2167,	11, 0},	/* PicassoII mem */		/* grf3 */
    199       1.32     veego 	{2167,	12, 0},	/* PicassoII regs */
    200       1.32     veego 	{2167,	21, 0},	/* PicassoIV Z2 mem1 */
    201       1.32     veego 	{2167,	22, 0},	/* PicassoIV Z2 mem2 */
    202       1.32     veego 	{2167,	23, 0},	/* PicassoIV Z2 regs */
    203       1.32     veego 	{2167,	24, 0},	/* PicassoIV Z3 */
    204        1.4    chopps 	{2193,	2, 0},	/* Spectrum mem */
    205        1.4    chopps 	{2193,	1, 0},	/* Spectrum regs */
    206        1.4    chopps 	{2195,	5, 0},	/* Piccolo mem */
    207        1.8    chopps 	{2195,	6, 0},	/* Piccolo regs */
    208       1.19     veego 	{2195,	10, 0},	/* Piccolo SD64 mem */
    209       1.19     veego 	{2195,	11, 0},	/* Piccolo SD64 regs */
    210       1.32     veego 	{1030,	0, 0},	/* Ulwl board */		/* grf4 */
    211       1.32     veego 	{8512,	34, 0},	/* Cybervison 64 */		/* grf5 */
    212       1.32     veego 	{2117,	3, 0},	/* Merlin mem */		/* grf6 */
    213       1.32     veego 	{2117,	4, 0},	/* Merlin regs */
    214       1.19     veego 	{2167,	1, 0},	/* Domino mem */
    215       1.19     veego 	{2167,	2, 0},	/* Domino regs */
    216       1.32     veego 	{2167,	3, 0},	/* Domino regs (proto 16M) */
    217       1.35     veego 	{2181,	0, 0},	/* oMniBus mem or regs */
    218       1.35     veego 	{8512,	67, 0}	/* Cybervison 64/3D */		/* grf7 */
    219        1.1    chopps };
    220        1.1    chopps static int npreconfent = sizeof(preconftab) / sizeof(struct preconfdata);
    221        1.1    chopps 
    222        1.1    chopps 
    223       1.45   aymeric void zbusattach(struct device *, struct device *, void *);
    224       1.45   aymeric int zbusprint(void *, const char *);
    225       1.45   aymeric int zbusmatch(struct device *, struct cfdata *, void *);
    226       1.57  christos void *zbusmap(void *, u_int);
    227       1.55       jmc static const char *aconflookup(int, int);
    228        1.1    chopps 
    229        1.1    chopps /*
    230        1.1    chopps  * given a manufacturer id and product id, find the name
    231        1.1    chopps  * that describes this board.
    232        1.1    chopps  */
    233       1.55       jmc static const char *
    234       1.45   aymeric aconflookup(int mid, int pid)
    235        1.1    chopps {
    236        1.1    chopps 	struct aconfdata *adp, *eadp;
    237        1.1    chopps 
    238        1.1    chopps 	eadp = &aconftab[naconfent];
    239        1.1    chopps 	for (adp = aconftab; adp < eadp; adp++)
    240        1.1    chopps 		if (adp->manid == mid && adp->prodid == pid)
    241        1.1    chopps 			return(adp->name);
    242        1.1    chopps 	return("board");
    243        1.1    chopps }
    244        1.1    chopps 
    245       1.45   aymeric /*
    246       1.45   aymeric  * mainbus driver
    247        1.1    chopps  */
    248       1.16   thorpej 
    249       1.49   thorpej CFATTACH_DECL(zbus, sizeof(struct device),
    250       1.49   thorpej     zbusmatch, zbusattach, NULL, NULL);
    251        1.1    chopps 
    252        1.1    chopps static struct cfdata *early_cfdata;
    253        1.1    chopps 
    254        1.1    chopps /*ARGSUSED*/
    255        1.1    chopps int
    256       1.45   aymeric zbusmatch(struct device *pdp, struct cfdata *cfp, void *auxp)
    257        1.1    chopps {
    258       1.16   thorpej 
    259        1.1    chopps 	if (matchname(auxp, "zbus") == 0)
    260        1.1    chopps 		return(0);
    261        1.1    chopps 	if (amiga_realconfig == 0)
    262        1.1    chopps 		early_cfdata = cfp;
    263        1.1    chopps 	return(1);
    264        1.1    chopps }
    265        1.1    chopps 
    266        1.1    chopps /*
    267        1.1    chopps  * called to attach bus, we probe, i.e., scan configdev structs passed
    268        1.1    chopps  * in, for each found name call config_found() which will do this again
    269        1.1    chopps  * with that driver if matched else print a diag.
    270        1.1    chopps  */
    271        1.1    chopps void
    272       1.45   aymeric zbusattach(struct device *pdp, struct device *dp, void *auxp)
    273        1.1    chopps {
    274        1.1    chopps 	struct zbus_args za;
    275        1.1    chopps 	struct preconfdata *pcp, *epcp;
    276        1.1    chopps 	struct cfdev *cdp, *ecdp;
    277        1.1    chopps 
    278        1.1    chopps 	epcp = &preconftab[npreconfent];
    279        1.1    chopps 	ecdp = &cfdev[ncfdev];
    280        1.1    chopps 	if (amiga_realconfig) {
    281        1.1    chopps 		if (ZTWOMEMADDR)
    282       1.26  christos 			printf(": mem 0x%08lx-0x%08lx",
    283       1.51   thorpej 			    ZTWOMEMADDR,
    284       1.51   thorpej 			    ZTWOMEMADDR + PAGE_SIZE * NZTWOMEMPG - 1);
    285        1.1    chopps 		if (ZBUSAVAIL)
    286       1.26  christos 			printf (": i/o size 0x%08x", ZBUSAVAIL);
    287       1.26  christos 		printf("\n");
    288        1.1    chopps 	}
    289        1.1    chopps 	for (cdp = cfdev; cdp < ecdp; cdp++) {
    290        1.1    chopps 		for (pcp = preconftab; pcp < epcp; pcp++) {
    291       1.45   aymeric 			if (pcp->manid == cdp->rom.manid &&
    292        1.1    chopps 			    pcp->prodid == cdp->rom.prodid)
    293        1.1    chopps 				break;
    294        1.1    chopps 		}
    295        1.1    chopps 		if (amiga_realconfig == 0 && pcp >= epcp)
    296        1.1    chopps 			continue;
    297        1.1    chopps 
    298        1.1    chopps 		/*
    299        1.1    chopps 		 * check if it's a Zorro II or III board and not linked into
    300        1.1    chopps 		 * MemList (i.e. not a memory board)
    301        1.1    chopps 		 */
    302        1.1    chopps 		if ((cdp->rom.type & 0xe0) != 0xc0 &&
    303        1.1    chopps 		    (cdp->rom.type & 0xe0) != 0x80)
    304        1.1    chopps 			continue;	/* er_Type != Zorro I/O */
    305        1.1    chopps 
    306        1.1    chopps 		za.pa = cdp->addr;
    307        1.1    chopps 		za.size = cdp->size;
    308        1.1    chopps 		if (amiga_realconfig && pcp < epcp && pcp->vaddr)
    309        1.1    chopps 			za.va = pcp->vaddr;
    310        1.1    chopps 		else {
    311       1.55       jmc 			za.va = (void *) (isztwopa(za.pa) ?
    312       1.55       jmc 			    __UNVOLATILE(ztwomap(za.pa)) :
    313       1.55       jmc 			    zbusmap(za.pa, za.size));
    314       1.18        is /*                     		??????? */
    315        1.1    chopps 			/*
    316       1.45   aymeric 			 * save value if early console init
    317        1.1    chopps 			 */
    318        1.1    chopps 			if (amiga_realconfig == 0)
    319        1.1    chopps 				pcp->vaddr = za.va;
    320        1.1    chopps 		}
    321        1.1    chopps 		za.manid = cdp->rom.manid;
    322        1.1    chopps 		za.prodid = cdp->rom.prodid;
    323        1.1    chopps 		za.serno = cdp->rom.serno;
    324        1.1    chopps 		za.slot = (((u_long)za.pa >> 16) & 0xF) - 0x9;
    325        1.1    chopps 		amiga_config_found(early_cfdata, dp, &za, zbusprint);
    326        1.1    chopps 	}
    327        1.1    chopps }
    328        1.1    chopps 
    329        1.1    chopps /*
    330        1.1    chopps  * print configuration info.
    331        1.1    chopps  */
    332        1.1    chopps int
    333       1.45   aymeric zbusprint(void *auxp, const char *pnp)
    334        1.1    chopps {
    335        1.1    chopps 	struct zbus_args *zap;
    336        1.1    chopps 	int rv;
    337        1.1    chopps 
    338        1.1    chopps 	rv = UNCONF;
    339        1.1    chopps 	zap = auxp;
    340        1.1    chopps 
    341        1.1    chopps 	if (pnp) {
    342       1.50   thorpej 		aprint_normal("%s at %s:",
    343       1.50   thorpej 		    aconflookup(zap->manid, zap->prodid), pnp);
    344        1.1    chopps 		if (zap->manid == -1)
    345        1.1    chopps 			rv = UNSUPP;
    346        1.1    chopps 	}
    347       1.50   thorpej 	aprint_normal(" pa %8p man/pro %d/%d", zap->pa, zap->manid,
    348       1.50   thorpej 	    zap->prodid);
    349        1.1    chopps 	return(rv);
    350        1.1    chopps }
    351        1.1    chopps 
    352        1.1    chopps /*
    353       1.17        is  * this function is used to map Zorro physical I/O addresses into kernel
    354       1.17        is  * virtual addresses. We don't keep track which address we map where, we don't
    355       1.17        is  * NEED to know this. We made sure in amiga_init.c (by scanning all available
    356       1.17        is  * Zorro devices) to have enough kva-space available, so there is no extra
    357       1.17        is  * range check done here.
    358        1.1    chopps  */
    359       1.57  christos void *
    360       1.57  christos zbusmap(void *pa, u_int size)
    361        1.1    chopps {
    362  1.57.10.1   garbled #if defined(__m68k__)
    363       1.41        is 	static vaddr_t nextkva = 0;
    364       1.41        is 	vaddr_t kva;
    365        1.1    chopps 
    366        1.1    chopps 	if (nextkva == 0)
    367        1.1    chopps 		nextkva = ZBUSADDR;
    368        1.1    chopps 
    369        1.1    chopps 	if (nextkva > ZBUSADDR + ZBUSAVAIL)
    370        1.1    chopps 		return 0;
    371        1.1    chopps 
    372        1.1    chopps 	/* size better be an integral multiple of the page size... */
    373        1.1    chopps 	kva = nextkva;
    374        1.1    chopps 	nextkva += size;
    375        1.1    chopps 	if (nextkva > ZBUSADDR + ZBUSAVAIL)
    376        1.1    chopps 		panic("allocating too much Zorro I/O address space");
    377       1.57  christos 	physaccess((void *)kva, (void *)pa, size, PG_RW|PG_CI);
    378  1.57.10.1   garbled 	return((void *)kva);
    379       1.44        is #else
    380  1.57.10.1   garbled /*
    381  1.57.10.1   garbled  * XXX we use direct constant mapping
    382  1.57.10.1   garbled  */
    383  1.57.10.1   garbled 	return(pa);
    384       1.44        is #endif
    385        1.1    chopps }
    386