index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor regexp tweaks to catch degenerate cases.
Michael Brown
2005-04-13
2
-16
/
+8
*
Auto-updated using
Michael Brown
2005-04-13
23
-184
/
+92
*
Use dev's print_info method to print standardised information about
Michael Brown
2005-04-13
1
-0
/
+3
*
Add print_info method to dev_operations.
Michael Brown
2005-04-13
1
-0
/
+4
*
We now record a pointer to the struct pci_device, since it's carried
Michael Brown
2005-04-13
1
-1
/
+1
*
Able to at least compile again now.
Michael Brown
2005-04-12
1
-50
/
+41
*
Add dummy_connect and dummy_irq
Michael Brown
2005-04-12
2
-4
/
+18
*
Remove debugging by default
Michael Brown
2005-04-12
1
-2
/
+0
*
Updated to new device API.
Michael Brown
2005-04-12
1
-57
/
+50
*
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
*
Fixed up PCI-scanning code to use new PCI interface.
Michael Brown
2005-04-12
1
-21
/
+14
*
Make adjust_pci_device global, since many drivers call it.
Michael Brown
2005-04-12
2
-1
/
+2
*
Fix up find_pci_device so that it can be used for scanning for devices
Michael Brown
2005-04-12
5
-44
/
+66
*
Use pci_{vendor,device}_id instead of just pci_{vendor,device}, to avoid
Michael Brown
2005-04-12
1
-3
/
+3
*
Tie into new boot device framework.
Michael Brown
2005-04-12
1
-17
/
+50
*
struct nic is now part of struct dev, rather than the other way around.
Michael Brown
2005-04-12
1
-111
/
+87
*
Needs to be updated to new probe logic.
Michael Brown
2005-04-12
1
-0
/
+6
*
All code related to the device probe logic is ifdeffed 0 out.
Michael Brown
2005-04-12
1
-26
/
+40
*
Global struct dev is now in main.c
Michael Brown
2005-04-12
1
-3
/
+0
*
print_drivers() is now unified.
Michael Brown
2005-04-12
1
-67
/
+6
*
Now obsolete. :)
Michael Brown
2005-04-12
1
-195
/
+0
*
All boot device drivers are now lumped together in boot_drivers
Michael Brown
2005-04-12
1
-6
/
+3
*
Matches new pci.c interface.
Michael Brown
2005-04-12
1
-114
/
+82
*
Add INIT_PCIBIOS
Michael Brown
2005-04-12
1
-4
/
+5
*
For pci_io.c
Michael Brown
2005-04-12
1
-0
/
+20
*
Replaced main loop with a trivial implementation so that we can try
Michael Brown
2005-04-12
1
-21
/
+40
*
16-bit PCI BIOS interface also now known to work.
Michael Brown
2005-04-12
1
-2
/
+0
*
main.c contains the global struct dev.
Michael Brown
2005-04-12
1
-0
/
+4
*
Obsoleted by new device probing mechanism.
Michael Brown
2005-04-12
2
-136
/
+0
*
New device probing mechanism
Michael Brown
2005-04-12
2
-107
/
+83
*
New PCI scan functions now work.
Michael Brown
2005-04-12
1
-77
/
+114
*
Improved debug messages
Michael Brown
2005-04-12
1
-0
/
+8
*
Should work for KEEP_IT_REAL as well now.
Michael Brown
2005-04-12
1
-3
/
+3
*
Nearly there...
Michael Brown
2005-04-12
1
-292
/
+383
*
Removed pci_find_device_x; it was too ugly to live.
Michael Brown
2005-04-12
1
-137
/
+2
*
New device probing mechanism written, not tested.
Michael Brown
2005-04-11
1
-0
/
+126
*
Moved functions that we want to keep to drivers/bus/pci.c
Michael Brown
2005-04-11
1
-142
/
+0
*
Moved in functions from old core/pci.c that we want to keep.
Michael Brown
2005-04-11
1
-0
/
+144
*
Renamed pci.c to pci_legacy.c in preparation for new bus managment
Michael Brown
2005-04-11
1
-0
/
+0
*
Removed references to no-longer-existent CFLAGS options.
Michael Brown
2005-04-11
1
-63
/
+8
*
Changed guard name to avoid clash with INCLUDE_xxx namespace used by
Michael Brown
2005-04-11
1
-3
/
+4
*
Cleaner separation of functionality between post_reloc and
Michael Brown
2005-04-11
1
-14
/
+8
*
Almost all information in this file is now obsolete. Writing a new driver
Michael Brown
2005-04-11
1
-91
/
+0
*
initialise() doesn't take regs
Michael Brown
2005-04-10
1
-2
/
+2
*
arch_initialise() is now sufficiently generic that we may as well just
Michael Brown
2005-04-10
5
-31
/
+30
*
Use librm_arch_initialise for librm, arch_initialise for others.
Michael Brown
2005-04-10
1
-4
/
+7
*
Heading towards a sane set of control functions
Michael Brown
2005-04-10
1
-27
/
+39
*
All the icky stuff is now taken care of by librm_arch_initialise
Michael Brown
2005-04-10
1
-30
/
+2
*
Fix up init ordering.
Michael Brown
2005-04-10
1
-5
/
+6
[next]