summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ax.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_ax.c')
-rw-r--r--sys/pci/if_ax.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/pci/if_ax.c b/sys/pci/if_ax.c
index 5f33bc1..affe5f8 100644
--- a/sys/pci/if_ax.c
+++ b/sys/pci/if_ax.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_ax.c,v 1.7 1999/04/08 17:42:47 wpaul Exp $
+ * $Id: if_ax.c,v 1.8 1999/04/24 20:13:59 peter Exp $
*/
/*
@@ -87,7 +87,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_ax.c,v 1.7 1999/04/08 17:42:47 wpaul Exp $";
+ "$Id: if_ax.c,v 1.8 1999/04/24 20:13:59 peter Exp $";
#endif
/*
@@ -2238,8 +2238,4 @@ static struct pci_device ax_device = {
&ax_count,
NULL
};
-#ifdef COMPAT_PCI_DRIVER
COMPAT_PCI_DRIVER(ax, ax_device);
-#else
-DATA_SET(pcidevice_set, ax_device);
-#endif /* COMPAT_PCI_DRIVER */
OpenPOWER on IntegriCloud