|
|
| version 1.4, 2003/08/07 21:54:31 | version 1.5, 2004/04/16 15:40:21 |
|---|---|
| Line 29 | Line 29 |
| * $DragonFly$ | * $DragonFly$ |
| */ | */ |
| #include "use_iavc.h" | |
| #include "use_i4bcapi.h" | |
| #include "use_pci.h" | |
| #if (NIAVC > 0) && (NI4BCAPI > 0) && (NPCI > 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 279 iavc_pci_intr(struct iavc_softc *sc) | Line 273 iavc_pci_intr(struct iavc_softc *sc) |
| { | { |
| iavc_handle_intr(sc); | iavc_handle_intr(sc); |
| } | } |
| #endif |