summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/adwlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The only thing worse than trailing whitespace is leading spaces instead of tabs.krw2020-08-081-8/+8
* Trailing whitespace.krw2020-02-181-4/+4
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* ansify and de'register some prototypesdhill2012-01-111-64/+26
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* correctly init ppr_able in reset, and some others gcc complained about.tedu2010-07-021-6/+6
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* ultra minor KNFitojun2004-06-241-2/+2
* remove uvm_extern.hbrad2004-01-091-3/+1
* typos from Tom Cosgrove;jmc2003-10-211-3/+3
* be consistant on Hz vs hzmickey2003-02-111-2/+2
* First round of __P removal in sysmillert2002-03-141-18/+18
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Eliminate use of static functions in line with normal OpenBSDkrw2001-07-111-17/+15
* Update the adw driver to use the latest version of firmware (3.3f).krw2001-04-111-2/+2
* Typo police:krw2001-02-221-60/+57
* This update should cause the adw driver to:krw2000-12-081-2/+1
* sync to NetBSD:krw2000-07-221-10/+8
* Sync adw files with (almost) latest NetBSD versions:krw2000-06-291-1390/+1239
* add $ tagkrw2000-04-291-0/+1
* Bring code into line with comment and ensurekrw2000-04-031-4/+7
* Stop losing carriers during bus reset, by not re-init'ing icq_sp/irq_spkrw2000-04-021-52/+68
* AdvSendIdleCmd() not re-entrant - use splbio()/splx(). Two typos.krw2000-04-021-4/+7
* From NetBSD:millert2000-02-191-3/+3
* sync with netbsd. ok @deraadtkrw2000-02-071-5/+5
* support new u2w cards; dante@mclink.it, merged by kwesterback@home.comderaadt2000-02-051-558/+1771
* Add adw device driver, from NetBSD.downsj1998-11-171-0/+1332