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
/
pci
Age
Commit message (
Expand
)
Author
2009-11-25
oopsy. don't fuck the offset when we wrap the ring with NOOPs.
Owain Ainsworth
2009-11-25
Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part is
Dariusz Swiderski
2009-11-25
Just some minor cleanup. OK deraadt@
Claudio Jeker
2009-11-25
Consider any tx buffer that is freed in vr_stop() to be an unsent
Theo de Raadt
2009-11-25
Re-enable the debug messages from bus errors and tx underruns so that
Theo de Raadt
2009-11-25
Do not call vr_stop() and vr_reset() before calling vr_init(), because
Theo de Raadt
2009-11-24
Add event framework.
Marco Peereboom
2009-11-24
Reset the chip an re-initialise the interface after reset. Resetting the
Mark Kettenis
2009-11-24
Thoroughly reset the chip upon suspend and give the PHY a chance to
Mark Kettenis
2009-11-24
for MCLGETI to work correctly drivers need to first dequeue all available
Claudio Jeker
2009-11-24
msk_newbuf() had an off by one when putting the packet onto the cluster
Claudio Jeker
2009-11-24
implement suspend and resume
Jacob Meuser
2009-11-24
Bring multicast/promisc handling in line with other network drives.
Joel Sing
2009-11-24
Save state on suspend and restore that state and the bridge windows on resume
Mark Kettenis
2009-11-23
Make vge(4) detachable.
Mark Kettenis
2009-11-23
some whitespace cleanups.
Owain Ainsworth
2009-11-23
move the lastclose function into i915_drv.c where it belongs.
Owain Ainsworth
2009-11-23
must return result of config_activate_children
Theo de Raadt
2009-11-23
pci should return the result of it's children's suspend/resume calls back
Mike Larkin
2009-11-23
Add azalia(4) suspend/resume stabs, now some laptops can go all the way.
Paul Irofti
2009-11-23
Pad the ringbuffer with NOOPs before wrapping around, instead of
Owain Ainsworth
2009-11-23
remove a debug printf that won't compile anymore.
Owain Ainsworth
2009-11-23
G4X chipsets actually have a slightly larger vblank counter register,
Owain Ainsworth
2009-11-23
Make it so that instead of grabbing and ungrabbing the spinlock one line apart,
Owain Ainsworth
2009-11-23
nuke some prototypes from functions that died a fair while ago.
Owain Ainsworth
2009-11-23
Suspend/resume goop for inteldrm, essentially a big pile of save/restore
Owain Ainsworth
2009-11-23
Later on this will do much more work on suspend/resume, but for now
Theo de Raadt
2009-11-23
Walk our children in the activate function.
Theo de Raadt
2009-11-23
regen
Yojiro Uo
2009-11-23
add netmos nm9901 and NEC USB host controller
Yojiro Uo
2009-11-23
bnx(4) is a bit special. The chip itself is capable of swapping endianess
Claudio Jeker
2009-11-23
add NetMos NM9901 multiple peripheral board support
Yojiro Uo
2009-11-23
PCI suspend/resume plumbing. This code is currently not called.
Mike Larkin
2009-11-21
attach to the AR9227 too
Damien Bergamini
2009-11-21
EP80579 SATA
Jonathan Gray
2009-11-19
Add code to set up windows on PCI-PCI bridges left unconfigured by the
Mark Kettenis
2009-11-19
Add PPB_IO_SHIFT #define to mirror PPB_MEM_SHIFT.
Mark Kettenis
2009-11-18
regen
Jonathan Gray
2009-11-18
More EP80579 devices.
Jonathan Gray
2009-11-17
Tidy up promisc/multicast handing. From Brad. Tested by me.
Mark Kettenis
2009-11-17
nuke the temperature sensor.
Damien Bergamini
2009-11-17
Tidy up promisc/multicast handling. Tested by myself (and earlier
Stuart Henderson
2009-11-16
regen
Jonathan Gray
2009-11-16
Some more Cavium devices. Prompted by a dmesg from Jason George.
Jonathan Gray
2009-11-14
athn(4), a driver for Atheros 802.11a/g/n devices.
Damien Bergamini
2009-11-13
sizeof -> nitems, found by parfait; ok dlg
Theo de Raadt
2009-11-11
fix memory leak found by parfait
Jacob Meuser
2009-11-11
memory leaks found by parfait; ok oga
Theo de Raadt
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2009-11-09
Link state change interrupt was not generated due to a missing bit in
David Gwynne
[next]