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-03-07
regen
Jonathan Gray
2009-03-07
Mobility Radeon HD 3400 from Eric JACQUOT and some
Jonathan Gray
2009-03-06
Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s.
Alexander Yurchenko
2009-03-05
Demacro the inteldrm ring macros too, making them use bus_space_write
Owain Ainsworth
2009-03-05
De-macro the ring manipulation macros in favour of functions. Saves a
Owain Ainsworth
2009-03-05
Additional paranoia for the indirect buffer checking.
Owain Ainsworth
2009-03-05
Do a similar thing to inteldrm re removing the old vblank crtc
Owain Ainsworth
2009-03-05
Kill a bunch of (long long long) dead ioctls.
Owain Ainsworth
2009-03-05
Remove the stats_boxes counters and associated code from radeondrm.
Owain Ainsworth
2009-03-05
Add support for IBM ServeRAID-8k. Thanks to Sergey Prysiazhnyi
Alexander Yurchenko
2009-03-04
don't bus_space_unmap() sc->mt_ioh with the wrong bus tag
Alexandre Ratchov
2009-03-03
shorten sizes of variables to the required number of bits, and remove
Theo de Raadt
2009-03-03
attempt support for a single-port variant of the NetMos NM9835 by looking
Theo de Raadt
2009-03-03
regen
Alexander Yurchenko
2009-03-03
Add IBM Remote Supervisor Adapter found on lpinto's machine.
Alexander Yurchenko
2009-03-01
Switch more info printfs to debug. The average user doesn't want to see
Owain Ainsworth
2009-03-01
Time to turn off debug by default. It shrinks ramdisk as a bonus.
Alexander Yurchenko
2009-03-01
Add sensors support.
Alexander Yurchenko
2009-03-01
- add missing letoh32
Alexander Yurchenko
2009-02-27
set interrupt moderation timer for tx; otherwise interrupt always for tx
Kevin Lo
2009-02-26
fix the multicast code; tested by sthen@
Kevin Lo
2009-02-25
Fix up multicast support, from brad.
Jonathan Gray
2009-02-25
On full mask revision 2 or later default to
Jonathan Gray
2009-02-25
add Atheros AR8121/AR8113/AR8114 Ethernet controller(also known as L1E).
Kevin Lo
2009-02-24
The original SiS chips seem to have an bug that marks VLAN tagged packets
Claudio Jeker
2009-02-23
regen
Jonathan Gray
2009-02-23
Match on the SAS1078DE which appears to be used in at least the
Jonathan Gray
2009-02-23
- fix test for IPv4 checksum
Kevin Lo
2009-02-22
Make Yukon-2 FE+ (88E8040, 88E8042) work.
Mark Kettenis
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-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
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
[next]