summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_tx.c')
-rw-r--r--sys/pci/if_tx.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c
index 63d62ef..db5d268 100644
--- a/sys/pci/if_tx.c
+++ b/sys/pci/if_tx.c
@@ -1,5 +1,5 @@
/* $OpenBSD: if_tx.c,v 1.3 1998/10/10 04:30:09 jason Exp $ */
-/* $Id: if_tx.c,v 1.24 1999/04/17 08:36:07 peter Exp $ */
+/* $Id: if_tx.c,v 1.25 1999/04/24 20:14:01 peter Exp $ */
/*-
* Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru)
@@ -389,14 +389,11 @@ static struct pci_device txdevice = {
epic_freebsd_probe,
epic_freebsd_attach,
&epic_pci_count,
- NULL };
+ NULL
+};
/* Append this driver to pci drivers list */
-#ifdef COMPAT_PCI_DRIVER
COMPAT_PCI_DRIVER (tx, txdevice);
-#else
-DATA_SET ( pcidevice_set, txdevice );
-#endif /* COMPAT_PCI_DRIVER */
/* Synopsis: Check if device id corresponds with SMC83C170 id. */
static const char*
OpenPOWER on IntegriCloud