aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-04-30 11:16:30 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-04-30 11:16:30 +0000
commit541157e3acbaf0a8c728c835844a9dbf7923d2db (patch)
tree14dce075d03f30715e4bb2df527329a8277252f9 /sys/dev
parent28e5bf9207576f573c08e1e313e2cff2eb0e2bf9 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/bktr/bktr_core.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c
index 1dbb0bbabd27..cb5093f9e9da 100644
--- a/sys/dev/bktr/bktr_core.c
+++ b/sys/dev/bktr/bktr_core.c
@@ -1,4 +1,4 @@
-/* $Id: brooktree848.c,v 1.71 1999/04/29 09:57:47 roger Exp $ */
+/* $Id: brooktree848.c,v 1.72 1999/04/29 10:15:55 roger Exp $ */
/* BT848 Driver for Brooktree's Bt848, Bt849, Bt878 and Bt 879 based cards.
The Brooktree BT848 Driver driver is based upon Mark Tinguely and
Jim Lowe's driver for the Matrox Meteor PCI card . The
@@ -527,7 +527,11 @@ static struct pci_device bktr_device = {
&bktr_count
};
+#ifdef COMPAT_PCI_DRIVER
+COMPAT_PCI_DRIVER (bktr, bktr_device);
+#else
DATA_SET (pcidevice_set, bktr_device);
+#endif /* COMPAT_PCI_DRIVER */
static d_open_t bktr_open;
static d_close_t bktr_close;