diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-24 06:09:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-24 06:09:46 +0000 |
commit | 5e0da553ce53da590c75483652489a3b9c8f3057 (patch) | |
tree | fb81b6ae0cc7ceb1ceb2a07f716ad0c1fa567c37 /sys/dev/pci/hifn7751reg.h | |
parent | 4be4a3f97db3fb0f61bad135ed7d7475af081a54 (diff) |
handle scatter-gather, seperate src/dst mbuf, etc
Diffstat (limited to 'sys/dev/pci/hifn7751reg.h')
-rw-r--r-- | sys/dev/pci/hifn7751reg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/hifn7751reg.h b/sys/dev/pci/hifn7751reg.h index 4efdd174d45..809233f5603 100644 --- a/sys/dev/pci/hifn7751reg.h +++ b/sys/dev/pci/hifn7751reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hifn7751reg.h,v 1.2 1999/02/21 00:05:14 deraadt Exp $ */ +/* $OpenBSD: hifn7751reg.h,v 1.3 1999/02/24 06:09:45 deraadt Exp $ */ /* * Invertex AEON driver @@ -49,6 +49,11 @@ #define AEON_D_RSIZE 24 #define AEON_MAX_DEVICES 4 +#define AEON_D_CMD_RSIZE 24 +#define AEON_D_SRC_RSIZE 80 +#define AEON_D_DST_RSIZE 80 +#define AEON_D_RES_RSIZE 24 + /* * The values below should multiple of 4 -- and be large enough to handle * any command the driver implements. |