summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym/sym_defs.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-16 17:00:53 +0000
committerobrien <obrien@FreeBSD.org>1999-12-16 17:00:53 +0000
commit4daec0d51e1e952df1ad9b1b481b2a7661bd124b (patch)
tree143d6432cebfe6778e4eb52b05ed532c09ba5081 /sys/dev/sym/sym_defs.h
parent32632bcb71028c794a857ebba02c2b0bb72dc334 (diff)
downloadFreeBSD-src-4daec0d51e1e952df1ad9b1b481b2a7661bd124b.zip
FreeBSD-src-4daec0d51e1e952df1ad9b1b481b2a7661bd124b.tar.gz
* The C1010 stepping B0 (Rev 1) tested OK for DT transfers without the U3EN
broken bit work-around enabled. * Fixed a bug that made MDP not work. (However, MDP is actually not tested due to lack of hardware using this feature). * Chip table changed to support the C1010 B0 w/o the U3EN bit work-around enabled. * Add the SYM_SETUP_MAX_LUN, SYM_SETUP_LP_PROBE_MAP (used to tell the driver about chips that are to be claimed with lower priority than old PCI bus based driver (typically the ncr)), SYM_SETUP_SCSI_DIFF, and SYM_SETUP_PCI_PARITY options. Submitted by: Gerard Roudier <groudier@club-internet.fr>
Diffstat (limited to 'sys/dev/sym/sym_defs.h')
-rw-r--r--sys/dev/sym/sym_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sym/sym_defs.h b/sys/dev/sym/sym_defs.h
index d25e3ea..f748e1a 100644
--- a/sys/dev/sym/sym_defs.h
+++ b/sys/dev/sym/sym_defs.h
@@ -91,6 +91,7 @@ struct sym_pci_chip {
u_char burst_max; /* log-base-2 of max burst */
u_char offset_max;
u_char nr_divisor;
+ u_char lp_probe_bit;
u_int features;
#define FE_LED0 (1<<0)
#define FE_WIDE (1<<1) /* Wide data transfers */
OpenPOWER on IntegriCloud