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
Age
Commit message (
Expand
)
Author
2007-04-08
Add support for NCQ error recovery and enable NCQ command submission.
Christopher Pascoe
2007-04-08
x4100 machines need a hold off in between reads and write to the bmc
Marco Peereboom
2007-04-08
Track the order that CCBs are submitted in, so that after an error we are
Christopher Pascoe
2007-04-08
sili uses one queue for NCQ and legacy commands. No need for the AHCI-style
Christopher Pascoe
2007-04-07
ANSI-fy. No functional change.
Kenneth R Westerback
2007-04-07
Nuke NetBSD defines APRINTF_NORMAL/_ERROR and just use the printf they were
Kenneth R Westerback
2007-04-07
Remove unused variable.
Mark Kettenis
2007-04-07
USECPERSEC is no longer used.
Mark Kettenis
2007-04-07
Always assume write commands had zero residual; the chip only counts
Christopher Pascoe
2007-04-07
Whitespace cleanup. No code change.
Christopher Pascoe
2007-04-07
Add transfer failure detection and recovery from non-fatal errors.
Christopher Pascoe
2007-04-07
Rework command issue/completion flow to be more like AHCI's and switch to
Christopher Pascoe
2007-04-07
Replace code that tries to find the boot device by pretending to walk the
Mark Kettenis
2007-04-07
Split command completion out into a separate function, working towards
Christopher Pascoe
2007-04-07
Replace code that tries to find the boot device by pretending to walk the
Mark Kettenis
2007-04-07
Use pci_matchbyid() rather than handrolled equivalent. From Brad.
Kenneth R Westerback
2007-04-07
Permit PACKET command issue.
Christopher Pascoe
2007-04-07
Fill out control information for ATAPI commands.
Christopher Pascoe
2007-04-07
Helper macros to provide the port name in debug messages.
Christopher Pascoe
2007-04-07
Use the rx_count saved in the LRAM command slot entry to determine the
Christopher Pascoe
2007-04-07
Add some more device status related register definitions.
Christopher Pascoe
2007-04-07
Sync the command corresponding to our ccb, not slot 0.
Christopher Pascoe
2007-04-07
Add infrastructure to handle more than one ccb.
Christopher Pascoe
2007-04-07
Correct offset for global interrupt status register.
Christopher Pascoe
2007-04-07
this diff covers two changes, but theyre very tightly tied together.
David Gwynne
2007-04-07
sizeofa will give us the number of elements in an array. use it when
David Gwynne
2007-04-06
Add support for PCIe. Don't map interrupts that are already mapped correctly.
Mark Kettenis
2007-04-06
Correct order of bus_space_barrier() parameters.
Jonathan Gray
2007-04-06
use rwlocks instead of hand-rolled. make the softc private parts private.
Ted Unangst
2007-04-06
white space fix
David Gwynne
2007-04-06
copy the dmamem wrapper into sili for use for allocating hba memory. this
David Gwynne
2007-04-06
Wait until we have idled the port before obtaining the error CCB, so as
Christopher Pascoe
2007-04-06
Fix a strange typo and don't set sc_docked in acpidock_dockctl(). It's
Michael Knudsen
2007-04-06
Match even more ids: 3131/3531 and some rebadged Intel/Adaptec
Jonathan Gray
2007-04-05
Allow usb microcode to be built in a cross environment. System endian has been
Dale Rahn
2007-04-05
regen
Jonathan Gray
2007-04-05
More sili additions.
Jonathan Gray
2007-04-05
regen
Jonathan Gray
2007-04-05
Add some more Intel LPC parts.
Jonathan Gray
2007-04-05
Fix a comment. 64KB is enough for the cpu_info structure. 64MB would be a
Claudio Jeker
2007-04-05
Fix interrupts.
Mark Kettenis
2007-04-05
Disable interrupts around bit operations for propert atomicity against them.
Miod Vallat
2007-04-05
Wrap bit operations between splhigh()/splx() for atomicity wrt interrupts.
Miod Vallat
2007-04-05
Reuse symbolic values for splsoftXXX() inlines, instead of hardcoding them.
Miod Vallat
2007-04-05
splx() does not need to return a value.
Miod Vallat
2007-04-05
We also don't need the microcode builder anymore.
Marcus Glocker
2007-04-05
After been attacked by Michael Buesch <mb@bu3sch.de> because we initially
Marcus Glocker
2007-04-05
delete userland DELAY() version; ok miod
Theo de Raadt
2007-04-05
regen
Ted Unangst
2007-04-05
freebsd added some MAP_NOCORE flag. we don't like it, so mask it out.
Ted Unangst
[next]