search for: vrom_call_len

Displaying 2 results from an estimated 2 matches for "vrom_call_len".

2007 Apr 18
4
[RFC, PATCH 3/24] i386 Vmi interface definition
...define VMI_ALARM_IS_PERIODIC 0x00000100 + + +/* + *--------------------------------------------------------------------- + * + * Generic VROM structures and definitions + * + *--------------------------------------------------------------------- + */ + +/* VROM call table definitions */ +#define VROM_CALL_LEN 32 + +typedef struct VROMCallEntry { + char f[VROM_CALL_LEN]; +} VROMCallEntry; + +typedef struct VROMHeader { + VMI_UINT16 romSignature; // option ROM signature + VMI_INT8 romLength; // ROM length in 512 byte chunks + unsigned char...
2007 Apr 18
4
[RFC, PATCH 3/24] i386 Vmi interface definition
...define VMI_ALARM_IS_PERIODIC 0x00000100 + + +/* + *--------------------------------------------------------------------- + * + * Generic VROM structures and definitions + * + *--------------------------------------------------------------------- + */ + +/* VROM call table definitions */ +#define VROM_CALL_LEN 32 + +typedef struct VROMCallEntry { + char f[VROM_CALL_LEN]; +} VROMCallEntry; + +typedef struct VROMHeader { + VMI_UINT16 romSignature; // option ROM signature + VMI_INT8 romLength; // ROM length in 512 byte chunks + unsigned char...