freebsd-dev/sys
Warner Losh d9f6718ee3 Some devices have what appear to be invalid BARs. They are invalid in
the sense that any write to them reads back as a 0.  This presents a
problem to our resource allocation scheme.  If we encounter such vars,
the code now treats them as special, allowing any allocation against
them to succeed.  I've not seen anything in the standard to clearify
what host software should do when it encounters these sorts of BARs.

Also cleaned up some output while I'm here and add commmented out
bootverbose lines until I'm ready to reduce the verbosity of boot
messages.

This gets a number of south bridges and ata controllers made mostly by
VIA, AMD and nVidia working again.  Thanks to Soren Schmidt for his
help in coming up with this patch.
2004-04-13 19:31:57 +00:00
..
alpha Remove avail_end. It is not used. 2004-04-11 05:08:26 +00:00
amd64 - is_physical_memory()'s parameter, which is a physical address, should be 2004-04-11 04:26:58 +00:00
arm Remove advertising clause from University of California Regent's license, 2004-04-05 21:29:41 +00:00
boot Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
cam
coda
compat In ndis_convert_res(), initialize the head of our temporary list 2004-04-07 17:02:55 +00:00
conf Move sx to i386/NOTES for the moment. I missed the 2004-04-12 02:36:51 +00:00
contrib Commit import of OpenBSD-stable fix: 2004-04-11 17:35:40 +00:00
crypto
ddb Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
dev Some devices have what appear to be invalid BARs. They are invalid in 2004-04-13 19:31:57 +00:00
fs Do not drop Giant around the poll method yet, we're not ready for it. 2004-04-12 21:52:52 +00:00
geom Calculate bio_completed properly or die! 2004-04-04 20:37:28 +00:00
gnu Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
i4b Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
i386 Enable the sx driver on i386 and pc98. 2004-04-13 14:04:25 +00:00
ia64 Remove a comment that refers to avail_start and avail_end as these 2004-04-11 06:37:36 +00:00
isa Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
isofs/cd9660 Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
kern Fix off by one error, twice. 2004-04-12 23:02:21 +00:00
libkern Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
modules Include nehemiah.c only on i386, as is done for the non-modules 2004-04-11 15:40:18 +00:00
net Add Direct Sequence 354K and 512K (needed for arl(4)). 2004-04-13 19:23:46 +00:00
net80211 Resolve the issue of whether frames have FCS or not. Frame data does not 2004-04-05 22:13:21 +00:00
netatalk Lock down the netatalk AARP code, which is responsible for appletalk 2004-04-09 01:40:12 +00:00
netatm
netgraph Make sure Bluetooth stuff can be compiled on amd64 2004-04-09 23:01:42 +00:00
netinet Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
netinet6 Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
netipsec Unbreak FAST_IPSEC build on 64 bit archs with INVARIANTS. 2004-04-07 00:19:02 +00:00
netipx
netkey
netnatm
netncp
netsmb
nfs Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
nfs4client Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
nfsclient Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g 2004-04-11 17:15:36 +00:00
nfsserver Don't send the available space as is in the FSSTAT call. Under 2004-04-12 13:02:21 +00:00
opencrypto
pc98 Enable the sx driver on i386 and pc98. 2004-04-13 14:04:25 +00:00
pccard Convert callers to the new bus_alloc_resource_any(9) API. 2004-03-17 17:50:55 +00:00
pci Implemented per-interface polling(4) control. 2004-04-11 20:34:08 +00:00
posix4
powerpc Remove avail_end. It is not used. 2004-04-11 06:02:24 +00:00
rpc Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
security
sparc64 Remove avail_end. It is not used. 2004-04-11 06:02:24 +00:00
sys Bump __FreeBSD_version on behalf of the new .warning directive in make(1). 2004-04-13 09:33:33 +00:00
tools Remove advertising clause from University of California Regent's license, 2004-04-07 04:19:52 +00:00
ufs Record where half the bits in this file came from (from ufs_readwrite.c). 2004-04-07 11:21:18 +00:00
vm - pmap_kenter_temporary() is unused by machine-independent code. Therefore, 2004-04-10 22:41:46 +00:00
Makefile