summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* DBG MAC addr printout in driverMarty Connor2006-09-151-6/+5Star
* change MAC address printout to DBG using eth_ntoa (temporary legacy support)Marty Connor2006-09-151-1/+3
* Fix compile warnings, remove unused varMarty Connor2006-09-141-6/+2Star
* Fixed DBG macro format, fixed compile warnings. removed extra parameter from ...Marty Connor2006-09-141-25/+25
* Remove nic_disable call from drivers. Call should be made at a higher levelMarty Connor2006-09-148-11/+10Star
* Remove printf of MAC address in driver.Marty Connor2006-09-141-0/+2
* Fix gcc-induced reference to memcpyMichael Brown2006-09-011-1/+2
* Remove old-style debug messageMichael Brown2006-08-161-2/+0Star
* Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown2006-08-152-2/+0Star
* Temporary hack to work around the "TX overflow" problem in the interimMichael Brown2006-06-161-20/+3Star
* Add 4 bytes to maximum frame length to allow for the frame checksum.Michael Brown2006-06-161-1/+1
* Improve debugging output for legacy wrapperMichael Brown2006-06-161-1/+5
* Forward-port event queue fixes from 5.4 tree.Michael Brown2006-06-161-0/+27
* Forward-port start-of-day fixes from 5.4 treeMichael Brown2006-06-161-3/+31
* Forward-port reset-related changes from 5.4 tree.Michael Brown2006-06-161-46/+26Star
* Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-143-72/+222
* Move per-transition delays from generic bit-bashing layer to i2c layerMichael Brown2006-06-142-8/+15
* Translate between "0 = success" and "0 = failure" call standards.Michael Brown2006-06-141-2/+2
* Change read_bit() to return 0 or -1UL, rather than 0 or 1.Michael Brown2006-06-122-3/+5
* Updated debug message to reflect change in data structure.Michael Brown2006-06-121-2/+3
* Update to use the generic i2c bit-bashing code.Michael Brown2006-06-111-223/+68Star
* Added bit-bashing i2c interface codeMichael Brown2006-06-111-0/+313
* Added sketch of bit-bashing interface common codeMichael Brown2006-06-081-0/+55
* 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
* PNIC doesn't auto-pad.Michael Brown2006-06-051-0/+8
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-0515-13/+106
* Added soon-to-be-requisite missing include.Michael Brown2006-06-054-0/+4
* Backing out last change; no immediate plans to make the whole block-deviceMichael Brown2006-06-012-6/+6
* ATA devices are now asynchronous. The ATA layer itself now performs theMichael Brown2006-05-312-6/+6
* Added generic asynchronous operations code.Michael Brown2006-05-312-6/+6
* Handle multi-sector reads by splitting them into subcommands.Michael Brown2006-05-291-1/+1
* Initial AoE implementation. Limitations are:Michael Brown2006-05-291-0/+52
* Use separate data-in and data-out buffers.Michael Brown2006-05-291-40/+30Star
* Rewrote to use the new net driver API, the updated PCI API, and theMichael Brown2006-05-271-316/+372
* Added abstraction layer for a three-wire serial device (e.g. the EEPROMMichael Brown2006-05-261-0/+68
* Fixed debug codeMichael Brown2006-05-211-3/+3
* Added (untested) support for ATA devices. This code should be genericMichael Brown2006-05-211-0/+169
* Use insb/outsb; it's marginally faster.Michael Brown2006-05-201-9/+2Star
* READ CAPACITY (16) turns out to be an optional command (even thoughMichael Brown2006-05-191-2/+57
* Add the concept of a "user pointer" (similar to the void __user * inMichael Brown2006-05-191-7/+9
* Strip down i386 PCI configuration space I/O to the bare minimum. AMichael Brown2006-05-171-11/+4Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-1631-389/+430
* Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".Michael Brown2006-05-151-0/+52
* Defined SCSI device interface, and added SCSI block deviceMichael Brown2006-05-131-0/+142
* 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-2434-34/+34