mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 01:52:08 +03:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user