freebsd_amp_hwpstate/sys/i386
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
..
apm If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
bios If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
boot Removed bogus padding that wasted 0x500 bytes. 1995-11-18 05:25:24 +00:00
conf GENERIC - Add a commented out line for adding support for IBM ThinkPad 1995-11-29 20:07:49 +00:00
eisa Don't staticize again (twice). 1995-11-29 17:40:47 +00:00
i386 A major sweep over the sysctl stuff. 1995-12-04 16:48:58 +00:00
ibcs2 Change call to kern_sysctl to userland_sysctl. Not tested. 1995-11-20 12:10:59 +00:00
include __purified pmap_pte(). This seems to make no difference. 1995-12-03 18:37:44 +00:00
isa all: 1995-12-05 02:01:59 +00:00
linux Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
pci Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ... 1995-10-17 23:30:11 +00:00
scsi Remove unused var. 1995-11-20 12:14:40 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00