X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fnet%2Fvia-velocity.h;h=496c3d5974444734f5aa6fa7ee3196e911943336;hb=e50d1088bf2e5a68068c5f602be1dcc3e52dc873;hp=f1b2640ebdc660a1ce605ad3796f413339244119;hpb=83055d46e5eddbb3574ef5e9c0d9c021bcb75c0b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/net/via-velocity.h b/drivers/net/via-velocity.h index f1b2640..496c3d5 100644 --- a/drivers/net/via-velocity.h +++ b/drivers/net/via-velocity.h @@ -31,6 +31,8 @@ #define VELOCITY_FULL_DRV_NAM "VIA Networking Velocity Family Gigabit Ethernet Adapter Driver" #define VELOCITY_VERSION "1.13" +#define VELOCITY_IO_SIZE 256 + #define PKT_BUF_SZ 1540 #define MAX_UNITS 8 @@ -1191,7 +1193,6 @@ enum chip_type { struct velocity_info_tbl { enum chip_type chip_id; char *name; - int io_size; int txqueue; u32 flags; }; @@ -1751,7 +1752,6 @@ struct velocity_info { struct mac_regs __iomem * mac_regs; unsigned long memaddr; unsigned long ioaddr; - u32 io_size; u8 rev_id;