summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/tcic2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansijsg2021-03-071-97/+40
|
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-311-2/+2
| | | | ok kn@
* 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
| | | | after discussions with beck deraadt kettenis.
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-3/+1
| | | | | don't need to be married. ok guenther miod beck jsing kettenis
* simplify kthread_create(). no more stdargderaadt2013-11-181-3/+4
| | | | ok matthew guenther mikeb
* 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
| | | | | | This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt
* typos from Tom Cosgrove;jmc2003-10-211-2/+2
| | | | | | | | Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
* 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
| | | | (Look ma, I might have broken the tree)
* driver for the databook isa/pcmcia bridge (commented out in GENERIC for now);jason2000-05-151-0/+1401
from NetBSD.