Home
last modified time | relevance | path

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

/NextBSD/sys/dev/digi/
HDdigi.h129 struct digi_softc { struct
131 device_t dev;
133 const char *name;
134 enum digi_board_status status;
135 u_short numports; /* number of ports on card */
136 u_int port; /* I/O port */
137 u_int wport; /* window select I/O port */
139 struct {
149 } res;
151 u_char *vmem; /* virtual memory address */
[all …]