#include <linux/device.h>
#include <linux/zorro_ids.h>
Go to the source code of this file.
#define ERT_TYPEMASK 0xc0 |
#define ERT_ZORROIII 0x80 |
#define ERTF_MEMLIST (1<<5) |
#define GVP_PRODMASK (0xf8) |
#define GVP_SCSICLKMASK (0x01) |
#define ZORRO_EPC |
( |
|
id | ) |
((id) & 0xff) |
#define ZORRO_ID |
( |
|
manuf, |
|
|
|
prod, |
|
|
|
epc |
|
) |
| ((ZORRO_MANUF_##manuf << 16) | ((prod) << 8) | (epc)) |
#define ZORRO_MANUF |
( |
|
id | ) |
((id) >> 16) |
#define ZORRO_NUM_AUTO 16 |
#define ZORRO_PROD |
( |
|
id | ) |
(((id) >> 8) & 0xff) |
- Enumerator:
GVP_IO |
|
GVP_ACCEL |
|
GVP_SCSI |
|
GVP_24BITDMA |
|
GVP_25BITDMA |
|
GVP_NOBANK |
|
GVP_14MHZ |
|
Definition at line 54 of file zorro.h.
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.