Date: Sat, 16 Jan 2021 22:53:38 GMT From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d65427ad582c - main - sym(4): Remove remainder of SYM_SETUP_LP_PROBE_MAP support Message-ID: <202101162253.10GMrcwd053216@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=d65427ad582cac085428a0b7cf805a8e6996a7a4 commit d65427ad582cac085428a0b7cf805a8e6996a7a4 Author: Marius Strobl <marius@FreeBSD.org> AuthorDate: 2020-12-27 18:38:58 +0000 Commit: Marius Strobl <marius@FreeBSD.org> CommitDate: 2021-01-16 22:53:12 +0000 sym(4): Remove remainder of SYM_SETUP_LP_PROBE_MAP support Missed in 221ac8f4cd823a2b047c2807e2cf744c7176dd1f and r339575 respectively. --- sys/dev/sym/sym_conf.h | 26 -------------------------- 1 file changed, 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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101162253.10GMrcwd053216>