freebsd-dev/sys
dg ef1265ff11 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 Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
amd64 A major sweep over the sysctl stuff. 1995-12-04 16:48:58 +00:00
compat/linux Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
compile This commit was manufactured by cvs2svn to create branch 'NETBSD'. 1994-10-14 08:53:17 +00:00
conf GENERIC - Add a commented out line for adding support for IBM ThinkPad 1995-11-29 20:07:49 +00:00
ddb Staticized and '#ifdef notused' stuff we don't use. 1995-11-29 10:25:50 +00:00
dev all: 1995-12-05 02:01:59 +00:00
fs Added prototypes. 1995-12-03 17:14:38 +00:00
gnu If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
i386 all: 1995-12-05 02:01:59 +00:00
isa Fix my color/attr separation patch. 1995-11-30 03:29:31 +00:00
isofs/cd9660 Added prototypes. 1995-12-03 17:14:38 +00:00
kern A major sweep over the sysctl stuff. 1995-12-04 16:48:58 +00:00
libkern Add qsort() to libkern, taken from libc. 1995-11-08 08:40:11 +00:00
miscfs Added prototypes. 1995-12-03 14:54:48 +00:00
modules Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
msdosfs Added prototypes. 1995-12-03 16:42:02 +00:00
net all: 1995-12-05 02:01:59 +00:00
netccitt Moved inline functions for insque() and remque() to <sys/queue.h>. 1995-12-03 13:45:34 +00:00
netinet all: 1995-12-05 02:01:59 +00:00
netipx Cleaned up prototypes: 1995-11-24 12:25:13 +00:00
netiso all: 1995-12-05 02:01:59 +00:00
netns Moved inline functions for insque() and remque() to <sys/queue.h>. 1995-12-03 13:45:34 +00:00
nfs Completed function declarations and/or added prototypes and/or moved 1995-12-03 10:03:12 +00:00
nfsclient Completed function declarations and/or added prototypes and/or moved 1995-12-03 10:03:12 +00:00
nfsserver Completed function declarations and/or added prototypes and/or moved 1995-12-03 10:03:12 +00:00
pc98/pc98 Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
pccard If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
pci all: 1995-12-05 02:01:59 +00:00
powerpc/include Don't define CLK_TCK here. 1995-02-03 21:49:18 +00:00
rpc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
scsi Fix support for QIC_3080 drives...it 1/2 worked before. 1995-11-30 07:43:47 +00:00
sys A major sweep over the sysctl stuff. 1995-12-04 16:48:58 +00:00
tools Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
ufs Completed function declarations and/or added prototypes and/or #includes 1995-12-03 11:17:15 +00:00
vm A major sweep over the sysctl stuff. 1995-12-04 16:48:58 +00:00
Makefile This commit was manufactured by cvs2svn to create branch 'NETBSD'. 1994-10-14 08:53:17 +00:00