index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hw
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-04
parisc: Fix detection of mptsas and esp scsi drivers
Helge Deller
1
-12
/
+12
2023-10-14
parisc/c3700: Add support for C3700 workstation with Astro/Elroy
Helge Deller
1
-0
/
+67
2021-09-24
pci.c: Add PCI ports for PA-RISC and access PCI bus in little-endian
Helge Deller
1
-4
/
+9
2020-05-25
pci: fix mmconfig support
Gerd Hoffmann
1
-6
/
+6
2020-03-27
pci: add mmconfig support
Gerd Hoffmann
1
-12
/
+52
2020-03-27
pci: factor out ioconfig_cmd()
Gerd Hoffmann
1
-6
/
+11
2017-09-14
pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...
Aleksandr Bezzubikov
1
-0
/
+24
2017-03-13
resume: Don't attempt to use generic reboot mechanisms on QEMU
Kevin O'Connor
1
-1
/
+0
2016-02-03
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
1
-209
/
+4
2016-02-03
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Kevin O'Connor
1
-26
/
+0
2016-02-03
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
1
-4
/
+2
2016-02-02
pci: Consistently set pci->have_drivers for devices with internal drivers
Kevin O'Connor
1
-0
/
+3
2016-02-02
pci: Add helper functions for internal driver BAR handling
Kevin O'Connor
1
-0
/
+58
2015-06-30
pci: allow to loop over capabilities
Gerd Hoffmann
1
-3
/
+8
2014-04-16
hw/pci: check if pci2pci bridges implement optional limit registers
Marcel Apfelbaum
1
-0
/
+26
2014-04-16
hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attached
Marcel Apfelbaum
1
-0
/
+19
2014-04-08
Minor - remove unused includes from pci.c.
Kevin O'Connor
1
-5
/
+1
2014-01-29
Remove pci_writel() and pci_readl() functions.
Kevin O'Connor
1
-46
/
+0
2013-09-28
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-4
/
+5
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
1
-0
/
+1
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-0
/
+277