HardenedBSD/sys
David Greenman 4a5f1499b0 all:
Removed ifnet.if_init and ifnet.if_reset as they are generally unused.
Change the parameter passed to if_watchdog to be a ifnet * rather than
a unit number. All of this is an attempt to move toward not needing an
array of softc pointers (which is usually static in size) to point to
the driver softc.

if_ed.c:
Changed some of the argument passing to some functions to make a little
more sense.

if_ep.c, if_vx.c:
Killed completely bogus use of if_timer. It was being set in such a way
that the interface was being reset once per second (blech!).
1995-12-05 02:01:59 +00:00
..
alpha
amd64
compat/linux
compile
conf
ddb
dev all: 1995-12-05 02:01:59 +00:00
fs
gnu
i386 all: 1995-12-05 02:01:59 +00:00
isa
isofs/cd9660
kern
libkern
miscfs
modules
msdosfs
net all: 1995-12-05 02:01:59 +00:00
netccitt
netinet all: 1995-12-05 02:01:59 +00:00
netipx
netiso all: 1995-12-05 02:01:59 +00:00
netns
nfs
nfsclient
nfsserver
pc98/pc98
pccard
pci all: 1995-12-05 02:01:59 +00:00
powerpc/include
rpc
scsi
sys
tools
ufs
vm
Makefile