|
|
| version 1.3, 2003/08/27 10:35:17 | version 1.4, 2004/02/12 00:00:16 |
|---|---|
| Line 53 struct nsp_softc { | Line 53 struct nsp_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_handle_t sc_ioh; | bus_space_handle_t sc_ioh; |
| bus_space_tag_t sc_memt; | bus_space_tag_t sc_memt; |
| Line 67 struct nsp_softc { | Line 67 struct nsp_softc { |
| struct resource *mem_res; | struct resource *mem_res; |
| void *nsp_intrhand; | void *nsp_intrhand; |
| #endif /* __FreeBSD__ */ | #endif /* __DragonFly__ */ |
| int sc_tmaxcnt; /* timeout count */ | int sc_tmaxcnt; /* timeout count */ |
| int sc_seltout; /* selection timeout counter */ | int sc_seltout; /* selection timeout counter */ |