Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/pci/if_rlreg.h 171263 2007-07-06 00:05:12Z yongari $
---
> * $FreeBSD: head/sys/pci/if_rlreg.h 171560 2007-07-24 01:24:03Z yongari $
666a667,668
> #define RL_MSI_MESSAGES 2
>
713,714c715,716
< struct resource *rl_irq;
< void *rl_intrhand;
---
> struct resource *rl_irq[RL_MSI_MESSAGES];
> void *rl_intrhand[RL_MSI_MESSAGES];
744a747
> int rl_msi;