index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pcibios.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce #ifs by weeding out some cross-chunk function definitions.
Kevin O'Connor
2010-01-03
1
-2
/
+0
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-3
/
+45
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-6
/
+6
*
Minor - use a struct when working with pcibios 1ab10e param.
Kevin O'Connor
2009-01-21
1
-8
/
+13
*
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
2009-01-19
1
-5
/
+5
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-3
/
+3
*
Fix apparent bug in pci bios handle_1ab10e function.
Kevin O'Connor
2009-01-19
1
-1
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Move pir table offset from ebda to a global variable.
Kevin O'Connor
2008-12-28
1
-5
/
+7
*
Don't allow start_bdf with new auto max bus detection code.
Kevin O'Connor
2008-12-04
1
-23
/
+28
*
Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...
Kevin O'Connor
2008-11-29
1
-1
/
+6
*
Overhaul PCI config functions.
Kevin O'Connor
2008-11-09
1
-23
/
+29
*
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
2008-11-08
1
-1
/
+1
*
Rename pci_find_class() to pci_find_classprog(), and add new functions.
Kevin O'Connor
2008-08-31
1
-1
/
+1
*
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
2008-08-29
1
-1
/
+1
*
Return max bus number in int 1a/b101 call.
Kevin O'Connor
2008-08-17
1
-5
/
+4
*
Misc fixes and updates.
Kevin O'Connor
2008-07-19
1
-0
/
+1
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+2
*
PCI fixes
Kevin O'Connor
2008-06-21
1
-1
/
+1
*
Generate PIR table at post time.
Kevin O'Connor
2008-06-12
1
-100
/
+8
*
Move PIR table definitions to pcibios.h.
Kevin O'Connor
2008-06-11
1
-28
/
+2
*
Update PCI devid of PIR table.
Kevin O'Connor
2008-06-07
1
-4
/
+6
*
PCI enhancements.
Kevin O'Connor
2008-05-24
1
-62
/
+25
*
Minor change - use set_success() instead of set_cf in pcibios.c.
Kevin O'Connor
2008-03-21
1
-1
/
+1
*
Basic support for PCI BIOS.
Kevin O'Connor
2008-03-16
1
-0
/
+322