summaryrefslogtreecommitdiff
path: root/sys/dev/i2o/ld_iop.c
AgeCommit message (Expand)Author
2023-05-31Fix typo.ad
2017-08-09While ld(4) is MP safe, many backends are not.mlelstv
2017-08-09Don't wait for allocation in polling mode.mlelstv
2017-02-27refactor the ld(4) DIOCCACHESYNC hook into general ioctl hook, so that attach...jdolecek
2016-09-16modify ldattach() to have default strategy as a parameterjdolecek
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-02-02Entropy-pool implementation move and cleanup.tls
2008-12-15More device_t/softc split fallout, this time in iop(4). Fix frommhitch
2008-09-09Complete device_t/softc split for the ld(4) attachments. This shouldtron
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-05-10Fix a tyop in a comment.simonb
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-06use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-06-16- Merge changes from the vmlocking branch.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-14Coverity CID 1532: Off-by-one array overrun.christos
2006-03-29Use device_private().thorpej
2006-03-25Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-05-30add constchristos
2005-02-27nuke trailing whitespaceperry
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-04-19Spell removable with only two es. Inspired by jmc@openbsd.wiz
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-08-22Parameter group changes:ad
2001-08-04Some changes from OpenBSD, and some of my own:ad
2001-06-10Centralise the geometry fudge.ad
2001-03-20Major update; basically, improve performance somewhat and play nicer withad
2001-02-06Sync with ld.c.ad
2001-01-03Make dumps work, and put the first part of detach into ld.c.ad
2000-12-03Oops.ad
2000-12-03- Only configure un-claimed devices. Implement re-configuration.ad
2000-11-26lsu -> ld, by popular request.ad