diff options
Diffstat (limited to 'sys/dev/pci/if_bnxreg.h')
-rw-r--r-- | sys/dev/pci/if_bnxreg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index 1239b935f7f..958c5febdd8 100644 --- a/sys/dev/pci/if_bnxreg.h +++ b/sys/dev/pci/if_bnxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxreg.h,v 1.17 2006/11/20 21:26:27 brad Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.18 2007/01/20 00:36:08 dlg Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -4587,7 +4587,9 @@ struct bnx_softc { struct device bnx_dev; /* Parent device handle */ struct arpcom arpcom; + struct pci_attach_args bnx_pa; + pci_intr_handle_t bnx_ih; struct ifmedia bnx_ifmedia; /* TBI media info */ |