summaryrefslogtreecommitdiff
path: root/sys/dev/ic/cac.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-05-08bio(4) drivers: remove noop fallthrough-to-default bio(4) cmd casescnst
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2016-09-27Modularize the ld driver and all of its attachments. Ensure that allpgoyette
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-03-12Dedup the conversion of bioc_disk and bioc_vol to envsys_data_tchristos
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-20Initialize current value for ENVSYS_DRIVE sensorspgoyette
2011-06-20Initializes sensors states before registering.pgoyette
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-03-18bzero -> memsetcegger
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-14Initial bio(4) support; only volume status is handled. The driver doesn'tmhitch
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
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
2007-02-09Merge newlock2 to head.ad
2006-12-29- Print number of channels and firmware revision.ad
2006-11-28Improve error handling. Related to PR/21900.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2005-12-11merge ktrace-lwp.christos
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2004-09-13a round of autoconf cleanup:drochner
2004-08-24Use ANSI function decls and more use of static.thorpej
2003-12-05cac_cmd:pk
2003-01-31Use aprint_*().thorpej
2003-01-06specified, not specifed.wiz
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-06-01SIMPLEQ rototill:lukem
2002-01-25- Always validate the return value read from the outbound FIFO.ad
2001-11-13add/cleanup RCSIDlukem
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-03-07Add BUS_DMA_STREAMING to data transfer maps.thorpej
2000-12-11Report soft-errors-per-unit once per minute at most.ad
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-11-08Move lsu stuff to more logical locations, and push queueing into the lsuad