mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 05:49:27 +00:00
My last commit accidentally undid the changes made in rev 1.68
regarding COMPAT_PCI_DRIVER. Put them back.
This commit is contained in:
parent
28e5bf9207
commit
541157e3ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46199
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user