Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*------------------------------------------------------------------------
2
3
* lan91c96.c
3
4
* This is a driver for SMSC's LAN91C96 single-chip Ethernet device, based
4
5
* on the SMC91111 driver from U-Boot.
5
6
*
6
7
* (C) Copyright 2002
7
8
* Sysgo Real-Time Solutions, GmbH <www.elinos.com>
8
9
* Rolf Offermanns <rof@sysgo.de>
9
10
*
10
11
* Copyright (C) 2001 Standard Microsystems Corporation (SMSC)
11
12
* Developed by Simple Network Magic Corporation (SNMC)
12
13
* Copyright (C) 1996 by Erik Stahlman (ES)
13
14
*
14
-
* SPDX-License-Identifier: GPL-2.0+
15
-
*
16
15
* Information contained in this file was obtained from the LAN91C96
17
16
* manual from SMC. To get a copy, if you really want one, you can find
18
17
* information under www.smsc.com.
19
18
*
20
19
* "Features" of the SMC chip:
21
20
* 6144 byte packet memory. ( for the 91C96 )
22
21
* EEPROM for configuration
23
22
* AUI/TP selection ( mine has 10Base2/10BaseT select )
24
23
*
25
24
* Arguments: