freebsd-skq/sys/dev
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
..
ed Fixed minor typo in diagnostic message. 1994-08-22 08:21:51 +00:00
ep Added support for SIOCSIFMTU. 1994-08-08 13:33:16 +00:00
fdc Use RAW_PART=2 to trick diskerr 1994-08-29 21:32:31 +00:00
ic Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 13:48:52 +00:00
ie Reviewed by: 1994-09-02 22:13:34 +00:00
kbd Updated swedish keymap. 1994-04-26 09:24:06 +00:00
mcd Raw partition is 2 now 1994-08-29 21:19:27 +00:00
mse Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
pci Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + Stefan Esser <se> 1994-09-01 01:45:19 +00:00
ppbus Added $Id$ 1994-08-02 07:55:43 +00:00
sio Updated to final 1.1.5 version (revision 1.56). 1994-08-25 10:15:28 +00:00
speaker Change all #includes to follow the current Berkeley style. Some of these 1994-08-13 03:50:34 +00:00
syscons 1) Changed ddb into a option rather than a pseudo-device (use options DDB 1994-08-27 16:14:39 +00:00