freebsd-dev/sys/i386
Andreas Schulz 3d76654d68 Reviewed by:
Submitted by:
1) if_ie.c:
	Changed a printf and put a space in it. Formerly the "<3C507>"
	confused the syslog. He tried to see that as the priority to
	log that message.

2) isa_device.h:
	Changed the iobase variable from short to u_short. EISA
	Adresses can go up to 0xf000 and the sign extension doesn't
	look good in the probe output. Example:
	ep1 at 0xffff8000-0xffff8000f is not good :-), i like more a
	ep1 at 0x8000-0x8000f.

3) isa.c:
	Changed a string constant from "probe" to "prob", it gets
	later already an "ed" tagged on the end.
1994-09-02 22:13:34 +00:00
..
boot Conditionalize support for my debugger. This normally saves 304 bytes. 1994-08-30 01:38:04 +00:00
conf Restore some explicit dependencies for locore.s so that "make clean; make" 1994-09-02 20:24:15 +00:00
eisa Reviewed by: Stefan Esser <se> 1994-08-31 23:32:32 +00:00
i386 Converted P_LINK -> P_FORW, P_RLINK -> P_BACK, minor optimization. 1994-09-02 05:58:51 +00:00
include Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update(). 1994-09-02 04:12:26 +00:00
isa Reviewed by: 1994-09-02 22:13:34 +00:00
pci Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> 1994-09-01 02:01:45 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00