index
:
~marcoz/xserver
server-1.13-branch
Unnamed repository; edit this file 'description' to name the repository.
marcoz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
int10
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
7
-75
/
+78
2008-11-30
Remove declarations of symbols that are never defined.
Paulo Cesar Pereira de Andrade
1
-1
/
+0
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
6
-47
/
+47
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
2
-2
/
+2
2008-11-27
Export symbols required by the vesa and fbdev drivers.
Paulo Cesar Pereira de Andrade
3
-12
/
+12
2008-11-25
Warning fix
Adam Jackson
1
-0
/
+2
2008-11-24
Bus: Remove ISA support.
Adam Jackson
1
-13
/
+0
2008-10-14
int10: Degrade the checksum warning to X_INFO.
Adam Jackson
1
-1
/
+1
2008-10-07
int10: Fix a nasty memory leak.
Adam Jackson
1
-0
/
+2
2008-10-07
int10: Don't warn when scanning for devices we don't have.
Adam Jackson
1
-7
/
+1
2008-10-07
int10: Remove useless check.
Adam Jackson
1
-7
/
+0
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-3
/
+3
2008-08-18
int10: Fix int1A for %ax == 0xB101.
Adam Jackson
1
-1
/
+27
2008-06-24
Bug #11842: Fix emulation of int1A PCI BIOS services.
Adam Jackson
1
-6
/
+6
2008-04-04
Fix PCI config space cycles from int10 emulator.
Adam Jackson
1
-1
/
+1
2008-03-13
Bug #14332: Fix PCI access cycles from x86emu.
Bart Trojanowski
1
-7
/
+50
2008-03-01
clean some "unused" warnings
George Sapountzis
1
-2
/
+0
2007-08-30
Fixing a misleading comment which could suggest a GPL violation.
Egbert Eich
1
-2
/
+2
2007-08-23
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
4
-234
/
+91
2007-07-27
Remove all trace of Option "BiosLocation".
Adam Jackson
3
-182
/
+27
2007-07-03
Fix build when int10 doesn't use x86emu.
Michel Dänzer
1
-0
/
+2
2007-07-02
Make x86emu's I/O cycle tracing more useful.
Adam Jackson
1
-58
/
+59
2007-01-24
Move xf86ReadLegacyBIOS to the one place that uses it.
Ian Romanick
1
-1
/
+55
2007-01-15
Convert to new pci_device_cfg_write_u* interface.
Ian Romanick
2
-6
/
+6
2007-01-11
Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.
Ian Romanick
4
-32
/
+12
2006-12-13
Set Int10Current->Tag for the linux native int10 module
Alan Hourihane
1
-1
/
+1
2006-12-08
Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...
Ian Romanick
2
-15
/
+20
2006-11-04
Merge master back to randr-1.2
Keith Packard
2
-10
/
+14
2006-11-03
Make int10 fully domain aware.
Egbert Eich
1
-7
/
+6
2006-11-03
Build with -D_PC on ix86 only.
Matthias Hopf
1
-3
/
+8
2006-09-18
Remove smashing of CFLAGS from server build.
Keith Packard
1
-3
/
+3
2006-08-08
Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that's
Ian Romanick
1
-14
/
+3
2006-08-02
Move xf86FindPciDeviceVendor and xf86FindPciClass from xf86pciBus.c to
Ian Romanick
1
-9
/
+65
2006-07-25
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
8
-8
/
+0
2006-07-21
Fix stupid typos.
Ian Romanick
1
-2
/
+2
2006-07-21
Make the various implementations of xf86ExtendedInitInt10 use the
Ian Romanick
4
-75
/
+27
2006-07-21
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Ian Romanick
5
-132
/
+168
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
9
-9
/
+0
2006-07-20
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
Ian Romanick
1
-1
/
+1
2006-07-18
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
Daniel Stone
1
-1
/
+1
2006-07-14
Add some const qualifiers to serveral function parameters.
Ian Romanick
3
-10
/
+11
2006-07-14
Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. This
Ian Romanick
1
-23
/
+16
2006-07-14
Refactor common code from the generic.c and linux.c version of
Ian Romanick
3
-85
/
+121
2006-07-14
Refactor identical xf86InitInt10 function from generic.c and linux.c
Ian Romanick
2
-6
/
+6
2006-07-14
Trivial refactor of libint10_la_SOURCES.
Ian Romanick
1
-7
/
+13
2006-06-21
Eliminate "ugly" spaces around parenthesis. Add const qualifier.
Ian Romanick
1
-14
/
+19
2006-06-07
Added a comment about some suspicious code.
Ian Romanick
1
-0
/
+3
2006-06-07
Fixed severly broken calls to pci_device_find_by_slot. I mis-read the
Ian Romanick
1
-26
/
+12
2006-06-07
Added missing include of Pci.h. This caused the server to terminate
Ian Romanick
1
-3
/
+3
2006-06-07
Initial batch of changes for PCI rework. All future changes will be
Ian Romanick
4
-69
/
+98
[next]