summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dpt.c
AgeCommit message (Expand)Author
2009-10-21Remove uarea swap-out functionality:rmind
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-05-11Include machine/cputypes.h explicitly.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-12-02Change kauth(9) KPI for kauth_authorize_device_passthru() to add anotherelad
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-08Replace securelevel checks with kauth(9) calls.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04fix empty ifchristos
2006-08-30fix incomplete initializerchristos
2006-08-23Acting as Elad's keyboard:christos
2006-05-21void casts to functions whose return values are ignored.christos
2006-04-14Coverity CID 1534: Fix bogus code and array overruns.christos
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-04-22sprintf -> snprintfitojun
2003-10-25Fix uninitialized variable warningschristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-31Use aprint_*().thorpej
2003-01-28Fix printf format warnings in previous.kleink
2003-01-27Also save status info in the user command packet.ad
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-10Use 0xff as the 'unknown processor type' (which is what Linux does).fvdl
2002-12-09Fix LP64 issues.ad
2002-12-07Implement the DPT EATA ioctl() interface.ad
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-11-13add/cleanup RCSIDlukem
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-03-25Missing splx(). From OpenBSD.ad
2001-03-10Make this work on a PowerPC system:briggs
2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej
2001-02-24Avoid sequence point issues.cgd
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-07-18Use device_lookup() and ditch TAILQ sillyness.ad
2000-06-13Use my proper name.ad
2000-03-16Match shutdown msg with that of cac.c.ad
2000-02-29Oops, pasto.ad
2000-02-24- Don't use bitfields.ad
2000-02-12If we got an xfer from our backlog queue, don't allow sleeping; we're inthorpej
2000-01-16Be consistant when printing haHHBA status.ad
2000-01-15Typo. Don't worry, nothing that will cause system instability or dataad
2000-01-15Validate EATA signature in returned EATA configuration data before anythingad
2000-01-01- Make sense out of comment on dpt_wait().ad