summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ne2k.c
Commit message (Expand)AuthorAgeFilesLines
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-3/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-2/+0
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-181-1/+0
* drivers/net/ne2k: Remove some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-281-19/+12
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-1/+5
* arch/x86: Drop leftover ROMCC console supportKyösti Mälkki2018-06-081-134/+13
* src/drivers: Get rid of whitespace before tabElyes HAOUAS2018-06-041-1/+1
* src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-281-3/+3
* src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-1/+1
* drivers/net/ne2k.c: Fix regressionEdward O'Callaghan2014-11-221-1/+1
* drivers/net/ne2k.c: Collect headers and defines to top of fileEdward O'Callaghan2014-11-071-17/+17
* ne2k: Move under drivers/netKyösti Mälkki2014-02-061-0/+458