|
|
| version 1.4, 2003/08/07 21:54:31 | version 1.5, 2004/04/16 15:40:21 |
|---|---|
| Line 26 | Line 26 |
| * $DragonFly$ | * $DragonFly$ |
| */ | */ |
| #include "use_iavc.h" | |
| #include "use_i4bcapi.h" | |
| #if (NIAVC > 0) && (NI4BCAPI > 0) | |
| #include <sys/param.h> | #include <sys/param.h> |
| #include <sys/kernel.h> | #include <sys/kernel.h> |
| #include <sys/systm.h> | #include <sys/systm.h> |
| Line 159 iavc_isa_probe(device_t dev) | Line 154 iavc_isa_probe(device_t dev) |
| if(ret) | if(ret) |
| { | { |
| printf("iavc%d: no card ? b1_detect returns 0x02x\n", sc->sc_unit, ret); | printf("iavc%d: no card ? b1_detect returns %0x02x\n", sc->sc_unit, ret); |
| return(ENXIO); | return(ENXIO); |
| } | } |
| Line 293 iavc_isa_intr(struct iavc_softc *sc) | Line 288 iavc_isa_intr(struct iavc_softc *sc) |
| { | { |
| iavc_handle_intr(sc); | iavc_handle_intr(sc); |
| } | } |
| #endif |