diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-02 20:01:40 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 1999-08-02 20:01:40 +0000 |
| commit | dfc196bf2aebc3f56fe410f9ec41d6d6ce690c05 (patch) | |
| tree | c3e795d107d544da6fb32ba30c52ad084aa31ad3 /sys/dev/eisa | |
| parent | 0c786416686a1825e1a8c97e4d27f4ac8a0f047e (diff) | |
Notes
Diffstat (limited to 'sys/dev/eisa')
| -rw-r--r-- | sys/dev/eisa/eisaconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index dbf08d880d106..1aeb1df1af974 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: eisaconf.c,v 1.49 1999/07/30 13:54:00 mdodd Exp $ + * $Id: eisaconf.c,v 1.50 1999/08/01 22:57:09 mdodd Exp $ */ #include "opt_eisa.h" @@ -257,7 +257,7 @@ eisa_print_child(device_t dev, device_t child) char buf[81]; struct eisa_device * e_dev = device_get_ivars(child); int rid; - int irq; + struct irq_node * irq; struct resvaddr * resv; char separator = ','; int column = 0; |
