diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-25 11:54:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-25 12:40:16 -0400 |
commit | aee18604e2e7d9ff10a59b54d4a8386e164e2161 (patch) | |
tree | 627737c14bbc1e05d7e52240800c2392f83247de /doc/README.ne2000 | |
parent | f25a0c3742cf96714fa34c80370e706d6df9bf66 (diff) | |
download | u-boot-aee18604e2e7d9ff10a59b54d4a8386e164e2161.zip u-boot-aee18604e2e7d9ff10a59b54d4a8386e164e2161.tar.gz u-boot-aee18604e2e7d9ff10a59b54d4a8386e164e2161.tar.bz2 |
net: Remove ne2000 driver
With the last user of this driver removed, remove the driver.
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/README.ne2000')
-rw-r--r-- | doc/README.ne2000 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/README.ne2000 b/doc/README.ne2000 deleted file mode 100644 index 0f6a2e0..0000000 --- a/doc/README.ne2000 +++ /dev/null @@ -1,27 +0,0 @@ -This driver supports NE2000 compatible cards (those based on DP8390, -DP83902 and similar). It can be used with PCMCIA/CF cards provided -that the CCR is correctly initialized. - -The code is based on sources from the Linux kernel (pcnet_cs.c, -8390.h) and eCOS(if_dp83902a.c, if_dp83902a.h). Both of these 2 -wonderful world are GPL, so this is, of course, GPL. - -I developed and tested this driver on a custom PXA255 based system and -with a billionton CF network card connected to the PCMCIA interface of -the micro (have a look at README.PXA_CF for the support of this port). - -The options you have to specify in the config file are (with the -value for my board as an example): - -#define CONFIG_DRIVER_NE2000 - -- Enables the driver - -#define CONFIG_DRIVER_NE2000_BASE (0x20000000+0x300) - -- Address where the board is mapped - - -Enjoy! - -Christian Pellegrin <chri@ascensit.com> |