From 520d9c36af2f9e4f207dd7275a47ea97c668f749 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 10 Mar 2007 18:08:33 +0000 Subject: Updated ISAPnP, EISA, MCA and ISA buses to current device model. ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and MCA (3c529) variants should build OK. None of this code is yet tested. --- src/drivers/net/via-velocity.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/net/via-velocity.h') diff --git a/src/drivers/net/via-velocity.h b/src/drivers/net/via-velocity.h index a6c132dc..6e1195d6 100644 --- a/src/drivers/net/via-velocity.h +++ b/src/drivers/net/via-velocity.h @@ -1768,11 +1768,11 @@ struct velocity_opt { #define RX_DESC_MIN 4 #define RX_DESC_MAX 255 -#define RX_DESC_DEF 64 +#define RX_DESC_DEF RX_DESC_MIN #define TX_DESC_MIN 1 #define TX_DESC_MAX 256 -#define TX_DESC_DEF 4 +#define TX_DESC_DEF TX_DESC_MIN struct velocity_info { // struct list_head list; -- cgit v1.2.3-55-g7522