Date: Wed, 15 Nov 1995 08:15:21 +0000 () From: Michael Smith <msmith@atrad.adelaide.edu.au> To: current@freebsd.org Subject: Removing crufty code Message-ID: <199511150815.IAA04333@genesis.atrad.adelaide.edu.au>
next in thread | raw e-mail | index | archive | help
While the purge is on (re: phk/bde on support.s) how about diking this
snippet out of /sys/net/if.c? Whilst I _do_ have some Unibus cards
kicking around, the last time I tried putting one in a PC was a calculated
attempt to make the onlookers puke. It failed 8)
#ifdef vax
/*
* Call each interface on a Unibus reset.
*/
void
ifubareset(uban)
int uban;
{
register struct ifnet *ifp;
for (ifp = ifnet; ifp; ifp = ifp->if_next)
if (ifp->if_reset)
(*ifp->if_reset)(ifp->if_unit, uban);
}
#endif
--
]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[
]] Genesis Software genesis@atrad.adelaide.edu.au [[
]] High-speed data acquisition and (GSM mobile) 041-122-496 [[
]] realtime instrument control (ph/fax) +61-8-267-3039 [[
]] My car has "demand start" -Terry Lambert UNIX: live FreeBSD or die! [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511150815.IAA04333>
