patch-2.3.42 linux/drivers/net/cs89x0.h
Next file: linux/drivers/net/daynaport.c
Previous file: linux/drivers/net/Space.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Jan 31 23:43:51 2000
- Orig file:
v2.3.41/linux/drivers/net/cs89x0.h
- Orig date:
Thu Aug 26 13:05:38 1999
diff -u --recursive --new-file v2.3.41/linux/drivers/net/cs89x0.h linux/drivers/net/cs89x0.h
@@ -14,6 +14,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <linux/config.h>
+
#define PP_ChipID 0x0000 /* offset 0h -> Corp -ID */
/* offset 2h -> Model/Product Number */
/* offset 3h -> Chip Revision Number */
@@ -76,6 +78,12 @@
#define LAST_IO 0x037C /* Last I/O port to check (+10h) */
#define ADD_MASK 0x3000 /* Mask it use of the ADD_PORT register */
#define ADD_SIG 0x3000 /* Expected ID signature */
+
+/* On Macs, we only need use the ISA I/O stuff until we do MEMORY_ON */
+#ifdef CONFIG_MAC
+#define LCSLOTBASE 0xfee00000
+#define MMIOBASE 0x40000
+#endif
#define CHIP_EISA_ID_SIG 0x630E /* Product ID Code for Crystal Chip (CS8900 spec 4.3) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)