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
/
eisa
Age
Commit message (
Expand
)
Author
2010-01-10
A couple of missed ITSDONE setting before scsi_done().
Kenneth R Westerback
2010-01-10
Set ITSDONE in scsi_done() and zap trivial instances of setting it
Kenneth R Westerback
2009-11-22
Bring last drivers fully into the NO_CCB world by replacing
Kenneth R Westerback
2009-09-05
call scsi_done before returning COMPLETE
David Gwynne
2009-08-29
remove more unneeded Debugger() calls from dev/
Jasper Lievisse Adriaanse
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-06-02
When we fail to find the controller type, don't continue on using the next
Theo de Raadt
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2009-01-11
Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)
Bret Lambert
2008-11-25
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
Kenneth R Westerback
2008-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-11-05
More scsi_done() at SPLBIO. Wrap another interrupt function call while
Kenneth R Westerback
2007-11-05
More scsi_done() at SPLBIO. If you poll by manually calling the
Kenneth R Westerback
2007-06-25
Fix a couple of "of of"s in comments.
Tom Cosgrove
2007-05-08
ahb_debug should be inside #ifdef AHBDEBUG
Theo de Raadt
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2006-12-21
'immediatly' -> 'immediately' in comments.
Kenneth R Westerback
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-06-17
add sys/timeout.h
Brad Smith
2006-05-30
Do not reset the board, for it will not keep the interrupt configuration the
Miod Vallat
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-11-23
assume vtophys(vaddr_t) just what all the other archs expect; no functional c...
Michael Shalayeff
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-02-17
miscellaneous typo fixes:
Jean-Francois Brousseau
2004-12-26
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-10-29
Prettier dmesg on vortexes.
Miod Vallat
2004-08-01
Fold in relevant bits of the most recent two updates from
Kenneth R Westerback
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2004-05-05
regen
Michael Shalayeff
2004-05-05
shrink some descriptions
Michael Shalayeff
2004-03-31
regen
Michael Shalayeff
2004-03-31
a few more hp cards
Michael Shalayeff
2004-01-09
remove uvm_extern.h
Brad Smith
2003-12-24
Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal
Kenneth R Westerback
2003-12-12
another small compiler warning cleanup (#error instead of bailing out)
Hans-Joerg Hoexer
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-03-29
device/vendor id is always < 7 chars. store it in the array and save on the e...
Michael Shalayeff
2003-03-29
add some more eisa devices
Michael Shalayeff
2003-01-15
regen
Michael Shalayeff
2003-01-15
a few more products and wdc
Michael Shalayeff
2003-01-10
now that epconfig() prints stuff another new way fix the dmesg print again. a...
Michael Shalayeff
2002-12-20
no need for these to sit in their own dirs, there not gonna be any sources th...
Michael Shalayeff
2002-06-28
Return of new ahc
Steve Murphree
2002-06-09
a step towards consistancy; in general:
Todd T. Fries
2002-06-02
withough -> without
Theo de Raadt
[next]