summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/legacy.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-051-3/+3
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-181-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [NETDEV] Add notion of link stateMichael Brown2008-04-221-0/+3
* Overwrite the device descriptor's IRQ number with whatever the legacyMichael Brown2007-12-151-0/+8
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-071-21/+30
* Enable/disable interrupts in driver open/close.Michael Brown2007-07-031-3/+8
* How has the legacy wrapper been working for the past month or so...?Michael Brown2007-07-011-1/+2
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-271-3/+3
* pkbuff->iobuf changeoverMichael Brown2007-05-191-15/+15
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-20/+14Star
* Remove no-longer-used variableMichael Brown2007-02-191-1/+0Star
* Fix padding problem - from MichaelJames Harper2007-02-101-3/+1Star
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-0/+1
* Add RX quotas to the net device poll() method. This avoids the problemMichael Brown2007-01-091-1/+4
* Added net device TX queue; this will be needed to support the PXE UNDI APIMichael Brown2007-01-091-1/+1
* Make open() and close() an official part of the netdevice API.Michael Brown2007-01-041-0/+10
* Improve debugging output for legacy wrapperMichael Brown2006-06-161-1/+5
* Legacy drivers cannot cope with multiple active devices.Michael Brown2006-06-081-0/+7
* Force pci.o to be included.Michael Brown2006-06-051-0/+5
* Legacy drivers will not pad when necessaryMichael Brown2006-06-051-0/+4
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-051-0/+104