diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/arc.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/pci/arc.c b/sys/dev/pci/arc.c index e9fde707ee7..b41d414e56b 100644 --- a/sys/dev/pci/arc.c +++ b/sys/dev/pci/arc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc.c,v 1.31 2006/08/20 02:20:04 dlg Exp $ */ +/* $OpenBSD: arc.c,v 1.32 2006/08/20 02:21:26 dlg Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -217,16 +217,6 @@ struct arc_fw_bufhdr { #define ARC_FW_CMD_OK 0x41 -/* variable length msg */ -#define ARC_FW_MSG(_len) \ -struct { \ - struct arc_fw_hdr hdr; \ - u_int16_t len; \ - u_int8_t msg[(_len)]; \ - u_int8_t cksum; \ -} __packed -#define ARC_FW_MSGBUF(_msg) ((void *)(_msg)->msg) - struct arc_fw_comminfo { u_int8_t baud_rate; u_int8_t data_bits; |