Home | History | Annotate | Line # | Download | only in common
autoconf.c revision 1.11.74.2
      1  1.11.74.2    bouyer /*	$NetBSD: autoconf.c,v 1.11.74.2 2011/02/17 11:59:40 bouyer Exp $	*/
      2        1.1   thorpej 
      3        1.1   thorpej /*
      4  1.11.74.2    bouyer  * Copyright (c) 1988 University of Utah.
      5        1.1   thorpej  * Copyright (c) 1990, 1993
      6        1.1   thorpej  *	The Regents of the University of California.  All rights reserved.
      7        1.3       agc  *
      8        1.3       agc  * This code is derived from software contributed to Berkeley by
      9        1.3       agc  * the Systems Programming Group of the University of Utah Computer
     10        1.3       agc  * Science Department.
     11        1.3       agc  *
     12        1.3       agc  * Redistribution and use in source and binary forms, with or without
     13        1.3       agc  * modification, are permitted provided that the following conditions
     14        1.3       agc  * are met:
     15        1.3       agc  * 1. Redistributions of source code must retain the above copyright
     16        1.3       agc  *    notice, this list of conditions and the following disclaimer.
     17        1.3       agc  * 2. Redistributions in binary form must reproduce the above copyright
     18        1.3       agc  *    notice, this list of conditions and the following disclaimer in the
     19        1.3       agc  *    documentation and/or other materials provided with the distribution.
     20        1.3       agc  * 3. Neither the name of the University nor the names of its contributors
     21        1.3       agc  *    may be used to endorse or promote products derived from this software
     22        1.3       agc  *    without specific prior written permission.
     23        1.3       agc  *
     24        1.3       agc  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     25        1.3       agc  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     26        1.3       agc  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     27        1.3       agc  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     28        1.3       agc  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     29        1.3       agc  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     30        1.3       agc  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     31        1.3       agc  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     32        1.3       agc  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     33        1.3       agc  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     34        1.3       agc  * SUCH DAMAGE.
     35        1.3       agc  *
     36        1.3       agc  * from: Utah Hdr: autoconf.c 1.16 92/05/29
     37        1.3       agc  *
     38        1.3       agc  *	@(#)autoconf.c	8.1 (Berkeley) 6/10/93
     39        1.3       agc  */
     40        1.1   thorpej 
     41        1.1   thorpej #include <sys/param.h>
     42        1.1   thorpej #include <sys/reboot.h>
     43        1.1   thorpej 
     44        1.1   thorpej #include <hp300/stand/common/samachdep.h>
     45        1.1   thorpej #include <hp300/stand/common/rominfo.h>
     46        1.1   thorpej #include <hp300/stand/common/device.h>
     47        1.4   tsutsui #include <hp300/stand/common/hpibvar.h>
     48        1.4   tsutsui #include <hp300/stand/common/scsireg.h>
     49        1.4   tsutsui #include <hp300/stand/common/scsivar.h>
     50        1.1   thorpej 
     51       1.10   tsutsui #include <hp300/dev/dioreg.h>
     52  1.11.74.1    bouyer #include <hp300/stand/common/grfreg.h>
     53        1.7   tsutsui #include <hp300/dev/intioreg.h>
     54        1.1   thorpej 
     55        1.1   thorpej /*
     56        1.1   thorpej  * Mapping of ROM MSUS types to BSD major device numbers
     57        1.1   thorpej  * WARNING: major numbers must match bdevsw indices in hp300/conf.c.
     58        1.1   thorpej  */
     59        1.4   tsutsui static const char rom2mdev[] = {
     60        1.1   thorpej 	0, 0, 						/* 0-1: none */
     61        1.1   thorpej 	6,	/* 2: network device; special */
     62        1.1   thorpej 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,		/* 3-13: none */
     63        1.1   thorpej 	4,	/* 14: SCSI disk */
     64        1.1   thorpej 	0,	/* 15: none */
     65        1.1   thorpej 	2,	/* 16: CS/80 device on HPIB */
     66        1.1   thorpej 	2,	/* 17: CS/80 device on HPIB */
     67        1.1   thorpej 	0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,	/* 18-31: none */
     68        1.1   thorpej };
     69        1.1   thorpej 
     70        1.1   thorpej struct hp_hw sc_table[MAXCTLRS];
     71        1.1   thorpej int cpuspeed;
     72        1.1   thorpej 
     73        1.4   tsutsui static u_long msustobdev(void);
     74        1.4   tsutsui static void find_devs(void);
     75        1.1   thorpej 
     76        1.1   thorpej #ifdef PRINTROMINFO
     77        1.4   tsutsui void
     78        1.5   tsutsui printrominfo(void)
     79        1.1   thorpej {
     80        1.1   thorpej 	struct rominfo *rp = (struct rominfo *)ROMADDR;
     81        1.1   thorpej 
     82        1.1   thorpej 	printf("boottype %x, name %s, lowram %x, sysflag %x\n",
     83        1.1   thorpej 	       rp->boottype, rp->name, rp->lowram, rp->sysflag&0xff);
     84        1.1   thorpej 	printf("rambase %x, ndrives %x, sysflag2 %x, msus %x\n",
     85        1.1   thorpej 	       rp->rambase, rp->ndrives, rp->sysflag2&0xff, rp->msus);
     86        1.1   thorpej }
     87        1.1   thorpej #endif
     88        1.1   thorpej 
     89        1.4   tsutsui void
     90        1.5   tsutsui configure(void)
     91        1.1   thorpej {
     92        1.1   thorpej 
     93        1.1   thorpej 	switch (machineid) {
     94        1.1   thorpej 	case HP_320:
     95        1.1   thorpej 	case HP_330:
     96        1.1   thorpej 	case HP_340:
     97        1.1   thorpej 		cpuspeed = MHZ_16;
     98        1.1   thorpej 		break;
     99        1.1   thorpej 	case HP_350:
    100        1.1   thorpej 	case HP_360:
    101        1.9   tsutsui 	case HP_362:
    102        1.1   thorpej 		cpuspeed = MHZ_25;
    103        1.1   thorpej 		break;
    104        1.1   thorpej 	case HP_370:
    105        1.1   thorpej 		cpuspeed = MHZ_33;
    106        1.1   thorpej 		break;
    107        1.1   thorpej 	case HP_375:
    108        1.8   tsutsui 	case HP_400:
    109        1.1   thorpej 		cpuspeed = MHZ_50;
    110        1.1   thorpej 		break;
    111        1.1   thorpej 	case HP_380:
    112        1.9   tsutsui 	case HP_382:
    113        1.8   tsutsui 	case HP_425:
    114        1.1   thorpej 		cpuspeed = MHZ_25 * 2;	/* XXX */
    115        1.1   thorpej 		break;
    116        1.2   thorpej 	case HP_385:
    117        1.1   thorpej 	case HP_433:
    118        1.1   thorpej 		cpuspeed = MHZ_33 * 2;	/* XXX */
    119        1.1   thorpej 		break;
    120        1.1   thorpej 	default:	/* assume the fastest (largest delay value) */
    121        1.1   thorpej 		cpuspeed = MHZ_50;
    122        1.1   thorpej 		break;
    123        1.1   thorpej 	}
    124        1.1   thorpej 	find_devs();
    125        1.1   thorpej 	cninit();
    126        1.1   thorpej #ifdef PRINTROMINFO
    127        1.1   thorpej 	printrominfo();
    128        1.1   thorpej #endif
    129        1.1   thorpej 	hpibinit();
    130        1.1   thorpej 	scsiinit();
    131        1.1   thorpej 	if ((bootdev & B_MAGICMASK) != B_DEVMAGIC)
    132        1.1   thorpej 		bootdev = msustobdev();
    133        1.1   thorpej }
    134        1.1   thorpej 
    135        1.1   thorpej /*
    136        1.1   thorpej  * Convert HP MSUS to a valid bootdev layout:
    137        1.1   thorpej  *	TYPE comes from MSUS device type as mapped by rom2mdev
    138        1.1   thorpej  *	PARTITION is set to 0 ('a')
    139        1.1   thorpej  *	UNIT comes from MSUS unit (almost always 0)
    140        1.1   thorpej  *	CONTROLLER comes from MSUS primary address
    141        1.1   thorpej  *	ADAPTER comes from SCSI/HPIB driver logical unit number
    142        1.1   thorpej  *		(passed back via unused hw_pa field)
    143        1.1   thorpej  */
    144        1.4   tsutsui static u_long
    145        1.5   tsutsui msustobdev(void)
    146        1.1   thorpej {
    147        1.1   thorpej 	struct rominfo *rp = (struct rominfo *) ROMADDR;
    148        1.1   thorpej 	u_long bdev = 0;
    149        1.4   tsutsui 	struct hp_hw *hw;
    150        1.1   thorpej 	int sc, type, ctlr, slave, punit;
    151        1.1   thorpej 
    152        1.1   thorpej 	sc = (rp->msus >> 8) & 0xFF;
    153        1.1   thorpej 	for (hw = sc_table; hw < &sc_table[MAXCTLRS]; hw++)
    154        1.1   thorpej 		if (hw->hw_sc == sc)
    155        1.1   thorpej 			break;
    156        1.1   thorpej 
    157        1.1   thorpej 	type  = rom2mdev[(rp->msus >> 24) & 0x1F];
    158        1.1   thorpej 	ctlr  = (int)hw->hw_pa;
    159        1.1   thorpej 	slave = (rp->msus & 0xFF);
    160        1.1   thorpej 	punit = ((rp->msus >> 16) & 0xFF);
    161        1.1   thorpej 
    162        1.1   thorpej 	bdev  = MAKEBOOTDEV(type, ctlr, slave, punit, 0);
    163        1.1   thorpej 
    164        1.1   thorpej #ifdef PRINTROMINFO
    165        1.1   thorpej 	printf("msus %x -> bdev %x\n", rp->msus, bdev);
    166        1.1   thorpej #endif
    167        1.4   tsutsui 	return bdev;
    168        1.1   thorpej }
    169        1.1   thorpej 
    170        1.4   tsutsui int
    171        1.5   tsutsui sctoaddr(int sc)
    172        1.1   thorpej {
    173        1.4   tsutsui 
    174        1.1   thorpej 	if (sc == -1)
    175        1.7   tsutsui 		return INTIOBASE + FB_BASE;
    176        1.1   thorpej 	if (sc == 7 && internalhpib)
    177        1.4   tsutsui 		return internalhpib ;
    178        1.1   thorpej 	if (sc < 32)
    179        1.4   tsutsui 		return DIOBASE + sc * DIOCSIZE ;
    180       1.10   tsutsui 	if (sc >= DIOII_SCBASE)
    181       1.10   tsutsui 		return DIOIIBASE + (sc - DIOII_SCBASE) * DIOIICSIZE ;
    182        1.4   tsutsui 	return sc;
    183        1.1   thorpej }
    184        1.1   thorpej 
    185        1.1   thorpej /*
    186        1.1   thorpej  * Probe all DIO select codes (0 - 32), the internal display address,
    187        1.1   thorpej  * and DIO-II select codes (132 - 256).
    188        1.1   thorpej  *
    189        1.1   thorpej  * Note that we only care about displays, LANCEs, SCSIs and HP-IBs.
    190        1.1   thorpej  */
    191        1.4   tsutsui static void
    192        1.5   tsutsui find_devs(void)
    193        1.1   thorpej {
    194        1.1   thorpej 	short sc, sctop;
    195        1.1   thorpej 	u_char *id_reg;
    196       1.11  christos 	void *addr;
    197        1.4   tsutsui 	struct hp_hw *hw;
    198        1.1   thorpej 
    199        1.1   thorpej 	hw = sc_table;
    200       1.10   tsutsui 	sctop = DIO_SCMAX(machineid);
    201        1.1   thorpej 	for (sc = -1; sc < sctop; sc++) {
    202       1.10   tsutsui 		if (DIO_INHOLE(sc))
    203        1.1   thorpej 			continue;
    204       1.11  christos 		addr = (void *)sctoaddr(sc);
    205        1.1   thorpej 		if (badaddr(addr))
    206        1.1   thorpej 			continue;
    207        1.1   thorpej 
    208       1.10   tsutsui 		id_reg = (u_char *)addr;
    209        1.1   thorpej 		hw->hw_pa = 0;	/* XXX used to pass back LUN from driver */
    210       1.10   tsutsui 		if (sc >= DIOII_SCBASE)
    211       1.10   tsutsui 			hw->hw_size = DIOII_SIZE(id_reg);
    212        1.1   thorpej 		else
    213        1.1   thorpej 			hw->hw_size = DIOCSIZE;
    214        1.1   thorpej 		hw->hw_kva = addr;
    215       1.10   tsutsui 		hw->hw_id = DIO_ID(id_reg);
    216        1.1   thorpej 		hw->hw_sc = sc;
    217        1.1   thorpej 
    218        1.1   thorpej 		/*
    219        1.1   thorpej 		 * Not all internal HP-IBs respond rationally to id requests
    220        1.1   thorpej 		 * so we just go by the "internal HPIB" indicator in SYSFLAG.
    221        1.1   thorpej 		 */
    222        1.1   thorpej 		if (sc == 7 && internalhpib) {
    223        1.1   thorpej 			hw->hw_type = C_HPIB;
    224        1.1   thorpej 			hw++;
    225        1.1   thorpej 			continue;
    226        1.1   thorpej 		}
    227        1.1   thorpej 
    228        1.1   thorpej 		switch (hw->hw_id) {
    229        1.1   thorpej 		case 5:		/* 98642A */
    230        1.1   thorpej 		case 5+128:	/* 98642A remote */
    231        1.1   thorpej 			hw->hw_type = D_COMMDCM;
    232        1.1   thorpej 			break;
    233        1.1   thorpej 		case 8:		/* 98625B */
    234        1.1   thorpej 		case 128:	/* 98624A */
    235        1.1   thorpej 			hw->hw_type = C_HPIB;
    236        1.1   thorpej 			break;
    237        1.1   thorpej 		case 21:	/* LANCE */
    238        1.1   thorpej 			hw->hw_type = D_LAN;
    239        1.1   thorpej 			break;
    240        1.1   thorpej 		case 57:	/* Displays */
    241        1.1   thorpej 			hw->hw_type = D_BITMAP;
    242        1.1   thorpej 			hw->hw_secid = id_reg[0x15];
    243        1.1   thorpej 			switch (hw->hw_secid) {
    244        1.1   thorpej 			case 4:	/* renaissance */
    245        1.1   thorpej 			case 8: /* davinci */
    246        1.1   thorpej 				sc++;		/* occupy 2 select codes */
    247        1.1   thorpej 				break;
    248        1.1   thorpej 			}
    249        1.1   thorpej 			break;
    250        1.1   thorpej 		case 9:
    251        1.1   thorpej 			hw->hw_type = D_KEYBOARD;
    252        1.1   thorpej 			break;
    253        1.1   thorpej 		case 7:
    254        1.1   thorpej 		case 7+32:
    255        1.1   thorpej 		case 7+64:
    256        1.1   thorpej 		case 7+96:
    257        1.1   thorpej 			hw->hw_type = C_SCSI;
    258        1.1   thorpej 			break;
    259        1.1   thorpej 		default:	/* who cares */
    260        1.1   thorpej 			hw->hw_type = D_MISC;
    261        1.1   thorpej 			break;
    262        1.1   thorpej 		}
    263        1.1   thorpej 		hw++;
    264        1.1   thorpej 	}
    265        1.1   thorpej }
    266