summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Collapse)AuthorAgeFilesLines
...
* replaces printf with dbgUdayan Kumar2007-07-151-1/+1
|
* added natsemi.hUdayan Kumar2007-07-151-0/+232
|
* mdc's+nvsUdayan Kumar2007-07-151-683/+336Star
|
* more debuggingUdayan Kumar2007-07-151-4/+8
|
* more debuggingUdayan Kumar2007-07-151-0/+6
|
* added silicon revision numberUdayan Kumar2007-07-151-1/+2
|
* init_fix_upUdayan Kumar2007-07-151-0/+161
|
* added cable magic for 100Mps in natsemiUdayan Kumar2007-07-151-6/+70
|
* duplex setting added to natsemi.cUdayan Kumar2007-07-151-4/+6
|
* more indentation and styling doneUdayan Kumar2007-07-151-98/+114
|
* :xUdayan Kumar2007-07-151-3/+5
|
* no changesUdayan Kumar2007-07-151-1/+0Star
|
* added nat_irq to natsemi.cUdayan Kumar2007-07-151-22/+25
|
* stopped memory leak in natsemi::nat_open()Udayan Kumar2007-07-151-12/+15
|
* Natsemi commented and almost doneUdayan Kumar2007-07-151-78/+106
|
* natsemi.c is workinUdayan Kumar2007-07-151-155/+102Star
|
* irq still not working will have to remove itUdayan Kumar2007-07-151-0/+10
|
* natsemiUdayan Kumar2007-07-151-2/+2
|
* interrupt in natsemiUdayan Kumar2007-07-151-3/+15
|
* enabled interrupt in natsemi.cUdayan Kumar2007-07-151-0/+16
|
* added change log to natsemi.cUdayan Kumar2007-07-151-48/+72
|
* added netdev_tx_complete to natsemi.cUdayan Kumar2007-07-151-0/+6
|
* added endianness to natsemi.Udayan Kumar2007-07-151-0/+1
|
* free_netdev -> netdev_putUdayan Kumar2007-07-151-2/+2
|
* debugging natsemi.cUdayan Kumar2007-07-151-26/+44
|
* 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
|
* 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.
* Revert "convert to zalloc"Michael Brown2007-07-071-1/+2
| | | | This reverts commit 68add6e814091f55e46afbef0b63f3d61f9549ba.
* 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
|
* 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
|