aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tx
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
commite91896117bba50d067048e99659fd015b35322e9 (patch)
tree75f9524a6f9013302b340beb1e1732968909291a /sys/dev/tx
parent6637b74945e98e818d4bbb7f163ce680761b31e8 (diff)
Notes
Diffstat (limited to 'sys/dev/tx')
-rw-r--r--sys/dev/tx/if_tx.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c
index cd17237aafed..b58e44e897b2 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.22 1999/03/14 08:30:23 semenu Exp $ */
+/* $Id: if_tx.c,v 1.23 1999/03/31 13:50:52 nsayer Exp $ */
/*-
* Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru)
@@ -2036,10 +2036,4 @@ epic_dump_state __P((
);
}
}
-#if 0
-static void epic_kldinit (void * a) {
- pci_register_lkm (&txdevice, 0);
-}
-PSEUDO_SET(epic_kldinit,if_tx);
-#endif
#endif /* NPCI > 0 */