summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/advlib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The only thing worse than trailing whitespace is leading spaces instead of tabs.krw2020-08-081-9/+9
|
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* ansify some function definitions.brad2013-11-151-395/+125
| | | | | | no functional change. ok sthen@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Step two: use advmcode* in their new location.krw2005-09-061-2/+3
| | | | Requested by deraadt@ a while ago.
* oops, revert change.brad2004-01-101-1/+3
|
* remove uvm_extern.hbrad2004-01-091-3/+1
| | | | | | tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
* typos from Tom Cosgrove;jmc2003-10-211-4/+4
| | | | | | | | 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-124/+124
|
* 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)
* absolutely no need to include vm_parm.h after vm.hmickey2001-08-121-2/+1
|
* remove some of the redundant vm includesmickey2001-08-121-2/+1
|
* Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return.krw2001-04-231-1/+2
| | | | Spotted by fgsch@.
* Sync with NetBSDdownsj1998-11-171-152/+250
|
* Sync w/ NetBSD.downsj1998-09-281-9/+9
|
* AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the Linuxdownsj1998-09-271-0/+3370
driver.