diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2020-12-27 18:38:58 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2021-01-16 22:53:12 +0000 |
| commit | d65427ad582cac085428a0b7cf805a8e6996a7a4 (patch) | |
| tree | a71c54d58c2ac9ca2a2366df2f6eb3292e633ee4 /sys/dev/sym | |
| parent | 81728a538d24f483d0986850fa3f51d5d84d8f26 (diff) | |
Diffstat (limited to 'sys/dev/sym')
| -rw-r--r-- | sys/dev/sym/sym_conf.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys/dev/sym/sym_conf.h b/sys/dev/sym/sym_conf.h index 9fd113cc1fc3..c5ce93864a6a 100644 --- a/sys/dev/sym/sym_conf.h +++ b/sys/dev/sym/sym_conf.h @@ -274,30 +274,4 @@ #define SYM_SETUP_MAX_LUN (8) #endif -/* - * Low priority probe map. - * - * This option is used as a bitmap to tell the driver - * about chips that are to be claimed with a low priority - * (-2000) by the probe method. This allows any other driver - * that may return some higher priority value for the same - * chips to take precedence over this driver (sym). - * This option may be used when both the ncr driver and this - * driver are configured. - * - * Bits are to be coded as follows: - * 0x01 -> 810a, 860 - * 0x02 -> 825a, 875, 885, 895 - * 0x04 -> 895a, 896, 1510d - * 0x08 -> 1010 - * 0x40 -> 810, 815, 825 - * - * For example, value 5 tells the driver to claim support - * for 810a, 860, 895a, 896 and 1510d with low priority, - * allowing the ncr driver to take precedence if configured. - */ -#ifndef SYM_SETUP_LP_PROBE_MAP -#define SYM_SETUP_LP_PROBE_MAP 0 -#endif - #endif /* SYM_CONF_H */ |
