diff options
Diffstat (limited to 'sys/dev/sym/sym_conf.h')
-rw-r--r-- | sys/dev/sym/sym_conf.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/sym/sym_conf.h b/sys/dev/sym/sym_conf.h index a4fe7bc..75dd6db 100644 --- a/sys/dev/sym/sym_conf.h +++ b/sys/dev/sym/sym_conf.h @@ -67,22 +67,6 @@ */ /* - * Support for earliest LSI53C1010 boards. - * - * This option enables work-arounds for the experimental - * C1010 chips revision 0 to work in DT mode. - * Since, officially supported chips (B0 stepping and later) - * have been fixed, nobody, except driver maintainers, - * should ever needed this option to have been defined. - * This option and the code it addresses will be removed - * from the source in some later version of the driver. - * By the way, the 53C1010 B0 stepping (rev. 1) has been - * tested ok with Ultra3 DT data transfers using this driver, - * without these work-arounds being enabled. - */ -/* #define SYM_CONF_BROKEN_U3EN_SUPPORT */ - -/* * Use Normal IO instead of MMIO. */ /* #define SYM_CONF_IOMAPPED */ |