xserver-xorg-video-radeonhd: Changes to 'refs/tags/xserver-xorg-video-radeonhd-0.0.1+git20070920-1'
Tag 'xserver-xorg-video-radeonhd-0.0.1+git20070920-1' created by David Nusinow <dnusinow@debian.org> at 2007-09-21 01:34 +0000
Tagging upload of xserver-xorg-video-radeonhd-0.0.1+git20070920-1 to experimental.
Changes since xserver-xorg-video-radeonhd-0.0.1+git20070918-1:
Brice Goglin (1):
add closer
David Nusinow (4):
* Get rid of leftover cruft in the -dbg package's description
Merge branch 'upstream-experimental' into debian-experimental
Change arch to any; closes: #443302
Update patch for new upstream version
Egbert Eich (7):
Adding AMD's AtomBIOS parser.
Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-radeonhd
Fixed another missing \n.
Fixed AtomBios/include -> AtomBios/includes.
Added test for NetBSD.
Fixed a type conflict when building with AtomBIOS parser.
Removed some test code, restored original version.
Evgeni Golov (1):
Fixed message string for AtomBIOS parser disable.
Hans Ulrich Niedermann (1):
Fix builds with srcdir != builddir.
Luc Verhaegen (10):
Add conntest utility.
Remove experimental checking.
IDs: Add "Lenovo Thinkpad T60 (2007)"
ID: add "Lenovo Thinkpad Z61m"
ID: add "Asus EAX1650 Silent"
ID: add Dell Inspiron E1505
ID: Add GeCube X1950 Pro
ID: MacBook Pro 2.2
ID: Toshiba Satellite A100-773
Fix missing \n in rhdModeLayoutSelect
Matt Kraai (4):
Fix the misspellings of "whether"
Fix the spelling of RHD_UNKNOWN.
Fixed the atombios-parser option.
Fixed a wrongly applied patch. Sorry Matt.
Yanko Kaneti (1):
Fix paths to include files ('make distcheck' works now).
---
.gitignore | 3
configure.ac | 12
debian/changelog | 9
debian/control | 5
debian/patches/01_gen_pci_ids.diff | 11
src/AtomBios/CD_Operations.c | 954 +++++++++++++++++++++++++++++++
src/AtomBios/Decoder.c | 235 +++++++
src/AtomBios/hwserv_drv.c | 348 +++++++++++
src/AtomBios/includes/CD_Common_Types.h | 150 +++++
src/AtomBios/includes/CD_Definitions.h | 49 +
src/AtomBios/includes/CD_Opcodes.h | 181 ++++++
src/AtomBios/includes/CD_Structs.h | 464 +++++++++++++++
src/AtomBios/includes/CD_binding.h | 46 +
src/AtomBios/includes/CD_hw_services.h | 318 ++++++++++
src/AtomBios/includes/Decoder.h | 86 ++
src/AtomBios/includes/regsdef.h | 25
src/Makefile.am | 24
src/rhd.h | 2
src/rhd_atombios.c | 2
src/rhd_driver.c | 23
src/rhd_id.c | 73 +-
utils/conntest/Makefile | 9
utils/conntest/README | 112 +++
utils/conntest/rhd_conntest.c | 958 ++++++++++++++++++++++++++++++++
24 files changed, 4005 insertions(+), 94 deletions(-)
---
Reply to: