summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_wb.c')
-rw-r--r--sys/pci/if_wb.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index eadfffb..02017ca 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_wb.c,v 1.6 1999/01/16 06:25:58 wpaul Exp $
+ * $Id: if_wb.c,v 1.7 1999/02/01 21:25:52 wpaul Exp $
*/
/*
@@ -121,7 +121,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_wb.c,v 1.6 1999/01/16 06:25:58 wpaul Exp $";
+ "$Id: if_wb.c,v 1.7 1999/02/01 21:25:52 wpaul Exp $";
#endif
/*
@@ -2149,4 +2149,8 @@ static struct pci_device wb_device = {
&wb_count,
NULL
};
+#ifdef COMPAT_PCI_DRIVER
+COMPAT_PCI_DRIVER(wb, wb_device);
+#else
DATA_SET(pcidevice_set, wb_device);
+#endif /* COMPAT_PCI_DRIVER */
OpenPOWER on IntegriCloud