diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-05-09 17:07:30 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-05-09 17:07:30 +0000 |
| commit | 579f45fa601b342ea72b6bfbb3190cf80f376bea (patch) | |
| tree | 3907b4304cd51651ebf366e6831d2a9a86a334ee /sys/dev/tx | |
| parent | 9f08adb16fe981278d2be230dbdbb69ee001452c (diff) | |
Notes
Diffstat (limited to 'sys/dev/tx')
| -rw-r--r-- | sys/dev/tx/if_tx.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 63d62efd0d36..db5d268b1ab4 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/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* |
