|
|
| version 1.3, 2003/08/27 10:35:17 | version 1.4, 2004/02/12 00:00:15 |
|---|---|
| Line 51 struct ncv_softc { | Line 51 struct ncv_softc { |
| void *sc_ih; | void *sc_ih; |
| #endif /* __NetBSD__ */ | #endif /* __NetBSD__ */ |
| #ifdef __FreeBSD__ | #ifdef __DragonFly__ |
| bus_space_tag_t sc_iot; | bus_space_tag_t sc_iot; |
| bus_space_tag_t sc_memt; | bus_space_tag_t sc_memt; |
| bus_space_handle_t sc_ioh; | bus_space_handle_t sc_ioh; |
| Line 66 struct ncv_softc { | Line 66 struct ncv_softc { |
| struct resource *mem_res; | struct resource *mem_res; |
| void *ncv_intrhand; | void *ncv_intrhand; |
| #endif /* __FreeBSD__ */ | #endif /* __DragonFly__ */ |
| int sc_tmaxcnt; | int sc_tmaxcnt; |
| int sc_selstop; /* sel atn stop asserted */ | int sc_selstop; /* sel atn stop asserted */ |