summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* added endianness to natsemi.Udayan Kumar2007-07-152-6/+2Star
|
* free_netdev -> netdev_putUdayan Kumar2007-07-151-2/+2
|
* debugging natsemi.cUdayan Kumar2007-07-152-27/+50
|
* added eeprom from rtl8139 but not workingUdayan Kumar2007-07-151-56/+54Star
|
* natsemi now needs eeprom accessUdayan Kumar2007-07-151-5/+10
|
* same as before, but now compiling natsemiUdayan Kumar2007-07-151-25/+28
|
* added polling and transmit. eeprom access still remainingUdayan Kumar2007-07-151-134/+167
|
* skel of new natsemi driver (still in developments)Udayan Kumar2007-07-151-628/+438Star
|
* testing if it worksUdayan Kumar2007-07-151-0/+1
|
* Revert mdc's warnings purge on natsemi.c, to allow for a clean rebase.Michael Brown2007-07-151-7/+6Star
|
* Dead code removal.Michael Brown2007-07-141-5/+6
| | | | Kill off use of etherboot.h outside drivers/net.
* Added missing "static"Michael Brown2007-07-091-1/+1
|
* Ready to start testingMichael Brown2007-07-081-73/+0Star
|
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-073-68/+92
| | | | | | | | | | | safe dropping of the netdev ref by the driver while other refs still exist. Add netdev_irq() method. Net device open()/close() methods should no longer enable or disable IRQs. Remove rx_quota; it wasn't used anywhere and added too much complexity to implementing correct interrupt-masking behaviour in pxe_undi.c.
* Revert "Replace natsemi driver with Indolent's updated one that uses the ↵Michael Brown2007-07-071-507/+571
| | | | | | gPXE API" This reverts commit 3487640397838bc3147881a0e7ded4333239dbd5.
* Merge branch 'zalloc'Michael Brown2007-07-075-5/+10
|\
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| | | | | | | | This reverts commit a4bea78974620820774a59f49646eafbdb481148.
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| | | | | | | | This reverts commit 3414fd8df8c514947254fd065d407e8db115221f.
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| | | | | | | | This reverts commit 636bd2cd0abfd9ae774456cd1c00e3f8bb63e7d8.
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| | | | | | | | This reverts commit 7297f04481f6737b0a40161da6d8413ca0f478d2.
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| | | | | | | | This reverts commit 5ce16b03a1cb036ad0ab818473fe8f9c158949ed.
* | Revert "convert to zalloc"Michael Brown2007-07-071-1/+2
|/ | | | This reverts commit 68add6e814091f55e46afbef0b63f3d61f9549ba.
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
|
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
|
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
|
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
|
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
|
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
|
* Use netdev_rx_err() to report receive errors.Michael Brown2007-07-052-2/+5
|
* Replace natsemi driver with Indolent's updated one that uses the gPXE APIMarty Connor2007-07-051-571/+507Star
| | | | This version uses the gPXE driver API rather than the legacy wrapper API.
* Warnings purge for via-velocity.[ch]Marty Connor2007-07-052-22/+19Star
|
* Update warnings in depca.c ns8390.cMarty Connor2007-07-052-2/+2
|
* Purge warnings from tg3.cMarty Connor2007-07-051-1/+1
|
* Purge warnings from prism2 driversMarty Connor2007-07-055-629/+994
|
* Warnings purge of drivers (continued)Marty Connor2007-07-0418-61/+86
|
* This comment is no longer relevant.Michael Brown2007-07-031-5/+0Star
|
* Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-031-1/+1
|
* Kill off now-redundant _irq() methods.Michael Brown2007-07-032-51/+0Star
|
* Avoid double free on I/O buffer when rtl_transmit() returns failure.Michael Brown2007-07-031-2/+1Star
| | | | Convert printf() to DBG(); printf() is not allowed in drivers.
* Enable/disable interrupts in driver open/close.Michael Brown2007-07-031-3/+8
|
* Enable/disable interrupts at open/close time.Michael Brown2007-07-031-0/+9
|
* Enable/disable interrupts on open/close.Michael Brown2007-07-031-5/+17
|
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-022-0/+5
| | | | | | | | | Use generic fields in struct device_description rather than assuming that the struct device * is contained within a pci_device or isapnp_device; this assumption is broken when using the undionly driver. Add PXENV_UNDI_SET_STATION_ADDRESS.
* Support cards such as natsemi which treat the data as little-endianMichael Brown2007-07-011-17/+24
| | | | | (i.e. LSB transmitted first on the wire), even though SPI commands and addresses always have to be big-endian.
* Hack together far enough to support ne2k-pci.Michael Brown2007-07-011-13/+13
|
* 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-273-33/+24Star
| | | | | | structures. DHCP still broken and #if 0'd out.
* Add missing call to free_iob().Michael Brown2007-06-101-0/+1
|
* Update email addresses in driversMarty Connor2007-06-094-8/+9
|
* Updated email mdc's email addressMarty Connor2007-06-081-1/+1
|