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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo
Michael Brown
2005-04-14
1
-1
/
+1
*
Added a generalised ISA device-probing mechanism.
Michael Brown
2005-04-14
1
-14
/
+65
*
Fix BOOT_DRIVER to assign unique and meaningful name to structure.
Michael Brown
2005-04-14
1
-2
/
+2
*
bus header files must include dev.h to get struct dev.
Michael Brown
2005-04-14
3
-1
/
+5
*
Tweak API to allow separation of bus-scanning and device-probing logic.
Michael Brown
2005-04-14
3
-9
/
+7
*
Separate out bus-scanning and device-probing logic.
Michael Brown
2005-04-14
1
-5
/
+19
*
Allow for multiple BOOT_DRIVER()s in the same file, provided that they
Michael Brown
2005-04-14
1
-1
/
+1
*
We need the ISA product ID mask available separately for 3c509.c.
Michael Brown
2005-04-14
1
-2
/
+3
*
Automatically create DBG() macro based on debug_<object> macro.
Michael Brown
2005-04-14
1
-0
/
+20
*
Use the magic of common symbols to allow struct dev to effectively grow at
Michael Brown
2005-04-14
4
-14
/
+17
*
Extraced from 3c509.c
Michael Brown
2005-04-13
1
-0
/
+76
*
Add EISA as a bus type.
Michael Brown
2005-04-13
1
-4
/
+11
*
Created separate isa_ids.h file and a utility function to print out ISA
Michael Brown
2005-04-13
3
-8
/
+48
*
Add MCA devices
Michael Brown
2005-04-13
1
-0
/
+3
*
Extracted from 3c509.c
Michael Brown
2005-04-13
1
-0
/
+75
*
Fix type of dummy_irq()
Michael Brown
2005-04-13
1
-1
/
+1
*
Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139)
Michael Brown
2005-04-13
1
-0
/
+7
*
Add print_info method to dev_operations.
Michael Brown
2005-04-12
1
-0
/
+4
*
Add dummy_connect and dummy_irq
Michael Brown
2005-04-12
1
-0
/
+2
*
Cope with nic.h being included before (or without) dev.h
Michael Brown
2005-04-12
1
-4
/
+3
*
Include dev.h, since several drivers just include nic.h
Michael Brown
2005-04-12
1
-0
/
+3
*
Make adjust_pci_device global, since many drivers call it.
Michael Brown
2005-04-12
1
-0
/
+1
*
Fix up find_pci_device so that it can be used for scanning for devices
Michael Brown
2005-04-12
3
-6
/
+15
*
Tie into new boot device framework.
Michael Brown
2005-04-12
1
-17
/
+50
*
Matches new pci.c interface.
Michael Brown
2005-04-12
1
-114
/
+82
*
Add INIT_PCIBIOS
Michael Brown
2005-04-12
1
-4
/
+5
*
main.c contains the global struct dev.
Michael Brown
2005-04-12
1
-0
/
+4
*
New device probing mechanism
Michael Brown
2005-04-12
1
-107
/
+39
*
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
Michael Brown
2005-04-11
1
-3
/
+4
*
Fix up init ordering.
Michael Brown
2005-04-10
1
-5
/
+6
*
Add INIT_LIBRM before INIT_CONSOLE.
Michael Brown
2005-04-09
1
-6
/
+7
*
Removed basemem.c prototypes
Michael Brown
2005-04-09
1
-13
/
+0
*
Relocation code is arch-specific.
Michael Brown
2005-04-09
1
-6
/
+0
*
Removed references to old callback mechanism
Michael Brown
2005-04-09
1
-4
/
+0
*
callbacks.h no longer exists.
Michael Brown
2005-04-09
1
-1
/
+0
*
Callback mechanism now obsolete
Michael Brown
2005-04-09
1
-45
/
+0
*
Merged mcb30-realmode-redesign back to HEAD
Michael Brown
2005-04-08
9
-80
/
+148
*
Remove CODE16 as a global define; most files define it themselves
Michael Brown
2005-03-09
1
-5
/
+0
*
Initial revision
Michael Brown
2005-03-08
45
-0
/
+4796