summaryrefslogtreecommitdiff
path: root/sys/dev/ic/adwlib.c
AgeCommit message (Expand)Author
2022-08-29static const, not const staticJonathan Gray
2022-08-01Fix bogus indent. NFCMiod Vallat
2020-08-08The only thing worse than trailing whitespace is leading spaces instead of tabs.Kenneth R Westerback
2020-02-18Trailing whitespace.Kenneth R Westerback
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2012-01-11ansify and de'register some prototypesDavid Hill
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-07-02correctly init ppr_able in reset, and some others gcc complained about.Ted Unangst
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2004-06-24ultra minor KNFJun-ichiro itojun Hagino
2004-01-09remove uvm_extern.hBrad Smith
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-11Eliminate use of static functions in line with normal OpenBSDKenneth R Westerback
2001-04-11Update the adw driver to use the latest version of firmware (3.3f).Kenneth R Westerback
2001-02-22Typo police:Kenneth R Westerback
2000-12-08This update should cause the adw driver to:Kenneth R Westerback
2000-07-22sync to NetBSD:Kenneth R Westerback
2000-06-29Sync adw files with (almost) latest NetBSD versions:Kenneth R Westerback
2000-04-29add $ tagKenneth R Westerback
2000-04-03Bring code into line with comment and ensureKenneth R Westerback
2000-04-02Stop losing carriers during bus reset, by not re-init'ing icq_sp/irq_spKenneth R Westerback
2000-04-02AdvSendIdleCmd() not re-entrant - use splbio()/splx(). Two typos.Kenneth R Westerback
2000-02-19From NetBSD:Todd C. Miller
2000-02-07sync with netbsd. ok @deraadtKenneth R Westerback
2000-02-05support new u2w cards; dante@mclink.it, merged by kwesterback@home.comTheo de Raadt
1998-11-17Add adw device driver, from NetBSD.Jason Downs