|
|
| version 1.3, 2003/08/27 10:35:17 | version 1.4, 2004/02/12 00:00:18 |
|---|---|
| Line 53 struct stg_softc { | Line 53 struct stg_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 stg_softc { | Line 66 struct stg_softc { |
| struct resource *mem_res; | struct resource *mem_res; |
| void *stg_intrhand; | void *stg_intrhand; |
| #endif /* __FreeBSD__ */ | #endif /* __DragonFly__ */ |
| int sc_tmaxcnt; | int sc_tmaxcnt; |
| u_int sc_chip; /* chip type */ | u_int sc_chip; /* chip type */ |