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
Age
Commit message (
Expand
)
Author
2009-02-20
Oops didn't mean for Debugger() to remain there.
Marco Peereboom
2009-02-20
Let the sdmmc adapters tell the sdmmc layer how much sectors they can
Miod Vallat
2009-02-20
Add Sony VGP-VCC9 Camera (Ricoh chipset) to the quirk list.
Marcus Glocker
2009-02-20
regen
Marcus Glocker
2009-02-20
Add Sony VGP-VCC9 Camera (Ricoh chipset).
Marcus Glocker
2009-02-20
Add more Ricoh chipsets to the quirk list which could work.
Marcus Glocker
2009-02-20
Don't attach non-UISUBCLASS_VIDEOCONTROL interfaces from some quirk
Marcus Glocker
2009-02-20
Bring NO_CCB to cac(4), which helps bio work better without
Kenneth R Westerback
2009-02-19
Indicate if a thermal sensor is present on ddr3 modules.
Jonathan Gray
2009-02-19
Move most of spdmem match logic into the driver and add crc16/ddr3
Jonathan Gray
2009-02-19
the uaa structure (and things it points, for instance ifaces) is only
Theo de Raadt
2009-02-19
suspend/resume bits so that we can develop this in tree. This is disabled.
Marco Peereboom
2009-02-19
Don't use scsi_xfer if we don't run a command came from the scsi layer.
Alexander Yurchenko
2009-02-18
Disable all IGPGART chipsets in radeondrm for release.
Owain Ainsworth
2009-02-18
Make the best guesses possible about newer usb modems and in which modes
Theo de Raadt
2009-02-18
sync
Theo de Raadt
2009-02-18
add about 30 or so newer GSM/whatever modems
Theo de Raadt
2009-02-18
Backout PDC & PPC changes because it hangs several laptops.
Marco Peereboom
2009-02-17
- add more bioctl support, now physical drives info available
Alexander Yurchenko
2009-02-17
Don't leak the dmamap on freeing memory.
Owain Ainsworth
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-02-16
Be a litte bit more paranoid and validate the APIC table before committing
Mark Kettenis
2009-02-16
Kill ring.high_mark. it's unused.
Owain Ainsworth
2009-02-15
The core drm code calls drm_irq_uninstall() when needed at lastclose.
Owain Ainsworth
2009-02-15
dev_priv->irq_enabled is only set to zero and then ignored. kill it.
Owain Ainsworth
2009-02-15
radeon_do_cp_resume was only called in one place (and that function just
Owain Ainsworth
2009-02-15
the body of radeon_do_cp_flush() has been if 0ed out forever. so remove
Owain Ainsworth
2009-02-15
Some knf nits.
Owain Ainsworth
2009-02-15
destatic and deinline. return type on line before rest of function
Owain Ainsworth
2009-02-15
on IGPGART chipsets, map the pcigart table uncached. This fixes some bugs for
Owain Ainsworth
2009-02-15
for the sake of correctness bus_dmamap_sync when necessary for the
Owain Ainsworth
2009-02-15
Remove some ifdeffed out debugging code that I'm not so fond of.
Owain Ainsworth
2009-02-15
Remove some dead and unneeded defines, types and prototypes.
Owain Ainsworth
2009-02-15
Make the pcigart functions return 0 on success and an errno on failure,
Owain Ainsworth
2009-02-15
Split out the switch statement that writes the pcigart table entry into
Owain Ainsworth
2009-02-15
Remove drm_pci_alloc and associated definitions.
Owain Ainsworth
2009-02-15
Convert intel hardware-status-page allocation over to new dmamem api.
Owain Ainsworth
2009-02-15
convert drm_scatter code over to using the new dmamem api.
Owain Ainsworth
2009-02-15
convert the pcigart case where the gart table is in system memory over
Owain Ainsworth
2009-02-15
Convert CONSISTENT maps over to dmamem api.
Owain Ainsworth
2009-02-15
convert drm_addbufs_pci over to new dmamem api.
Owain Ainsworth
2009-02-15
Convert machdrm over to new dmamem api.
Owain Ainsworth
2009-02-15
introduce drm_dmamem_alloc() to allocate dma memory with bus_dma.
Owain Ainsworth
2009-02-15
do not check malloc return value against NULL, as M_WAITOK is used
Charles Longeau
2009-02-15
change M_WAITOK --> M_WAITOK | M_CANFAIL
Charles Longeau
2009-02-15
attach the Intel WiFi Link 100 and 6000 Series (though no firmware
Damien Bergamini
2009-02-15
regen
Jonathan Gray
2009-02-15
Radeon HD 3100/3300 and Intel X58 ids.
Jonathan Gray
2009-02-15
avoid possibly using an uninitialized variable.
Jacob Meuser
2009-02-14
this was not even test compiled without VLAN support
Theo de Raadt
[next]