summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_mx.c')
-rw-r--r--sys/pci/if_mx.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/pci/if_mx.c b/sys/pci/if_mx.c
index 1d73b3b..bbed8205 100644
--- a/sys/pci/if_mx.c
+++ b/sys/pci/if_mx.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_mx.c,v 1.41 1999/05/06 15:07:10 wpaul Exp $
+ * $Id: if_mx.c,v 1.16 1999/05/06 15:32:45 wpaul Exp $
*/
/*
@@ -94,7 +94,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_mx.c,v 1.41 1999/05/06 15:07:10 wpaul Exp $";
+ "$Id: if_mx.c,v 1.16 1999/05/06 15:32:45 wpaul Exp $";
#endif
/*
@@ -2491,8 +2491,4 @@ static struct pci_device mx_device = {
&mx_count,
NULL
};
-#ifdef COMPAT_PCI_DRIVER
COMPAT_PCI_DRIVER(mx, mx_device);
-#else
-DATA_SET(pcidevice_set, mx_device);
-#endif /* COMPAT_PCI_DRIVER */
OpenPOWER on IntegriCloud