Home | History | Annotate | Line # | Download | only in pci
pci_eb164.c revision 1.32.20.1
      1  1.32.20.1      tron /* $NetBSD: pci_eb164.c,v 1.32.20.1 2005/03/30 10:21:48 tron Exp $ */
      2       1.14   thorpej 
      3       1.14   thorpej /*-
      4       1.14   thorpej  * Copyright (c) 1998 The NetBSD Foundation, Inc.
      5       1.14   thorpej  * All rights reserved.
      6       1.14   thorpej  *
      7       1.14   thorpej  * This code is derived from software contributed to The NetBSD Foundation
      8       1.14   thorpej  * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
      9       1.14   thorpej  * NASA Ames Research Center.
     10       1.14   thorpej  *
     11       1.14   thorpej  * Redistribution and use in source and binary forms, with or without
     12       1.14   thorpej  * modification, are permitted provided that the following conditions
     13       1.14   thorpej  * are met:
     14       1.14   thorpej  * 1. Redistributions of source code must retain the above copyright
     15       1.14   thorpej  *    notice, this list of conditions and the following disclaimer.
     16       1.14   thorpej  * 2. Redistributions in binary form must reproduce the above copyright
     17       1.14   thorpej  *    notice, this list of conditions and the following disclaimer in the
     18       1.14   thorpej  *    documentation and/or other materials provided with the distribution.
     19       1.14   thorpej  * 3. All advertising materials mentioning features or use of this software
     20       1.14   thorpej  *    must display the following acknowledgement:
     21       1.14   thorpej  *	This product includes software developed by the NetBSD
     22       1.14   thorpej  *	Foundation, Inc. and its contributors.
     23       1.14   thorpej  * 4. Neither the name of The NetBSD Foundation nor the names of its
     24       1.14   thorpej  *    contributors may be used to endorse or promote products derived
     25       1.14   thorpej  *    from this software without specific prior written permission.
     26       1.14   thorpej  *
     27       1.14   thorpej  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     28       1.14   thorpej  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     29       1.14   thorpej  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     30       1.14   thorpej  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     31       1.14   thorpej  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     32       1.14   thorpej  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     33       1.14   thorpej  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     34       1.14   thorpej  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     35       1.14   thorpej  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     36       1.14   thorpej  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     37       1.14   thorpej  * POSSIBILITY OF SUCH DAMAGE.
     38       1.14   thorpej  */
     39        1.1       cgd 
     40        1.1       cgd /*
     41        1.1       cgd  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
     42        1.1       cgd  * All rights reserved.
     43        1.1       cgd  *
     44        1.1       cgd  * Author: Chris G. Demetriou
     45        1.1       cgd  *
     46        1.1       cgd  * Permission to use, copy, modify and distribute this software and
     47        1.1       cgd  * its documentation is hereby granted, provided that both the copyright
     48        1.1       cgd  * notice and this permission notice appear in all copies of the
     49        1.1       cgd  * software, derivative works or modified versions, and any portions
     50        1.1       cgd  * thereof, and that both notices appear in supporting documentation.
     51        1.1       cgd  *
     52        1.1       cgd  * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
     53        1.1       cgd  * CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
     54        1.1       cgd  * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
     55        1.1       cgd  *
     56        1.1       cgd  * Carnegie Mellon requests users of this software to return to
     57        1.1       cgd  *
     58        1.1       cgd  *  Software Distribution Coordinator  or  Software.Distribution (at) CS.CMU.EDU
     59        1.1       cgd  *  School of Computer Science
     60        1.1       cgd  *  Carnegie Mellon University
     61        1.1       cgd  *  Pittsburgh PA 15213-3890
     62        1.1       cgd  *
     63        1.1       cgd  * any improvements or extensions that they make and grant Carnegie the
     64        1.1       cgd  * rights to redistribute these changes.
     65        1.1       cgd  */
     66        1.5       cgd 
     67        1.6       cgd #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
     68        1.6       cgd 
     69  1.32.20.1      tron __KERNEL_RCSID(0, "$NetBSD: pci_eb164.c,v 1.32.20.1 2005/03/30 10:21:48 tron Exp $");
     70        1.1       cgd 
     71        1.1       cgd #include <sys/types.h>
     72        1.1       cgd #include <sys/param.h>
     73        1.1       cgd #include <sys/time.h>
     74        1.1       cgd #include <sys/systm.h>
     75        1.1       cgd #include <sys/errno.h>
     76        1.1       cgd #include <sys/malloc.h>
     77        1.1       cgd #include <sys/device.h>
     78        1.1       cgd #include <sys/syslog.h>
     79        1.1       cgd 
     80       1.28       mrg #include <uvm/uvm_extern.h>
     81        1.1       cgd 
     82        1.1       cgd #include <machine/autoconf.h>
     83       1.18   thorpej #include <machine/rpb.h>
     84        1.1       cgd 
     85        1.1       cgd #include <dev/pci/pcireg.h>
     86        1.1       cgd #include <dev/pci/pcivar.h>
     87       1.14   thorpej #include <dev/pci/pciidereg.h>
     88       1.14   thorpej #include <dev/pci/pciidevar.h>
     89        1.1       cgd 
     90        1.1       cgd #include <alpha/pci/ciareg.h>
     91        1.1       cgd #include <alpha/pci/ciavar.h>
     92        1.1       cgd 
     93        1.1       cgd #include <alpha/pci/pci_eb164.h>
     94        1.1       cgd 
     95        1.1       cgd #include "sio.h"
     96        1.1       cgd #if NSIO
     97        1.1       cgd #include <alpha/pci/siovar.h>
     98        1.1       cgd #endif
     99        1.1       cgd 
    100       1.29  sommerfe int	dec_eb164_intr_map __P((struct pci_attach_args *, pci_intr_handle_t *));
    101        1.1       cgd const char *dec_eb164_intr_string __P((void *, pci_intr_handle_t));
    102       1.25       cgd const struct evcnt *dec_eb164_intr_evcnt __P((void *, pci_intr_handle_t));
    103        1.1       cgd void	*dec_eb164_intr_establish __P((void *, pci_intr_handle_t,
    104        1.1       cgd 	    int, int (*func)(void *), void *));
    105        1.1       cgd void	dec_eb164_intr_disestablish __P((void *, void *));
    106        1.1       cgd 
    107       1.14   thorpej void	*dec_eb164_pciide_compat_intr_establish __P((void *, struct device *,
    108       1.14   thorpej 	    struct pci_attach_args *, int, int (*)(void *), void *));
    109       1.14   thorpej 
    110        1.3       cgd #define	EB164_SIO_IRQ	4
    111        1.3       cgd #define	EB164_MAX_IRQ	24
    112        1.3       cgd #define	PCI_STRAY_MAX	5
    113        1.3       cgd 
    114        1.3       cgd struct alpha_shared_intr *eb164_pci_intr;
    115        1.3       cgd 
    116        1.3       cgd bus_space_tag_t eb164_intrgate_iot;
    117        1.3       cgd bus_space_handle_t eb164_intrgate_ioh;
    118        1.3       cgd 
    119       1.30   thorpej void	eb164_iointr __P((void *arg, unsigned long vec));
    120        1.4       cgd extern void	eb164_intr_enable __P((int irq));	/* pci_eb164_intr.S */
    121        1.4       cgd extern void	eb164_intr_disable __P((int irq));	/* pci_eb164_intr.S */
    122        1.1       cgd 
    123        1.1       cgd void
    124        1.1       cgd pci_eb164_pickintr(ccp)
    125        1.1       cgd 	struct cia_config *ccp;
    126        1.1       cgd {
    127       1.10   thorpej 	bus_space_tag_t iot = &ccp->cc_iot;
    128        1.1       cgd 	pci_chipset_tag_t pc = &ccp->cc_pc;
    129       1.26   thorpej 	char *cp;
    130        1.3       cgd 	int i;
    131        1.1       cgd 
    132        1.1       cgd         pc->pc_intr_v = ccp;
    133        1.1       cgd         pc->pc_intr_map = dec_eb164_intr_map;
    134        1.1       cgd         pc->pc_intr_string = dec_eb164_intr_string;
    135       1.25       cgd 	pc->pc_intr_evcnt = dec_eb164_intr_evcnt;
    136        1.1       cgd         pc->pc_intr_establish = dec_eb164_intr_establish;
    137        1.1       cgd         pc->pc_intr_disestablish = dec_eb164_intr_disestablish;
    138        1.1       cgd 
    139       1.14   thorpej 	pc->pc_pciide_compat_intr_establish =
    140       1.14   thorpej 	    dec_eb164_pciide_compat_intr_establish;
    141       1.14   thorpej 
    142        1.3       cgd 	eb164_intrgate_iot = iot;
    143        1.3       cgd 	if (bus_space_map(eb164_intrgate_iot, 0x804, 3, 0,
    144        1.3       cgd 	    &eb164_intrgate_ioh) != 0)
    145        1.3       cgd 		panic("pci_eb164_pickintr: couldn't map interrupt PLD");
    146        1.3       cgd 	for (i = 0; i < EB164_MAX_IRQ; i++)
    147        1.4       cgd 		eb164_intr_disable(i);
    148        1.3       cgd 
    149       1.26   thorpej 	eb164_pci_intr = alpha_shared_intr_alloc(EB164_MAX_IRQ, 8);
    150       1.20   thorpej 	for (i = 0; i < EB164_MAX_IRQ; i++) {
    151       1.20   thorpej 		/*
    152       1.20   thorpej 		 * Systems with a Pyxis seem to have problems with
    153       1.20   thorpej 		 * stray interrupts, so just ignore them.  Sigh,
    154       1.20   thorpej 		 * I hate buggy hardware.
    155       1.20   thorpej 		 */
    156        1.3       cgd 		alpha_shared_intr_set_maxstrays(eb164_pci_intr, i,
    157       1.21   thorpej 			(ccp->cc_flags & CCF_ISPYXIS) ? 0 : PCI_STRAY_MAX);
    158       1.26   thorpej 
    159       1.26   thorpej 		cp = alpha_shared_intr_string(eb164_pci_intr, i);
    160       1.26   thorpej 		sprintf(cp, "irq %d", i);
    161       1.26   thorpej 		evcnt_attach_dynamic(alpha_shared_intr_evcnt(
    162       1.26   thorpej 		    eb164_pci_intr, i), EVCNT_TYPE_INTR, NULL,
    163       1.26   thorpej 		    "eb164", cp);
    164       1.20   thorpej 	}
    165        1.3       cgd 
    166        1.1       cgd #if NSIO
    167       1.11   thorpej 	sio_intr_setup(pc, iot);
    168        1.4       cgd 	eb164_intr_enable(EB164_SIO_IRQ);
    169        1.1       cgd #endif
    170        1.1       cgd }
    171        1.1       cgd 
    172        1.1       cgd int
    173       1.29  sommerfe dec_eb164_intr_map(pa, ihp)
    174       1.29  sommerfe 	struct pci_attach_args *pa;
    175        1.1       cgd         pci_intr_handle_t *ihp;
    176        1.1       cgd {
    177       1.29  sommerfe         pcitag_t bustag = pa->pa_intrtag;
    178       1.29  sommerfe         int buspin = pa->pa_intrpin, line = pa->pa_intrline;
    179       1.29  sommerfe 	pci_chipset_tag_t pc = pa->pa_pc;
    180       1.16   thorpej 	int bus, device, function;
    181       1.18   thorpej 	u_int64_t variation;
    182        1.1       cgd 
    183       1.15   thorpej 	if (buspin == 0) {
    184       1.15   thorpej 		/* No IRQ used. */
    185       1.15   thorpej 		return 1;
    186       1.15   thorpej 	}
    187       1.15   thorpej 	if (buspin > 4) {
    188       1.15   thorpej 		printf("dec_eb164_intr_map: bad interrupt pin %d\n", buspin);
    189       1.15   thorpej 		return 1;
    190       1.15   thorpej 	}
    191        1.1       cgd 
    192       1.31   thorpej 	pci_decompose_tag(pc, bustag, &bus, &device, &function);
    193       1.16   thorpej 
    194       1.18   thorpej 	variation = hwrpb->rpb_variation & SV_ST_MASK;
    195       1.18   thorpej 
    196       1.12   thorpej 	/*
    197       1.18   thorpej 	 *
    198       1.18   thorpej 	 * The AlphaPC 164 and AlphaPC 164LX have a CMD PCI IDE controller
    199       1.18   thorpej 	 * at bus 0 device 11.  These are wired to compatibility mode,
    200       1.18   thorpej 	 * so do not map their interrupts.
    201       1.18   thorpej 	 *
    202       1.18   thorpej 	 * The AlphaPC 164SX has PCI IDE on functions 1 and 2 of the
    203       1.18   thorpej 	 * Cypress PCI-ISA bridge at bus 0 device 8.  These, too, are
    204       1.18   thorpej 	 * wired to compatibility mode.
    205       1.18   thorpej 	 *
    206       1.18   thorpej 	 * Real EB164s have ISA IDE on the Super I/O chip.
    207       1.12   thorpej 	 */
    208       1.18   thorpej 	if (bus == 0) {
    209       1.18   thorpej 		if (variation >= SV_ST_ALPHAPC164_366 &&
    210       1.18   thorpej 		    variation <= SV_ST_ALPHAPC164LX_600) {
    211       1.18   thorpej 			if (device == 8)
    212       1.18   thorpej 				panic("dec_eb164_intr_map: SIO device");
    213       1.18   thorpej 			if (device == 11)
    214       1.18   thorpej 				return (1);
    215       1.18   thorpej 		} else if (variation >= SV_ST_ALPHAPC164SX_400 &&
    216       1.18   thorpej 			   variation <= SV_ST_ALPHAPC164SX_600) {
    217       1.18   thorpej 			if (device == 8) {
    218       1.18   thorpej 				if (function == 0)
    219       1.18   thorpej 					panic("dec_eb164_intr_map: SIO device");
    220       1.18   thorpej 				return (1);
    221       1.18   thorpej 			}
    222       1.18   thorpej 		} else {
    223       1.18   thorpej 			if (device == 8)
    224       1.18   thorpej 				panic("dec_eb164_intr_map: SIO device");
    225       1.18   thorpej 		}
    226       1.16   thorpej 	}
    227       1.16   thorpej 
    228       1.16   thorpej 	/*
    229       1.16   thorpej 	 * The console places the interrupt mapping in the "line" value.
    230       1.16   thorpej 	 * A value of (char)-1 indicates there is no mapping.
    231       1.16   thorpej 	 */
    232       1.16   thorpej 	if (line == 0xff) {
    233       1.16   thorpej 		printf("dec_eb164_intr_map: no mapping for %d/%d/%d\n",
    234       1.16   thorpej 		    bus, device, function);
    235       1.16   thorpej 		return (1);
    236        1.1       cgd 	}
    237        1.1       cgd 
    238       1.16   thorpej 	if (line > EB164_MAX_IRQ)
    239       1.32    provos 		panic("dec_eb164_intr_map: eb164 irq too large (%d)",
    240       1.16   thorpej 		    line);
    241        1.1       cgd 
    242       1.16   thorpej 	*ihp = line;
    243        1.1       cgd 	return (0);
    244        1.1       cgd }
    245        1.1       cgd 
    246        1.1       cgd const char *
    247        1.1       cgd dec_eb164_intr_string(ccv, ih)
    248        1.1       cgd 	void *ccv;
    249        1.1       cgd 	pci_intr_handle_t ih;
    250        1.1       cgd {
    251        1.2       cgd #if 0
    252        1.1       cgd 	struct cia_config *ccp = ccv;
    253        1.2       cgd #endif
    254        1.1       cgd         static char irqstr[15];          /* 11 + 2 + NULL + sanity */
    255        1.1       cgd 
    256        1.3       cgd         if (ih > EB164_MAX_IRQ)
    257       1.32    provos                 panic("dec_eb164_intr_string: bogus eb164 IRQ 0x%lx", ih);
    258       1.24   thorpej         sprintf(irqstr, "eb164 irq %ld", ih);
    259        1.1       cgd         return (irqstr);
    260       1.25       cgd }
    261       1.25       cgd 
    262       1.25       cgd const struct evcnt *
    263       1.25       cgd dec_eb164_intr_evcnt(ccv, ih)
    264       1.25       cgd 	void *ccv;
    265       1.25       cgd 	pci_intr_handle_t ih;
    266       1.25       cgd {
    267       1.25       cgd #if 0
    268       1.25       cgd 	struct cia_config *ccp = ccv;
    269       1.25       cgd #endif
    270       1.25       cgd 
    271       1.26   thorpej 	if (ih > EB164_MAX_IRQ)
    272       1.32    provos 		panic("dec_eb164_intr_string: bogus eb164 IRQ 0x%lx", ih);
    273       1.26   thorpej 	return (alpha_shared_intr_evcnt(eb164_pci_intr, ih));
    274        1.1       cgd }
    275        1.1       cgd 
    276        1.1       cgd void *
    277        1.1       cgd dec_eb164_intr_establish(ccv, ih, level, func, arg)
    278        1.1       cgd         void *ccv, *arg;
    279        1.1       cgd         pci_intr_handle_t ih;
    280        1.1       cgd         int level;
    281        1.1       cgd         int (*func) __P((void *));
    282        1.1       cgd {
    283        1.3       cgd #if 0
    284        1.3       cgd 	struct cia_config *ccp = ccv;
    285        1.3       cgd #endif
    286        1.3       cgd 	void *cookie;
    287        1.1       cgd 
    288        1.3       cgd 	if (ih > EB164_MAX_IRQ)
    289       1.32    provos 		panic("dec_eb164_intr_establish: bogus eb164 IRQ 0x%lx", ih);
    290        1.1       cgd 
    291        1.3       cgd 	cookie = alpha_shared_intr_establish(eb164_pci_intr, ih, IST_LEVEL,
    292        1.3       cgd 	    level, func, arg, "eb164 irq");
    293        1.1       cgd 
    294       1.30   thorpej 	if (cookie != NULL &&
    295       1.30   thorpej 	    alpha_shared_intr_firstactive(eb164_pci_intr, ih)) {
    296       1.30   thorpej 		scb_set(0x900 + SCB_IDXTOVEC(ih), eb164_iointr, NULL);
    297        1.4       cgd 		eb164_intr_enable(ih);
    298       1.30   thorpej 	}
    299        1.1       cgd 	return (cookie);
    300        1.1       cgd }
    301        1.1       cgd 
    302        1.3       cgd void
    303        1.1       cgd dec_eb164_intr_disestablish(ccv, cookie)
    304        1.1       cgd         void *ccv, *cookie;
    305        1.1       cgd {
    306        1.3       cgd #if 0
    307        1.3       cgd 	struct cia_config *ccp = ccv;
    308        1.3       cgd #endif
    309       1.23   thorpej 	struct alpha_shared_intrhand *ih = cookie;
    310       1.23   thorpej 	unsigned int irq = ih->ih_num;
    311       1.23   thorpej 	int s;
    312       1.23   thorpej 
    313       1.23   thorpej 	s = splhigh();
    314       1.23   thorpej 
    315       1.23   thorpej 	alpha_shared_intr_disestablish(eb164_pci_intr, cookie,
    316       1.23   thorpej 	    "eb164 irq");
    317       1.23   thorpej 	if (alpha_shared_intr_isactive(eb164_pci_intr, irq) == 0) {
    318       1.23   thorpej 		eb164_intr_disable(irq);
    319       1.23   thorpej 		alpha_shared_intr_set_dfltsharetype(eb164_pci_intr, irq,
    320       1.23   thorpej 		    IST_NONE);
    321       1.30   thorpej 		scb_free(0x900 + SCB_IDXTOVEC(irq));
    322       1.23   thorpej 	}
    323       1.23   thorpej 
    324       1.23   thorpej 	splx(s);
    325       1.14   thorpej }
    326       1.14   thorpej 
    327       1.14   thorpej void *
    328       1.14   thorpej dec_eb164_pciide_compat_intr_establish(v, dev, pa, chan, func, arg)
    329       1.14   thorpej 	void *v;
    330       1.14   thorpej 	struct device *dev;
    331       1.14   thorpej 	struct pci_attach_args *pa;
    332       1.14   thorpej 	int chan;
    333       1.14   thorpej 	int (*func) __P((void *));
    334       1.14   thorpej 	void *arg;
    335       1.14   thorpej {
    336       1.14   thorpej 	pci_chipset_tag_t pc = pa->pa_pc;
    337       1.14   thorpej 	void *cookie = NULL;
    338       1.14   thorpej 	int bus, irq;
    339       1.14   thorpej 
    340       1.31   thorpej 	pci_decompose_tag(pc, pa->pa_tag, &bus, NULL, NULL);
    341       1.14   thorpej 
    342       1.14   thorpej 	/*
    343       1.14   thorpej 	 * If this isn't PCI bus #0, all bets are off.
    344       1.14   thorpej 	 */
    345       1.14   thorpej 	if (bus != 0)
    346       1.14   thorpej 		return (NULL);
    347       1.14   thorpej 
    348       1.14   thorpej 	irq = PCIIDE_COMPAT_IRQ(chan);
    349       1.14   thorpej #if NSIO
    350       1.14   thorpej 	cookie = sio_intr_establish(NULL /*XXX*/, irq, IST_EDGE, IPL_BIO,
    351       1.14   thorpej 	    func, arg);
    352       1.27   thorpej 	if (cookie == NULL)
    353       1.27   thorpej 		return (NULL);
    354       1.27   thorpej 	printf("%s: %s channel interrupting at %s\n", dev->dv_xname,
    355       1.27   thorpej 	    PCIIDE_CHANNEL_NAME(chan), sio_intr_string(NULL /*XXX*/, irq));
    356       1.14   thorpej #endif
    357       1.14   thorpej 	return (cookie);
    358        1.1       cgd }
    359        1.1       cgd 
    360        1.1       cgd void
    361       1.30   thorpej eb164_iointr(arg, vec)
    362       1.30   thorpej 	void *arg;
    363        1.1       cgd 	unsigned long vec;
    364        1.1       cgd {
    365        1.3       cgd 	int irq;
    366        1.3       cgd 
    367       1.30   thorpej 	irq = SCB_VECTOIDX(vec - 0x900);
    368       1.30   thorpej 
    369       1.30   thorpej 	if (!alpha_shared_intr_dispatch(eb164_pci_intr, irq)) {
    370       1.30   thorpej 		alpha_shared_intr_stray(eb164_pci_intr, irq,
    371       1.30   thorpej 		    "eb164 irq");
    372       1.30   thorpej 		if (ALPHA_SHARED_INTR_DISABLE(eb164_pci_intr, irq))
    373       1.30   thorpej 			eb164_intr_disable(irq);
    374  1.32.20.1      tron 	} else
    375  1.32.20.1      tron 		alpha_shared_intr_reset_strays(eb164_pci_intr, irq);
    376        1.3       cgd }
    377        1.3       cgd 
    378        1.4       cgd #if 0		/* THIS DOES NOT WORK!  see pci_eb164_intr.S. */
    379        1.3       cgd u_int8_t eb164_intr_mask[3] = { 0xff, 0xff, 0xff };
    380        1.3       cgd 
    381        1.3       cgd void
    382        1.4       cgd eb164_intr_enable(irq)
    383        1.3       cgd 	int irq;
    384        1.3       cgd {
    385        1.3       cgd 	int byte = (irq / 8), bit = (irq % 8);
    386        1.3       cgd 
    387        1.3       cgd #if 1
    388        1.4       cgd 	printf("eb164_intr_enable: enabling %d (%d:%d)\n", irq, byte, bit);
    389        1.3       cgd #endif
    390        1.3       cgd 	eb164_intr_mask[byte] &= ~(1 << bit);
    391        1.3       cgd 
    392        1.3       cgd 	bus_space_write_1(eb164_intrgate_iot, eb164_intrgate_ioh, byte,
    393        1.3       cgd 	    eb164_intr_mask[byte]);
    394        1.3       cgd }
    395        1.3       cgd 
    396        1.3       cgd void
    397        1.4       cgd eb164_intr_disable(irq)
    398        1.3       cgd 	int irq;
    399        1.3       cgd {
    400        1.3       cgd 	int byte = (irq / 8), bit = (irq % 8);
    401        1.3       cgd 
    402        1.3       cgd #if 1
    403        1.4       cgd 	printf("eb164_intr_disable: disabling %d (%d:%d)\n", irq, byte, bit);
    404        1.3       cgd #endif
    405        1.3       cgd 	eb164_intr_mask[byte] |= (1 << bit);
    406        1.3       cgd 
    407        1.3       cgd 	bus_space_write_1(eb164_intrgate_iot, eb164_intrgate_ioh, byte,
    408        1.3       cgd 	    eb164_intr_mask[byte]);
    409        1.1       cgd }
    410        1.4       cgd #endif
    411