index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bus
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pci] Generalise pci_num_bus() to pci_discover()
Michael Brown
2022-09-15
1
-13
/
+21
*
[pci] Check for wraparound in callers of pci_find_next()
Michael Brown
2022-09-15
1
-3
/
+3
*
[pci] Allow pci_find_next() to return non-zero PCI segments
Michael Brown
2022-09-15
1
-8
/
+8
*
[pci] Ensure that pci_read_config() initialises all fields
Michael Brown
2022-02-16
1
-0
/
+5
*
[pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECT
Michael Brown
2021-04-10
1
-2
/
+25
*
[pci] Support systems with multiple PCI root bridges
Michael Brown
2016-06-09
1
-4
/
+4
*
[pci] Rewrite unrelicensable portions of pci.h
Michael Brown
2015-03-03
1
-8
/
+8
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[pci] Allow drivers to specify a PCI class
Michael Brown
2015-02-02
1
-3
/
+6
*
[pci] Add pci_find_next() to iterate over existent PCI devices
Michael Brown
2013-08-05
1
-21
/
+44
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[pci] Modularise PCI device support
Michael Brown
2011-02-17
1
-47
/
+79
*
[pci] Make driver PCI ID a property of the PCI device
Michael Brown
2011-02-17
1
-3
/
+3
*
[pci] Replace pci_max_bus() with pci_num_bus()
Michael Brown
2011-02-17
1
-1
/
+1
*
[pci] Use single "busdevfn" field in struct pci_device
Michael Brown
2011-02-17
1
-60
/
+57
*
[pci] Standardise debug message format
Michael Brown
2010-11-24
1
-19
/
+17
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-3
/
+3
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
1
-6
/
+1
*
[pci] Enable memory cycles in adjust_pci_device()
Michael Brown
2008-12-12
1
-1
/
+2
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-1
/
+1
*
Revert "convert to zalloc"
Holger Lubitz
2007-07-07
1
-1
/
+2
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
pxe_netdev now holds a reference to the network device.
Michael Brown
2007-07-02
1
-0
/
+3
*
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
Michael Brown
2007-03-10
1
-3
/
+3
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Add device description fields to struct device.
Michael Brown
2007-01-10
1
-0
/
+4
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-5
/
+11
*
Added support for wildcard device/vendor ID matches
Michael Brown
2007-01-08
1
-1
/
+4
*
Add device to hierarchy before calling the driver's probe() function; this
Michael Brown
2007-01-08
1
-21
/
+16
*
Remove warning (at least on platforms with uint32_t == unsigned long).
Michael Brown
2006-12-20
1
-1
/
+1
*
Use stdlib.h for malloc() instead of malloc.h.
Michael Brown
2006-12-19
1
-1
/
+1
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Strip down i386 PCI configuration space I/O to the bare minimum. A
Michael Brown
2006-05-17
1
-11
/
+4
*
Restructured PCI subsystem to fit the new device model.
Michael Brown
2006-05-16
1
-298
/
+270
*
Header rearrangement.
Michael Brown
2006-04-24
1
-1
/
+1
*
Merge from Etherboot 5.4
Michael Brown
2006-03-16
1
-4
/
+5
*
Added "name" field to bus structure.
Michael Brown
2005-04-25
1
-7
/
+8
*
Updated all common buses to new API.
Michael Brown
2005-04-22
1
-10
/
+10
*
Tweaked API to minimise changes to existing drivers even further.
Michael Brown
2005-04-21
1
-9
/
+9
*
Created a bus/device API that allows for the ROM prefix to specify an
Michael Brown
2005-04-21
1
-118
/
+135
*
Use only the header files that we need
Michael Brown
2005-04-17
1
-1
/
+3
*
Place the call to adjust_pci_device() back in the individual drivers,
Michael Brown
2005-04-16
1
-3
/
+0
*
Consistency
Michael Brown
2005-04-16
1
-1
/
+2
*
Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present.
Michael Brown
2005-04-16
1
-1
/
+22
*
Read number of PCI buses returned by BIOS so that we can scan more
Michael Brown
2005-04-16
1
-0
/
+11
*
Made debug messages more consistent.
Michael Brown
2005-04-16
1
-1
/
+1
*
Improved debug messages.
Michael Brown
2005-04-16
1
-13
/
+13
*
Improve debug message legibility.
Michael Brown
2005-04-15
1
-1
/
+1
[next]