index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
/
legacy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Overwrite the device descriptor's IRQ number with whatever the legacy
Michael Brown
2007-12-15
1
-0
/
+8
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-1
/
+1
*
Use net_device_operations structure and netdev_nullify() to allow for
Michael Brown
2007-07-07
1
-21
/
+30
*
Enable/disable interrupts in driver open/close.
Michael Brown
2007-07-03
1
-3
/
+8
*
How has the legacy wrapper been working for the past month or so...?
Michael Brown
2007-07-01
1
-1
/
+2
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-3
/
+3
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-15
/
+15
*
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
Michael Brown
2007-03-10
1
-20
/
+14
*
Remove no-longer-used variable
Michael Brown
2007-02-19
1
-1
/
+0
*
Fix padding problem - from Michael
James Harper
2007-02-10
1
-3
/
+1
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-0
/
+1
*
Add RX quotas to the net device poll() method. This avoids the problem
Michael Brown
2007-01-09
1
-1
/
+4
*
Added net device TX queue; this will be needed to support the PXE UNDI API
Michael Brown
2007-01-09
1
-1
/
+1
*
Make open() and close() an official part of the netdevice API.
Michael Brown
2007-01-04
1
-0
/
+10
*
Improve debugging output for legacy wrapper
Michael Brown
2006-06-16
1
-1
/
+5
*
Legacy drivers cannot cope with multiple active devices.
Michael Brown
2006-06-08
1
-0
/
+7
*
Force pci.o to be included.
Michael Brown
2006-06-05
1
-0
/
+5
*
Legacy drivers will not pad when necessary
Michael Brown
2006-06-05
1
-0
/
+4
*
Added a very quick and dirty compatibility layer, to allow
Michael Brown
2006-06-05
1
-0
/
+104