summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-0515-13/+106
* Rewrote to use the new net driver API, the updated PCI API, and theMichael Brown2006-05-271-316/+372
* Use insb/outsb; it's marginally faster.Michael Brown2006-05-201-9/+2Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-1629-91/+81Star
* Transmit the buffer contents, not the buffer descriptor...Michael Brown2006-04-281-2/+4
* Add missing {register,free}_netdev().Michael Brown2006-04-241-1/+15
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-244-7/+7
* Header rearrangement.Michael Brown2006-04-2433-33/+33
* Network API now allows for multiple network devices (although theMichael Brown2006-04-241-101/+112
* Build in gpxeMichael Brown2006-03-161-23/+14Star
* Remove accidental duplicate arising from mergeMichael Brown2006-03-161-25/+1Star
* Build under gpxeMichael Brown2006-03-161-17/+15Star
* Back out duplication arising from the mergeMichael Brown2006-03-161-19/+0Star
* Fix to compile under gpxeMichael Brown2006-03-161-1/+1
* Merge from Etherboot 5.4Michael Brown2006-03-161-0/+19
|\
* | Merge from Etherboot 5.4Michael Brown2006-03-162-64/+559
|\|
* | Merge from Etherboot 5.4Michael Brown2006-03-168-13/+7614
|\|
* | Merge from Etherboot 5.4Michael Brown2006-03-1627-0/+16415
|\|
* | Reorder functions to match the linux driver.George Baum2005-07-111-522/+554
* | Fix COMET TxUnderrun issueTimothy Legge2005-06-171-0/+2
* | Jan Kiszka provided a patch for the smc9000 for missing phy-setupTimothy Legge2005-06-022-1/+562
* | the uncontroversal gcc 4.0 compilation fixesGeorge Baum2005-05-232-4/+4
* | Imported from Etherboot 5.4 treeMichael Brown2005-05-192-0/+1310
|\|
* | Synced across updates from Etherboot 5.4 treeMichael Brown2005-05-1919-329/+642
|/
* Make PCI ID tables const so as not to trigger a warning about a largeMichael Brown2005-05-032-2/+2
* Move tulip_private structure into shared data.Michael Brown2005-05-031-19/+20
* D'ohMichael Brown2005-05-031-1/+1
* Use __sharedMichael Brown2005-05-031-1/+1
* Added example of how to use __shared.Michael Brown2005-05-031-25/+47
* Symbol fixupsMichael Brown2005-05-0315-177/+185
* Arbitrary alignment is now available.Michael Brown2005-05-031-52/+28Star
* Use shared symbolsMichael Brown2005-05-021-9/+10
* Use shared symbols to save spaceMichael Brown2005-05-021-10/+13
* Moved definition of __shared into compiler.hMichael Brown2005-05-022-2/+0Star
* Correct symbol violations reported by "make symcheck"Michael Brown2005-05-022-21/+27
* Automatically updated withMichael Brown2005-04-2633-78/+40Star
* Added "name" field to struct bus_driverMichael Brown2005-04-251-7/+8
* Symbol errors caught by symcheck.plMichael Brown2005-04-233-3/+3
* TypoMichael Brown2005-04-221-1/+1
* Ensured that all drivers call xxx_fill_nic().Michael Brown2005-04-226-14/+9Star
* Coerced into compilingMichael Brown2005-04-2211-34/+35
* Updated to new device probing APIMichael Brown2005-04-221-13/+20
* Coerced into compilingMichael Brown2005-04-223-11/+9Star
* Coerced into compiling.Michael Brown2005-04-221-3/+3
* Coerced into actually compiling.Michael Brown2005-04-221-4/+4
* Fields in struct pci_device slightly changed.Michael Brown2005-04-221-4/+2Star
* Documented where to get hold of the datasheet.Michael Brown2005-04-221-5/+7
* Updated to new API.Michael Brown2005-04-221-11/+12
* Updated to new bus API, and improved using the 3c5x9 reference manual.Michael Brown2005-04-221-112/+274
* disable() is a voidMichael Brown2005-04-221-1/+1