diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-03-20 03:54:17 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-03-20 03:54:17 +0000 |
commit | 1b1d62eac8378ffe9933e2937e55e990078cd4d6 (patch) | |
tree | 4d798a3422c6d9b83f18d6fd46f388d1c91e4012 /sys/dev/ic/mpt_openbsd.h | |
parent | f56163e66caaae31b77570a65b994446117ad454 (diff) |
Implement firmware download.
From Milos Urbanek via Marco Peereboom, with suggestions from LSI.
ok deraadt@.
Diffstat (limited to 'sys/dev/ic/mpt_openbsd.h')
-rw-r--r-- | sys/dev/ic/mpt_openbsd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/mpt_openbsd.h b/sys/dev/ic/mpt_openbsd.h index c1586c7b9a9..0cdc9ad9338 100644 --- a/sys/dev/ic/mpt_openbsd.h +++ b/sys/dev/ic/mpt_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_openbsd.h,v 1.5 2004/03/19 02:47:36 krw Exp $ */ +/* $OpenBSD: mpt_openbsd.h,v 1.6 2004/03/20 03:54:16 krw Exp $ */ /* $NetBSD: mpt_netbsd.h,v 1.2 2003/04/16 23:02:14 thorpej Exp $ */ /* @@ -266,7 +266,6 @@ typedef struct mpt_softc { uint32_t success; /* success after timeout */ uint8_t upload_fw; /* If set, do a fw upload */ - uint8_t download_fw; /* If set, do a fw download */ /* Firmware memory */ bus_dmamap_t fw_dmap; int fw_rseg; |