From a6fa47ec0d5a45a70289270085fec00e25dfda06 Mon Sep 17 00:00:00 2001 From: Gerard Roudier Date: Sat, 1 Jan 2000 15:24:44 +0000 Subject: - Add device entry for the next generation of C1010 device (pci dev_id 0x21). - Start the SCRIPTS processor without resetting the SCSI BUS at initialization. - Remove the "Host adapter CCB chain" (got useless given the new queuing scheme). - Display correctly the state of SCSI signals, when SCSI BUS looks bad. - Cosmetic changes in messages printed out at initialization. - Notifications and messages on RESET conditions slightly reworked. - TEKRAM 24C16 NVRAM support fixed (also reported ok). --- sys/dev/sym/sym_defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sym/sym_defs.h') diff --git a/sys/dev/sym/sym_defs.h b/sys/dev/sym/sym_defs.h index 23f94c5d6b29..ee33f6d87575 100644 --- a/sys/dev/sym/sym_defs.h +++ b/sys/dev/sym/sym_defs.h @@ -82,6 +82,7 @@ #define PCI_ID_SYM53C896 0xb #define PCI_ID_SYM53C895A 0x12 #define PCI_ID_LSI53C1010 0x20 +#define PCI_ID_LSI53C1010_2 0x21 #define PCI_ID_LSI53C1510D 0xa /* -- cgit v1.3