]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/dm9000.h
ACPICA: Remove obsolete debug levels (WARN and ERROR)
[mv-sheeva.git] / include / linux / dm9000.h
index 0008e2ad0c9f78dc6d8b2e969f9d193c8989d06e..c30879cf93bc7f522f25579d3e7fbbc59ae60e00 100644 (file)
 #define DM9000_PLATF_8BITONLY  (0x0001)
 #define DM9000_PLATF_16BITONLY (0x0002)
 #define DM9000_PLATF_32BITONLY (0x0004)
+#define DM9000_PLATF_EXT_PHY   (0x0008)
+#define DM9000_PLATF_NO_EEPROM (0x0010)
+#define DM9000_PLATF_SIMPLE_PHY (0x0020)  /* Use NSR to find LinkStatus */
 
 /* platfrom data for platfrom device structure's platfrom_data field */
 
 struct dm9000_plat_data {
        unsigned int    flags;
+       unsigned char   dev_addr[6];
 
        /* allow replacement IO routines */