index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bus
/
isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[isa] Avoid spurious compiler warning on gcc 4.7
Michael Brown
2012-07-20
1
-3
/
+3
*
[device] Make driver name a generic device property
Michael Brown
2011-04-07
1
-0
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-2
/
+2
*
[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
*
[isa] Fix a small typo in isa.c.
Pantelis Koukousoulas
2008-11-08
1
-2
/
+2
*
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Michael Brown
2008-10-12
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
*
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
Michael Brown
2007-03-10
1
-128
/
+112
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-2
/
+4
*
Added soon-to-be-requisite missing include.
Michael Brown
2006-06-05
1
-0
/
+1
*
isa.c uses the new table infrastructure.
Michael Brown
2005-04-27
1
-2
/
+2
*
ISA bus driver updated to report devices as present only if a driver
Michael Brown
2005-04-26
1
-38
/
+52
*
Added "name" field to bus structure.
Michael Brown
2005-04-25
1
-7
/
+8
*
Must not go beyond end of driver's probe list.
Michael Brown
2005-04-22
1
-1
/
+4
*
Updated all common buses to new API.
Michael Brown
2005-04-22
1
-99
/
+117
*
Fix BUILD_SERIAL.
Michael Brown
2005-04-18
1
-4
/
+14
*
Move RELOCATE into config.h
Michael Brown
2005-04-18
1
-3
/
+17
*
Use only the header files that we need
Michael Brown
2005-04-17
1
-1
/
+1
*
Improved debugging output
Michael Brown
2005-04-16
1
-0
/
+2
*
Make isa_probe_addr a simple integer rather than a struct, to facilitate
Michael Brown
2005-04-16
1
-3
/
+6
*
Standardised debug message.
Michael Brown
2005-04-14
1
-1
/
+1
*
Added a generalised ISA device-probing mechanism.
Michael Brown
2005-04-14
1
-0
/
+123