HomeSort by: relevance | last modified time | path
    Searched refs:eisa (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/modules/cac_eisa/
Makefile 5 .PATH: ${S}/dev/eisa
  /src/sys/modules/mlx_eisa/
Makefile 5 .PATH: ${S}/dev/eisa
  /src/sys/dev/eisa/
eisabusprint.c 8 #include <dev/eisa/eisavar.h>
14 aprint_normal("eisa at %s", pnp);
eisa.c 1 /* $NetBSD: eisa.c,v 1.50 2024/05/13 00:01:53 msaitoh Exp $ */
35 * EISA Bus device
37 * Makes sure an EISA bus is present, and finds and attaches devices
42 __KERNEL_RCSID(0, "$NetBSD: eisa.c,v 1.50 2024/05/13 00:01:53 msaitoh Exp $");
52 #include <dev/eisa/eisareg.h>
53 #include <dev/eisa/eisavar.h>
54 #include <dev/eisa/eisadevs.h>
61 CFATTACH_DECL_NEW(eisa, 0,
111 * the EISA bus should have already attached an ISA bus there.
218 #include <dev/eisa/eisadevs_data.h
    [all...]
depca_eisa.c 33 * EISA bus front-end for the Digital DEPCA Ethernet controller.
60 #include <dev/eisa/eisareg.h>
61 #include <dev/eisa/eisavar.h>
62 #include <dev/eisa/eisadevs.h>
eisavar.h 67 * Definitions for EISA autoconfiguration.
69 * This file describes types and functions which are used for EISA
80 #include <dev/eisa/eisareg.h> /* For ID register & string info. */
95 * EISA bus attach arguments.
99 bus_space_tag_t eba_iot; /* eisa i/o space tag */
100 bus_space_tag_t eba_memt; /* eisa mem space tag */
116 * EISA device attach arguments.
119 bus_space_tag_t ea_iot; /* eisa i/o space tag */
120 bus_space_tag_t ea_memt; /* eisa mem space tag */
131 * EISA Configuration entries, set up by an EISA Configuration Utility
    [all...]
bha_eisa.c 45 #include <dev/eisa/eisavar.h>
46 #include <dev/eisa/eisadevs.h>
166 panic("bha_eisa_attach: could not map EISA slot");
ahc_eisa.c 50 #include <dev/eisa/eisareg.h>
51 #include <dev/eisa/eisavar.h>
52 #include <dev/eisa/eisadevs.h>
if_ep_eisa.c 103 #include <dev/eisa/eisareg.h>
104 #include <dev/eisa/eisavar.h>
105 #include <dev/eisa/eisadevs.h>
114 /* While attaching we need a few special EISA registers of the card,
122 mapped at the beginning of the eisa slot space */
126 /* Bits for the eisa control register */
250 panic("ep_eisa_attach: can't map eisa cfg i/o space");
if_tlp_eisa.c 34 * EISA bus front-end for the Digital Semiconductor ``Tulip'' (21x4x)
75 #include <dev/eisa/eisareg.h>
76 #include <dev/eisa/eisavar.h>
77 #include <dev/eisa/eisadevs.h>
100 /* EISA-specific goo. */
187 * CBIO must map the EISA slot, and I/O access and Bus Mastering
206 * EISA doesn't have a cache line register.
dpt_eisa.c 31 * EISA front-end for DPT EATA SCSI driver.
48 #include <dev/eisa/eisavar.h>
  /src/sys/arch/sgimips/eisa/
eisa_machdep.c 64 * Machine-specific functions for EISA autoconfiguration.
79 #include <dev/eisa/eisavar.h>
  /src/sys/arch/alpha/
Makefile 7 ${SYSDIR}/arch/alpha/eisa/*.[ch] ${SYSDIR}/arch/alpha/include/*.h \
16 DALPHA= common eisa include isa jensenio mcbus pci sableio tc tlsb
  /src/sys/arch/sgimips/
Makefile 12 ${SYSDIR}/arch/sgimips/eisa/*.[ch] \
21 DSGIMIPS= dev eisa gio hpc include pci xio
  /src/sys/arch/alpha/jensenio/
jensenio_bus_io.c 43 #include <dev/eisa/eisavar.h>
jensenio_bus_mem.c 43 #include <dev/eisa/eisavar.h>
com_jensenio.c 57 #include <dev/eisa/eisavar.h>
jensenio_dma.c 61 #include <dev/eisa/eisavar.h>
90 * Initialize the DMA tag used for EISA DMA.
154 * Busses capable of 32-bit DMA get the EISA DMA tag.
lpt_jensenio.c 56 #include <dev/eisa/eisavar.h>
pckbc_jensenio.c 51 #include <dev/eisa/eisavar.h>
mcclock_jensenio.c 74 #include <dev/eisa/eisavar.h>
  /src/sys/arch/i386/
Makefile 7 ${SYSDIR}/arch/i386/eisa/*.[ch] \
31 DI386= i386 eisa isa include pci
  /src/sys/arch/i386/pci/
pceb.c 43 #include <dev/eisa/eisavar.h>
50 #include "eisa.h"
72 * Match anything which claims to be PCI-EISA bridge.
79 * Match some known PCI-EISA bridges explicitly.
121 * Attach the EISA bus behind this bridge.
  /src/sys/arch/prep/eisa/
eisa_machdep.c 64 * Machine-specific functions for EISA autoconfiguration.
85 #include <dev/eisa/eisavar.h>
88 * EISA doesn't have any special needs; just use the generic versions
  /src/sys/arch/prep/pci/
pceb.c 43 #include <dev/eisa/eisavar.h>
50 #include "eisa.h"
73 * Match anything which claims to be PCI-EISA bridge.
80 * Match some known PCI-EISA bridges explicitly.
114 error = bus_space_init(&prep_eisa_io_space_tag, "eisa-ioport", NULL, 0);
116 panic("prep_bus_space_init: can't init eisa io tag");
119 error = bus_space_init(&prep_eisa_mem_space_tag, "eisa-iomem", NULL, 0);
121 panic("prep_bus_space_init: can't init eisa mem tag");
132 * Attach the EISA bus behind this bridge.

Completed in 20 milliseconds

1 2