Home
last modified time | relevance | path

Searched defs:mha_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/x68k/dev/
H A Dmhavar.h87 struct mha_softc { struct
88 device_t sc_dev;
89 volatile void *sc_iobase;
90 volatile u_char *sc_pc;
91 volatile u_short *sc_ps;
92 volatile u_char *sc_pcx;
94 struct scsipi_channel sc_channel;
95 struct scsipi_adapter sc_adapter;
98 struct acb *sc_nexus; /* current command */
99 struct acb sc_acb[8]; /* one per target */
[all …]