diff options
author | peter <peter@FreeBSD.org> | 1999-04-17 08:36:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-04-17 08:36:07 +0000 |
commit | b5e9563d84590b94d1127eb1bb14343674e119e1 (patch) | |
tree | 2e1c84a0a84b35eb08454dc1781eea919d024769 /sys/dev/tx | |
parent | ea1e34d0c957e00ae335d21b817cb316bfafa43e (diff) | |
download | FreeBSD-src-b5e9563d84590b94d1127eb1bb14343674e119e1.zip FreeBSD-src-b5e9563d84590b94d1127eb1bb14343674e119e1.tar.gz |
Well folks, this is it - The second stage of the removal for build support
for LKM's..
Diffstat (limited to 'sys/dev/tx')
-rw-r--r-- | sys/dev/tx/if_tx.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index cd17237..b58e44e 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 */ |