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-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
2007-04-05
this is a relatively big commit that implements a basic io path.
David Gwynne
2007-04-05
device signatures appear to be common to sata controllers too.
David Gwynne
2007-04-05
finish resetting the device by sending a soft reset via the post_direct
David Gwynne
2007-04-05
sili_post_direct lets you submit a prb without all the goop of a ccb and
David Gwynne
2007-04-05
rearrange the busywait funcs slightly
David Gwynne
2007-04-05
DPRINTF will be useful soon, so stick it in
David Gwynne
2007-04-05
control bits in the prb. shuffle things around a bit...
David Gwynne
2007-04-05
start defining the scatter/gather bits and the port request blocks (PRBs).
David Gwynne
2007-04-05
regen
Ted Unangst
2007-04-05
laurence tratt says his cable mostly works with this
Ted Unangst
2007-04-05
jason crawford noticed that the rthreads diff didn't compile with rthreads!
Ted Unangst
2007-04-04
Activate interference mitigation.
Marcus Glocker
2007-04-04
Enable pyro(4) and ebus(4) at mainbus(4). Reorder bus drivers such that
Mark Kettenis
2007-04-04
Correctly set the TSB size on pyro(4).
Mark Kettenis
2007-04-04
Debugging. Fix a lot wrong registers. Fix a couple of /* XXX */ and
Marcus Glocker
2007-04-04
Back out revision 1.70. By asynchronously writing the bitmaps to disk
Pedro Martelletto
2007-04-04
Add support for ebus at mainbus, as found on machines with pyro(4) like the
Mark Kettenis
2007-04-04
Add support for ebus at mainbus, as found on machines with pyro(4) like the
Mark Kettenis
2007-04-04
Switch vm_map lock to rwlock.
Artur Grabowski
2007-04-04
Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lock
Artur Grabowski
2007-04-04
Mechanically rename the "flags" and "version" fields in struct vm_page
Artur Grabowski
2007-04-04
Implement clock_gettime(CLOCK_PROF) since it's so simple.
Artur Grabowski
[prev]
[next]