NetBSD/sys
fredette 94791afd65 No longer use BTLB entries to map the entire address spaces of I/O subsystems,
since BTLB entries can be scarce and very little of an I/O subsystem normally
needs to be mapped.

Instead, the pmap now allows mappings of I/O space to be entered with
pmap_kenter_pa.  bus_space mappings for small amounts of I/O space (as for
virtually all devices) are made this way, with BTLB entries still used for
large mappings for things like framebuffers.

This has led to more and cleaned-up uses of bus_space(9) and has caused
some autoconf cleanup.  Also, kgdb is now attached and connected before
autoconfiguration, which is much earlier than before.
2002-08-25 20:19:59 +00:00
..
adosfs _PC_MAX_CANON and _PC_MAX_INPUT aren't really filesystem-specific in NetBSD. 2002-08-04 05:42:43 +00:00
altq
arch No longer use BTLB entries to map the entire address spaces of I/O subsystems, 2002-08-25 20:19:59 +00:00
coda
compat - add locks to structures used by the /dev/usema driver and the 2002-08-25 19:03:12 +00:00
conf Add btbus, an attribute for Bluetooth. 2002-08-24 17:28:58 +00:00
crypto
ddb
dev Fix some signed/unsigned comparison warnings from GCC 3.3. 2002-08-25 19:11:16 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs
kern Make hashinit() use unsigned quantities throughout. 2002-08-25 20:01:12 +00:00
lib Use assembly version of ffs(3). 2002-08-24 06:39:48 +00:00
lkm
miscfs Just use the "time" variable in the *_getattr functions instead of a call 2002-08-03 04:52:44 +00:00
msdosfs
net Fix typo in a comment. 2002-08-25 19:21:47 +00:00
netatalk
netccitt
netinet Never send more than half a socket buffer of data. This insures that 2002-08-20 16:29:42 +00:00
netinet6 check packet length before fetching ESP crypto checksum. sync w/kame 2002-08-21 23:12:01 +00:00
netisdn
netiso avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
netkey should return error code from key_senderror(). sync w/kame 2002-08-20 08:17:02 +00:00
netnatm
netns avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
netsmb
nfs s/FREE/PNBUF_PUT/ 2002-08-23 05:38:51 +00:00
ntfs
stand
sys Make hashinit() use unsigned quantities throughout. 2002-08-25 20:01:12 +00:00
ufs correct range check, have overflow check, fix type mismatches, 2002-08-03 00:12:48 +00:00
uvm In amap_ref, only increment the amap's refcnt after we have established 2002-08-22 23:39:37 +00:00
Makefile