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
2006-06-10
- fix checking of WEP flags
Damien Bergamini
2006-06-10
Make id in mpi_complete an unused value instead of random stack garbage.
Marco Peereboom
2006-06-10
if we're not reading a page then we're writing a page. stupid braino from
David Gwynne
2006-06-10
Redo debug prints to make it less loud and more granular.
Marco Peereboom
2006-06-10
the rest of the spi-device configuration pages
David Gwynne
2006-06-10
the rest of the spi-port configuration pages.
David Gwynne
2006-06-09
Simplify ami_disk by chaging some ifs around.
Marco Peereboom
2006-06-09
Add percentages for BGI and Rebuild. Example:
Marco Peereboom
2006-06-09
some more fxp revisions.
Brad Smith
2006-06-08
unsigned long long -> u_int64_t
David Gwynne
2006-06-08
Keep track of the average RSSI using an Exponential Moving Average (EMA).
Damien Bergamini
2006-06-08
dont panic on empty portfacts or portenable replies. we should probably
David Gwynne
2006-06-06
set the ccb state when it comes off the free list. this isnt used anywhere
David Gwynne
2006-06-06
fix a panic string to mention the corrent place its freaking out in.
David Gwynne
2006-06-05
Write the words of the mac address in reverse order to fix a MAC problem on
Dale Rahn
2006-06-05
start to sync some changes and fixes from various "openhal" ports of
Reyk Floeter
2006-06-03
make detachable, inspired by netbsd
Martin Reindl
2006-06-02
ditch unused struct isadev and in turn the isavar.h include
Martin Reindl
2006-06-02
add powerhooks for ral(4) cards with the RT2560 chipset;
Robert Nagy
2006-06-01
leave the reply_dva address alone so we can post it back to the ioc rather
David Gwynne
2006-06-01
fix some macros
David Gwynne
2006-06-01
Make the debug printfs work if RAL_DEBUG is defined.
Robert Nagy
2006-06-01
Add powerhooks for ral(4) cards with RT2561 chipset, and also fix
Robert Nagy
2006-06-01
oops, i dont know how to count bits. fix the OFFSET bitmasks in the device
David Gwynne
2006-06-01
add spi device configuration pages 0 and 1
David Gwynne
2006-06-01
fix the reply handling on crazy machines that give me bits in the high part
David Gwynne
2006-06-01
64 bit dva addresses so we can >> 32 later; ok dlg
Theo de Raadt
2006-05-31
Capture the port_wwn and node_wwn corresponding to a target id every
Kenneth R Westerback
2006-05-31
byteswap the ioc_status field so we can respond to scsi things properly on
David Gwynne
2006-05-31
remove the fetching of the manufacturing page. it was just there to see if
David Gwynne
2006-05-31
mpi hardware uses an 8 bit field to describe the number of devices it has
David Gwynne
2006-05-31
dont display the first manufacturing page
David Gwynne
2006-05-31
c++ style comments shouldnt be in the tree
David Gwynne
2006-05-31
int32 i >> 32 is undefined, so cast to unsigned long long first, ok dlg
Theo de Raadt
2006-05-31
implement chained scatter gather lists.
David Gwynne
2006-05-30
removes the isavar.h include and the ifdef bsdi cruft
Felix Kronlage
2006-05-30
remove dev/isa/isavar.h include, not needed anymore
Felix Kronlage
2006-05-30
raise the timeout on the init commands (especially port enable) to give
David Gwynne
2006-05-30
hush; ok dlg
Jason Wright
2006-05-29
increase the timeout on the enabling commands during attach so that sas
David Gwynne
2006-05-29
Convert NetBSD new-style %b strings to old-style.
Miod Vallat
2006-05-29
limit the number of scatter gather entries sent with the scsi_io commands
David Gwynne
2006-05-29
add more mpi goo for scsi task management and port config
David Gwynne
2006-05-29
put the 64bit flag in the right place on the scatter gather list.
David Gwynne
2006-05-29
split mpi_poll out into mpi_complete, and rewrite poll to use start and
David Gwynne
2006-05-29
remove some if 0 code
David Gwynne
2006-05-29
bump mpi up to using 64bit for all dva
David Gwynne
2006-05-29
Only claim an interrupt if a real interrupt event occured, prevents false
Dale Rahn
2006-05-28
junk to read and write configuration pages.
David Gwynne
2006-05-28
Remove dead code; free commit on behalf of dlg@
Uwe Stuehler
[next]