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-25
Move a int i; to top of function so that it compiles on non c99 compilers.
Marco Peereboom
2006-05-25
And add time and percentage to builds and check consistencies.
Marco Peereboom
2006-05-25
add LD progress strucutre.
Marco Peereboom
2006-05-25
Add last bit of physcal disk stuff.
Marco Peereboom
2006-05-25
Add physical device and read config structures.
Marco Peereboom
2006-05-23
- comment out minphys() wrapper which was intended for DMA code, since there
Miod Vallat
2006-05-23
Do not define NCR53C9X_DEBUG if SMALL_KERNEL. Saves 7KB.
Miod Vallat
2006-05-23
In NCR53C9X_DEBUG code, compute debug values after the values they depend on
Miod Vallat
2006-05-23
commited with unused variable
Theo de Raadt
2006-05-23
Oops mfi in front of struct name, not mdi.
Marco Peereboom
2006-05-23
Remove some debug cruft.
Marco Peereboom
2006-05-23
Add first half of physical disk data for bio.
Marco Peereboom
2006-05-22
- fix and prettify SIOP_DEBUG
Martin Reindl
2006-05-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
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
[next]