NetBSD/sys
riz a550eae132 For SMBus, add the ability to enumerate devices on the bus.
This does NOT identify the devices, merely indicates the
presence of devices at certain addresses.  Tested on ichsmb
and nfsmb - other SMBus devices will need to ensure the
proper bus type is set. (I2C_TYPE_SMBUS)

From Nicolas Joly, via Paul Goyette, in PR#36744.
2007-09-01 22:19:25 +00:00
..
altq
arch Properly use the return value of a bswap16 call. Caught when building 2007-09-01 22:01:53 +00:00
coda
compat Constify: LLADDR() -> CLLADDR(). 2007-08-29 22:33:42 +00:00
conf subr_prf_bitmask.c -> subr_prf2.c 2007-08-15 20:34:48 +00:00
contrib/dev/ath Make ath(4) work again on sparc64 (and other big-endian machines). 2007-08-28 00:12:46 +00:00
crypto
ddb
dev For SMBus, add the ability to enumerate devices on the bus. 2007-09-01 22:19:25 +00:00
dist reduce diff. 2007-08-07 10:02:40 +00:00
fs Add a third type of fh option, passthrough, where the kernel does 2007-08-23 14:36:46 +00:00
gdbscripts
ipkdb
kern Don't error calls to copy socket addresses to userspace when the application 2007-09-01 17:04:58 +00:00
lib
lkm
miscfs
net token_addmulti and token_delmulti are never used in the kernel, so 2007-09-01 07:41:22 +00:00
net80211
netatalk Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and 2007-09-01 04:32:50 +00:00
netbt
netinet Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and 2007-09-01 04:32:50 +00:00
netinet6 Use sockaddr_in6_init(). 2007-08-31 21:40:41 +00:00
netipsec
netisdn
netiso Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool 2007-08-30 02:17:34 +00:00
netkey
netnatm
netsmb
nfs Use sockaddr_in_init() and ifreq_setaddr() to initialize a sockaddr_in 2007-08-31 22:02:58 +00:00
opencrypto
rump avoid uninitialized warning from impossible enum 2007-09-01 22:10:10 +00:00
secmodel
stand
sys Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool 2007-08-30 02:17:34 +00:00
ufs Modify ffs_lock() to take care for changed v_vnlock. Snapshots do not need 2007-08-21 09:27:33 +00:00
uvm Also initialize map->lock for INTRSAFE maps. 2007-08-20 13:34:52 +00:00
Makefile