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