NetBSD/sys
plunky 1687854c43 Tidy up a little, the way that midi attachment code works
- change midi_attach() to omit the 'parent' arg (there are
  only two callers of this and it is not used)

- change midisyn_attach() to midisyn_init(), so not needing a midi_softc,
  and fix the midi_pcppi driver to set hw_if and hw_hdl directly in
  its midi_softc before calling midi_attach()

- add a device_t to opl_softc structure, change opl drivers to store
  the device 'self' in opl_softc and fix opl_attach() to use this
  opl_softc->dev field directly rather than a field in an otherwise
  unused midi_softc

- remove unnecessary midi_softc from opl and cms drivers (child device
  provides that)

reviewed by mrg
2012-04-09 10:18:16 +00:00
..
altq
arch PR/46310: Ryo ONODERA: Add support for cardbus bwi(4) 2012-04-08 20:49:29 +00:00
coda
common thinko in comment. 2012-01-18 07:17:09 +00:00
compat Regen (posix_spawn) 2012-04-08 11:28:12 +00:00
conf Add apple autodiscovery. 2012-04-07 05:36:49 +00:00
crypto
ddb Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
dev Tidy up a little, the way that midi attachment code works 2012-04-09 10:18:16 +00:00
dist remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
external apply our changes. 2012-03-23 20:39:49 +00:00
fs Add name and atttribute cache with filesytem provided TTL. 2012-04-08 15:04:41 +00:00
gdbscripts
ipkdb
kern Rework posix_spawn locking and memory management: 2012-04-08 11:27:44 +00:00
lib Fix a bug that libsa ls doesn't work in case of filename with directory path. 2012-03-02 12:08:44 +00:00
miscfs uid mismatch for file flags changes is expected to fail with EPERM not 2012-03-30 18:24:08 +00:00
modules Don't pass assembler flags to genassym, it doesn't compile. 2012-03-25 06:55:19 +00:00
net npf_tcp_inwindow: in a case of negative skew, bump the maximum seen value of 2012-04-03 22:14:12 +00:00
net80211
netatalk Fix AppleTalk name registration, as discussed on the port-macppc list 2012-01-31 09:53:44 +00:00
netbt
netinet Do not sleep in callout context, this will hang the clock soft interrupt. 2012-03-27 17:48:17 +00:00
netinet6 remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netipsec remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netisdn
netiso
netkey remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netmpls old style def 2012-02-01 16:49:36 +00:00
netnatm
netsmb Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
nfs When using socket loaning, make sure the KVA used for the loan has the same 2012-02-01 02:27:23 +00:00
opencrypto
rump Do not ignore kauth errors when setting file flags. 2012-03-30 18:09:12 +00:00
secmodel Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
stand
sys Rework posix_spawn locking and memory management: 2012-04-08 11:27:44 +00:00
ufs Assert that we can a valid inode when looking up a file handle. 2012-04-04 19:52:48 +00:00
uvm initialize amap per-page reference counts before changing the amap's 2012-04-08 20:47:10 +00:00
Makefile