summaryrefslogtreecommitdiffstats
path: root/sys/dev/twe/twevar.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2002-03-07 09:55:41 +0000
committermsmith <msmith@FreeBSD.org>2002-03-07 09:55:41 +0000
commiteea0ae24b995a9c7c9132c8ed91df3e2f640ef18 (patch)
treeaacb41e66b3d51310841948ae91276de9e3db52f /sys/dev/twe/twevar.h
parent955b896bbcf515a09eb75d0fc1b6d859e8c39f8e (diff)
downloadFreeBSD-src-eea0ae24b995a9c7c9132c8ed91df3e2f640ef18.zip
FreeBSD-src-eea0ae24b995a9c7c9132c8ed91df3e2f640ef18.tar.gz
Update for the 6.9 firmware family (6xxx controllers), as well as for
the upcoming 7.4 family (7xxx controllers). - improved error reporting and handling - more diagnostic output - add extra command packet definitions - merge sources again with -stable
Diffstat (limited to 'sys/dev/twe/twevar.h')
-rw-r--r--sys/dev/twe/twevar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/twe/twevar.h b/sys/dev/twe/twevar.h
index 84d41dd..3c0d6b3 100644
--- a/sys/dev/twe/twevar.h
+++ b/sys/dev/twe/twevar.h
@@ -145,6 +145,8 @@ extern void twe_disable_interrupts(struct twe_softc *sc); /* disable controller
extern void twe_attach_drive(struct twe_softc *sc,
struct twe_drive *dr); /* attach drive when found in twe_init */
+extern void twe_clear_pci_parity_error(struct twe_softc *sc);
+extern void twe_clear_pci_abort(struct twe_softc *sc);
extern void twed_intr(twe_bio *bp); /* return bio from core */
extern struct twe_request *twe_allocate_request(struct twe_softc *sc); /* allocate request structure */
extern void twe_free_request(struct twe_request *tr); /* free request structure */
OpenPOWER on IntegriCloud