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
/
adw.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-11
Remove local defines for SCSI status codes and use those now
Kenneth R Westerback
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-09-21
Correct some pryntf() usage: get the correct number of arguments in the
Miod Vallat
2001-08-26
Prepare for transition to 5-parameter bus_dmamap_sync() by creating and
Kenneth R Westerback
2001-07-11
Eliminate use of static functions in line with normal OpenBSD
Kenneth R Westerback
2001-05-16
allocate memory w/ NOWAIT during autoconf time and check for NULL return
Michael Shalayeff
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
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
2001-02-20
Tone down the verbosity level slightly on the adw driver, print
Kenneth R Westerback
2001-01-22
Initialize xs->stimeout, even when polling
Kenneth R Westerback
2001-01-15
Use xs->stimeout instead of adding a struct timeout to ccb
Kenneth R Westerback
2000-12-08
This update should cause the adw driver to:
Kenneth R Westerback
2000-11-10
This fixes a problem that caused DMA errors from shortly before
Kenneth R Westerback
2000-10-15
Reseting -> Resetting
Kenneth R Westerback
2000-09-06
Remove #ifdef/#endif around various bits of INQUIRY response
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-02
adw_intr should only claim adw interrupts. Two typos.
Kenneth R Westerback
2000-02-19
If we got an xfer from our backlog queue, don't allow sleeping; we're in
Todd C. Miller
2000-02-05
support new u2w cards; dante@mclink.it, merged by kwesterback@home.com
Theo de Raadt
1999-08-04
new bus_dma API, match it
Niklas Hallqvist
1998-11-17
Add adw device driver, from NetBSD.
Jason Downs