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
Age
Commit message (
Expand
)
Author
2011-07-17
Backout a bunch of my SCSI commits from c2k11. At least one of these
Matthew Dempsky
2011-07-15
Cope with the start-dma-before-init errata and some other register setup
Theo de Raadt
2011-07-14
We must not call xl_wol_power() from xl_stop(). If we do the device
Stefan Sperling
2011-07-09
Fix fallout from my previous SCSI refactoring diff (moving
Matthew Dempsky
2011-07-08
First batch of converting SCSI HBAs from setting saa_targets and
Matthew Dempsky
2011-07-08
Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).
Stefan Sperling
2011-07-08
ansi, no binary change
Jonathan Gray
2011-07-07
use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok
Henning Brauer
2011-07-05
Call bzero(&saa, sizeof(saa)) each time we use saa to attach
Matthew Dempsky
2011-07-05
Replace last remaining users of link->scsibus with
Matthew Dempsky
2011-07-05
When the kernel runs out of mbuf clusters, the hme receive ring may
Alexander Bluhm
2011-07-04
Use the SDEV_2NDBUS flag like isp(4) instead of the current
Matthew Dempsky
2011-07-04
Remove orphaned splbios that have no matching splx,
Jonathan Gray
2011-07-04
remove unneeded cast.
David Hill
2011-07-03
avoid void * pointer arithmetic.
David Hill
2011-07-03
change void * to a caddr_t
David Hill
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-06-27
Unbreak iopool conversion by putting the implicit yet missing important
Miod Vallat
2011-06-23
ansi
Theo de Raadt
2011-06-23
a bit more ansi; ok tedu
Theo de Raadt
2011-06-21
Two dpt(4) fixes:
Matthew Dempsky
2011-06-21
remove some unnecessary casts. ok blambert deraadt kettenis matthew
Ted Unangst
2011-06-19
Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as
Matthew Dempsky
2011-06-17
M_WAITOK cleanup of two cases:
Michael Knudsen
2011-06-15
Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicast
Jonathan Gray
2011-06-10
Do not set the dying flag in wdc_wait_for_status, since there is at
Theo de Raadt
2011-05-25
wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h.
Matthew Dempsky
2011-05-24
Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile a
Matthew Dempsky
2011-05-23
Fix after poolification. For reasons not completely understood, the
Otto Moerbeek
2011-05-22
Fix a problem found where one SOC has a uart implementation that causes bus
Dale Rahn
2011-05-20
Avoid double scsi_done(xs) in error path; ok dlg@ krw@
Otto Moerbeek
2011-05-09
Refactor queue allocation and initialization into a wdc_alloc_queue()
Matthew Dempsky
2011-05-09
Initialize the wdc ata_drive_datas structs earlier in wdcattach() so
Matthew Dempsky
2011-05-08
Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly
Matthew Dempsky
2011-05-08
Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK,
Matthew Dempsky
2011-04-27
kill a !__NetBSD__ ifdef which just confuses
Theo de Raadt
2011-04-27
if getting the RAID header fails, dont stop the midlayer from trying to
David Gwynne
2011-04-27
configure fc controllers to fail io as fast as possible when cables are
David Gwynne
2011-04-27
return XS_RESET to the midlayer if the command was killed for some reason
David Gwynne
2011-04-27
rework the scanning of fibre channel ports to match how linux does it.
David Gwynne
2011-04-27
No need to splbio/splx in the interrupt routine. It's already
Kenneth R Westerback
2011-04-26
No point in a per-attachment scsi_adapter; move to global dpt_switch
Matthew Dempsky
2011-04-26
A plausible attempt at iopoolifying dpt(4).
Matthew Dempsky
2011-04-26
Make dpt(4) compile on 64-bit arches; no binary change on i386.
Matthew Dempsky
2011-04-26
Get rid of NetBSD/OpenBSD ifdefs; our SCSI stacks have diverged too
Matthew Dempsky
2011-04-26
Iopoolification. Installed snapshot over it and it even booted.
Kenneth R Westerback
2011-04-21
A plausible iopoolification. Utter dearth of interested parties
Kenneth R Westerback
2011-04-19
Iopoolification. Much simpler version than the one revived at k2k11.
Kenneth R Westerback
2011-04-19
Fix potential null dereference.
Charles Longeau
2011-04-19
Cease to pretend RAW SCSI mode exists. Eradicate all traces.
Kenneth R Westerback
[next]