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-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
2011-04-18
keep an eye out for wdc registers returning 0xff. if they return 0xff,
Theo de Raadt
2011-04-17
Add wol support to xl(4). Not really tested, but hopefully someone will
Stefan Sperling
2011-04-17
Don't increase if_oerrors for every multicast frame leaving the interface.
Stefan Sperling
2011-04-16
Initialize variables before use.
Kenneth R Westerback
2011-04-15
Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this
Miod Vallat
2011-04-14
Add several additional adapter types and correct definition of
Jonathan Gray
2011-04-11
Fix SPL handling when PCDISPLAY_SOFTCURSOR is enabled.
Matthew Dempsky
2011-04-09
add all 64 bit dma plumbing but stick with 32 for now by default.
Marco Peereboom
2011-04-09
make sure the upper 32 bits are always written to instead of assuming it
Marco Peereboom
2011-04-08
more spaces
Marco Peereboom
2011-04-08
kill some stray spaces
Marco Peereboom
2011-04-08
rename wiat channel to something less than 8 chars.
Marco Peereboom
2011-04-08
use dma_alloc for transient management commands.
Marco Peereboom
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-07
Make sure the eeprom pointer is correctly initialized in
Miod Vallat
2011-04-06
Correctly protect the arguments of the AIC_ASSERT() macro.
Miod Vallat
2011-04-05
pull the dmamam wrapper in from all my other drivers and use it to replace
David Gwynne
2011-04-05
wd_hibernate_io() is a standalone disk io writer which tries to not
Theo de Raadt
2011-04-05
- use nitems() no binary change on amd64
Jasper Lievisse Adriaanse
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-04-05
add a scsi probe routine so isp(4) can reject high luns when the midlayer
David Gwynne
2011-04-05
Deep below wdc_ioc_ata_cmd() it is possible that some controller (present or
Theo de Raadt
2011-04-04
Kill some #if 0'ed code (the 'raw' scsi path). Move splx()
Kenneth R Westerback
2011-04-03
move twe over to iopools so we can get rid of another NO_CCB user. this
David Gwynne
2011-04-03
Sprinkle spltty around code which plays with either the video memory or
Miod Vallat
2011-04-03
Iopoolification of some less common scsi drivers.
Kenneth R Westerback
2011-03-23
only read from the UART if there is something to read. fix beagle, otherwise
Federico G. Schwindt
[next]