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-05-22
Add support for raid 50 and 10 in bio.
Marco Peereboom
2006-05-22
In wdcprobe(), directly invoke wdc_do_reset() instead of using the reset
Miod Vallat
2006-05-22
Add mail box to mfi_mgmt to handle sub commands more gracefully.
Marco Peereboom
2006-05-22
Add first half of BIOCVOL primitive.
Marco Peereboom
2006-05-21
Do a giant flush of disk and raid-card memory when SYNCHONIZE_CACHE is called.
Marco Peereboom
2006-05-21
pretty up some debug statements.
Marco Peereboom
2006-05-21
Add bio alarm function.
Marco Peereboom
2006-05-21
Add generic management function.
Marco Peereboom
2006-05-21
move the allocation of ccb out of ami_attach into a function of its own
David Gwynne
2006-05-21
move variable declarations at the start of a block in ami_attach to the top
David Gwynne
2006-05-21
during attach use a static, spartan ccb with ami_poll to query to firmare
David Gwynne
2006-05-21
the maximum possible number of ccbs that a megaraid can use (126 of them)
David Gwynne
2006-05-21
Add alarm function opcodes.
Marco Peereboom
2006-05-21
Oops, helps to use the right structure field.
Marco Peereboom
2006-05-21
Add first BIOCINQ primitive.
Marco Peereboom
2006-05-21
remove a chunk of code that was ifdefed out due to compat issues with
David Gwynne
2006-05-21
The SCSI command on the passthrough bus is handed to the firmware via a
David Gwynne
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-05-18
Remove some debug cruft and pretty up some debug messages.
Marco Peereboom
2006-05-18
Kill splbio/splx in the interrupt handler.
Marco Peereboom
2006-05-18
And we have lift off! Was able to create a filesystem and write to the
Marco Peereboom
2006-05-17
Add completion routines.
Marco Peereboom
2006-05-17
Add mfi_get_info to obtain all kinds of fun information from the fw.
Marco Peereboom
2006-05-17
Refactor scsi path so that we can have a single sgl function for io and non-io
Marco Peereboom
2006-05-16
Nuke some { }
Marco Peereboom
2006-05-16
Move !xs->data case into mfi_start_xs.
Marco Peereboom
2006-05-16
Fix some more htole32 screw-ups.
Marco Peereboom
2006-05-16
Fix some htole32 I missed.
Marco Peereboom
2006-05-16
only allow setting Jumbo MTU frame sizes with the 8169 chipset.
Brad Smith
2006-05-16
Add READ CAPACITY.
Marco Peereboom
2006-05-16
Oops PREREAD not PREWRITE.
Marco Peereboom
2006-05-16
Add TUR and make it send it directly to firmware.
Marco Peereboom
2006-05-15
Clear all relevant ccb fields when mfi_put_ccb frees a ccb.
Marco Peereboom
2006-05-15
Oops don't send command twice to firmware when polling.
Marco Peereboom
2006-05-15
Add INQUIRY command.
Marco Peereboom
2006-05-12
Fix a misreporting bug after bioctl -H is used to create a hotspare. This was
Marco Peereboom
2006-05-10
Add some airplane code.
Marco Peereboom
2006-05-08
silence a debug message; from kili@outback.escape.de; ok miod
Theo de Raadt
2006-05-08
Make ath_attach() return error if the RF is unsupported so the PCI code
Pedro Martelletto
2006-05-08
Revert last commit till a better method can be found.
Jonathan Gray
2006-05-07
Add remaining glue for physical disk count.
Marco Peereboom
2006-05-07
Fix cut'n'paste abuse in previous typo fix; spotted by Constantine A. Murenin,
Miod Vallat
2006-05-07
oops, use correct size for GET_IOC_CHAN_DESC
Marco Peereboom
2006-05-07
Add bio framework (not functional yet).
Marco Peereboom
2006-05-07
add a name to rwlock so that we can tell where procs are getting stuck
Ted Unangst
2006-05-07
Add abstraction for resistor factor; makes it easier to compare them to
Mark Kettenis
2006-05-07
- Return if there is nothing to do in the interrupt handler.
Brad Smith
2006-05-07
Default to Ultra DMA Mode 6 not 5 when we know we have a native
Jonathan Gray
2006-05-03
Provide a function pointer that allows for the wdc reset
Jonathan Gray
2006-05-01
remove an unused prototype.
Damien Bergamini
[next]