summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/tcic2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansijsg2021-03-071-97/+40
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-311-2/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
* simplify kthread_create(). no more stdargderaadt2013-11-181-3/+4
* spelling fixes, from Martynas Venckus;jmc2007-11-251-3/+3
* use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ testingmickey2005-11-231-2/+2
* Spell reserved correctly; ok from copyright holders when in licence blocks.miod2004-07-221-2/+2
* Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.grange2004-05-041-2/+2
* typos from Tom Cosgrove;jmc2003-10-211-2/+2
* First round of __P removal in sysmillert2002-03-141-14/+14
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* driver for the databook isa/pcmcia bridge (commented out in GENERIC for now);jason2000-05-151-0/+1401