Source
1
+
/* SPDX-License-Identifier: GPL-2.0+ */
1
2
/*------------------------------------------------------------------------
2
3
* lan91c96.h
3
4
*
4
5
* (C) Copyright 2002
5
6
* Sysgo Real-Time Solutions, GmbH <www.elinos.com>
6
7
* Rolf Offermanns <rof@sysgo.de>
7
8
* Copyright (C) 2001 Standard Microsystems Corporation (SMSC)
8
9
* Developed by Simple Network Magic Corporation (SNMC)
9
10
* Copyright (C) 1996 by Erik Stahlman (ES)
10
11
*
11
-
* SPDX-License-Identifier: GPL-2.0+
12
-
*
13
12
* This file contains register information and access macros for
14
13
* the LAN91C96 single chip ethernet controller. It is a modified
15
14
* version of the smc9111.h file.
16
15
*
17
16
* Information contained in this file was obtained from the LAN91C96
18
17
* manual from SMC. To get a copy, if you really want one, you can find
19
18
* information under www.smsc.com.
20
19
*
21
20
* Authors
22
21
* Erik Stahlman ( erik@vt.edu )