1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys
Poul-Henning Kamp 3595e6807d isa_device.h: Added flag for sensitive HW. ed# seems to break if anything
else has been probed.  This feature could go away again, if we can curb the
problem another way.

if_ed.c, syscons.c:  Set the above flag.  ed# because it needs it, syscons
because it looks stupid to "detect" the display you have already filled up
with text :-)

bt742a.c: Check bt_cmd() return-val during probe, thus failing on adaptec's.
Also silenced various printf's during the probe.

isa.c:  Probe devices with the above flag set before the rest.  Reduce the
number of "conflict" messages per device to one.

***
Please test the GENERIC-kernel now, if nobody can make it fail, GENERICAH
and GENERICBT has a finite and short life-expectancy...
***
1994-10-17 21:16:41 +00:00
..
alpha/include Laptop Advanced Power Management support by HOSOKAWA Tatsumi. 1994-10-01 02:56:21 +00:00
amd64 isa_device.h: Added flag for sensitive HW. ed# seems to break if anything 1994-10-17 21:16:41 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Added kern_devconf.c as standard. 1994-10-16 03:49:43 +00:00
ddb Avoid ddb getting a panic if the code-segment isn't the usual one... 1994-10-02 19:36:30 +00:00
dev isa_device.h: Added flag for sensitive HW. ed# seems to break if anything 1994-10-17 21:16:41 +00:00
fs Cosmetics. Silence gcc -Wall 1994-10-10 07:57:33 +00:00
gnu POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c, 1994-10-08 06:57:29 +00:00
i386 isa_device.h: Added flag for sensitive HW. ed# seems to break if anything 1994-10-17 21:16:41 +00:00
isa isa_device.h: Added flag for sensitive HW. ed# seems to break if anything 1994-10-17 21:16:41 +00:00
isofs/cd9660 Use tsleep() rather than sleep so that 'ps' is more informative about 1994-10-06 21:07:04 +00:00
kern This basically allows you to stick a disklabel on any partition. 1994-10-17 02:31:33 +00:00
libkern Use new-style declarations for min/max functions so that 1994-09-18 23:04:25 +00:00
miscfs Cosmetics. reduce the noise from gcc -Wall. 1994-10-10 07:55:48 +00:00
modules Added socksys module 1994-10-16 20:39:52 +00:00
msdosfs Cosmetics. Silence gcc -Wall 1994-10-10 07:57:33 +00:00
net moved a message into a #ifdef DEBUG. This message comes out if a kernel 1994-10-15 21:33:17 +00:00
netccitt Made idempotent 1994-08-21 05:44:12 +00:00
netinet Fix some endianness and packet header bugs found in BSDi's port of this code. 1994-10-13 22:12:42 +00:00
netiso Made idempotent -- made some of them more consistent with rest of tree. 1994-08-21 06:14:33 +00:00
netns Made idempotent. 1994-08-21 06:22:12 +00:00
nfs This is a bunch of changes from NetBSD. There are a couple of bug-fixes. 1994-10-17 17:47:45 +00:00
nfsclient This is a bunch of changes from NetBSD. There are a couple of bug-fixes. 1994-10-17 17:47:45 +00:00
nfsserver This is a bunch of changes from NetBSD. There are a couple of bug-fixes. 1994-10-17 17:47:45 +00:00
pci #ifdef'ed the verbose probe messages. Only until I find a good way of 1994-10-17 21:11:31 +00:00
powerpc/include Added $Id$ 1994-08-02 07:55:43 +00:00
rpc Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtually 1994-10-08 22:26:40 +00:00
sys Actually document dk_* variables! 1994-10-16 05:03:05 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs This basically allows you to stick a disklabel on any partition. 1994-10-17 02:31:33 +00:00
vm Put sanity check for negative hold count into #ifdef DIAGNOSTIC so that 1994-10-17 10:43:56 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00