summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpt.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2004-07-12 23:57:15 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2004-07-12 23:57:15 +0000
commit9a56b40b40039237da13b7998437e9c242a9598a (patch)
tree42a75fa44fe5a93859ff57d4fe1333fc1b6fd773 /sys/dev/ic/mpt.h
parent30abce2d0234849c283e4f765a944dbc39079e5a (diff)
Add detection of IM/IS/IME support in mpt_attach(). This is in preparation to add RAID support.
Diffstat (limited to 'sys/dev/ic/mpt.h')
-rw-r--r--sys/dev/ic/mpt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/mpt.h b/sys/dev/ic/mpt.h
index 73a6aa5bf03..37caceaa152 100644
--- a/sys/dev/ic/mpt.h
+++ b/sys/dev/ic/mpt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpt.h,v 1.3 2004/03/20 03:54:16 krw Exp $ */
+/* $OpenBSD: mpt.h,v 1.4 2004/07/12 23:57:14 marco Exp $ */
/* $NetBSD: mpt.h,v 1.2 2003/07/08 10:06:31 itojun Exp $ */
/*
@@ -178,6 +178,7 @@ void mpt_check_doorbell(mpt_softc_t *);
int mpt_read_cfg_page(mpt_softc_t *, int, fCONFIG_PAGE_HEADER *);
int mpt_write_cfg_page(mpt_softc_t *, int, fCONFIG_PAGE_HEADER *);
+int mpt_read_cfg_header(mpt_softc_t *, int, int, int, fCONFIG_PAGE_HEADER *);
/* FW Download Boot */
int mpt_downloadboot(mpt_softc_t *);