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
2016-09-04
naddy discovered that bha no longer builds because it includes the now
Ted Unangst
2016-09-03
the src tree is growing too large. delete the aha and ahb drivers in
Ted Unangst
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-10-28
tedu FDDI support and the 3 flavors the driver for DEC devices, even
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-05-12
Initialize enough softc fields to give this attachment a chance to work.
Miod Vallat
2012-03-28
Work in progress support for the SGI Indigo, Indigo 2 and Indy systems
Miod Vallat
2011-04-05
Iopoolification to eliminate another few instances of the current
Kenneth R Westerback
2010-11-18
Don't
Miod Vallat
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2010-05-23
toast __arc__; we gave up on that platform around a decade ago
Theo de Raadt
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
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
[next]