Home
last modified time | relevance | path

Searched refs:aha (Results 1 – 16 of 16) sorted by relevance

/NextBSD/sys/dev/aha/
HDaha.c95 static __inline void ahanextinbox(struct aha_softc *aha);
96 static __inline void ahanextoutbox(struct aha_softc *aha);
98 #define aha_name(aha) device_get_nameunit(aha->dev) argument
101 ahanextinbox(struct aha_softc *aha) in ahanextinbox() argument
103 if (aha->cur_inbox == aha->last_inbox) in ahanextinbox()
104 aha->cur_inbox = aha->in_boxes; in ahanextinbox()
106 aha->cur_inbox++; in ahanextinbox()
110 ahanextoutbox(struct aha_softc *aha) in ahanextoutbox() argument
112 if (aha->cur_outbox == aha->last_outbox) in ahanextoutbox()
113 aha->cur_outbox = aha->out_boxes; in ahanextoutbox()
[all …]
HDaha_isa.c109 struct aha_softc *aha = device_get_softc(dev); in aha_isa_probe() local
117 aha->dev = dev; in aha_isa_probe()
123 aha->port = bus_alloc_resource(dev, SYS_RES_IOPORT, &port_rid, in aha_isa_probe()
126 if (aha->port == NULL) in aha_isa_probe()
129 port_start = rman_get_start(aha->port); in aha_isa_probe()
130 aha_alloc(aha); in aha_isa_probe()
133 if (aha_probe(aha) || aha_fetch_adapter_info(aha)) { in aha_isa_probe()
134 aha_free(aha); in aha_isa_probe()
135 bus_release_resource(dev, SYS_RES_IOPORT, port_rid, aha->port); in aha_isa_probe()
143 error = aha_cmd(aha, AOP_INQUIRE_CONFIG, NULL, /*parmlen*/0, in aha_isa_probe()
[all …]
HDahareg.h392 #define aha_inb(aha, reg) \ argument
393 bus_read_1((aha)->port, reg)
395 #define aha_outb(aha, reg, value) \ argument
396 bus_write_1((aha)->port, reg, value)
HDaha_mca.c230 DRIVER_MODULE(aha, mca, aha_mca_driver, aha_devclass, 0, 0);
231 MODULE_DEPEND(aha, mca, 1, 1, 1);
/NextBSD/sys/modules/aha/
HDMakefile3 .PATH: ${.CURDIR}/../../dev/aha
5 KMOD= aha
6 SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
/NextBSD/sys/kern/
HDMake.tags.inc15 ${SYS}/dev/aha/*.[ch] \
73 ${SYS}/dev/aha \
/NextBSD/tools/kerneldoc/subsys/
HDDoxyfile-dev_aha14 INPUT = $(DOXYGEN_SRC_PATH)/dev/aha/ \
/NextBSD/sys/sparc64/conf/
HDNOTES123 nodevice aha
/NextBSD/release/doc/share/misc/
HDdev.archlist.txt41 aha i386
/NextBSD/sys/modules/
HDMakefile29 aha \
/NextBSD/share/man/man4/
HDMakefile29 aha.4 \
/NextBSD/sys/i386/conf/
HDGENERIC135 device aha # Adaptec 154x SCSI adapters
/NextBSD/sys/pc98/conf/
HDNOTES598 nodevice aha
/NextBSD/sys/conf/
HDfiles698 dev/aha/aha.c optional aha
699 dev/aha/aha_isa.c optional aha isa
700 dev/aha/aha_mca.c optional aha mca
HDNOTES1498 # aha: Adaptec 154x/1535/1640
1536 device aha
1537 hint.aha.0.at="isa"
/NextBSD/share/dict/
HDweb24271 aha