summaryrefslogtreecommitdiff
path: root/src/drivers/net/ne2k.c
AgeCommit message (Expand)Author
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-10-18src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS
2019-09-28drivers/net/ne2k: Remove some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-06-14src: Use of device_t is deprecatedElyes HAOUAS
2018-06-08arch/x86: Drop leftover ROMCC console supportKyösti Mälkki
2018-06-04src/drivers: Get rid of whitespace before tabElyes HAOUAS
2017-07-28src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2016-08-31src/drivers: Add required space before opening parenthesis '('Elyes HAOUAS
2014-11-22drivers/net/ne2k.c: Fix regressionEdward O'Callaghan
2014-11-07drivers/net/ne2k.c: Collect headers and defines to top of fileEdward O'Callaghan
2014-02-06ne2k: Move under drivers/netKyösti Mälkki