git: d65427ad582c - main - sym(4): Remove remainder of SYM_SETUP_LP_PROBE_MAP support

Marius Strobl marius at FreeBSD.org
Sat Jan 16 22:53:38 UTC 2021


The branch main has been updated by marius:

URL: https://cgit.FreeBSD.org/src/commit/?id=d65427ad582cac085428a0b7cf805a8e6996a7a4

commit d65427ad582cac085428a0b7cf805a8e6996a7a4
Author:     Marius Strobl <marius at FreeBSD.org>
AuthorDate: 2020-12-27 18:38:58 +0000
Commit:     Marius Strobl <marius at 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 */


More information about the dev-commits-src-all mailing list