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