Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isapnp/
H A Disapnpvar.h118 struct isapnp_attach_args { struct
125 struct isapnp_attach_args *ipa_sibling; argument
126 struct isapnp_attach_args *ipa_child; argument
128 char ipa_devident[ISAPNP_MAX_IDENT];
129 char ipa_devlogic[ISAPNP_MAX_DEVCLASS];
130 char ipa_devcompat[ISAPNP_MAX_DEVCLASS];
131 char ipa_devclass[ISAPNP_MAX_DEVCLASS];
133 u_char ipa_pref;
134 u_char ipa_devnum;
136 u_char ipa_nio;
[all …]