From 1b137030513b3a005f11b4cd195313b2d14b6446 Mon Sep 17 00:00:00 2001 From: groudier Date: Sat, 8 Jan 2000 19:58:17 +0000 Subject: - Add year 2000 copyright to driver files. - Set MAX_OFFS driver compile option to 63 (was 64 which is wrong). - Fix a typo in the SYMBIOS NVRAM layout structure and add field and bit definition for the support of PIM_NOBUSRESET. - Report to XPT PIM_NOBUSRESET and PIM_SCANHILO if set by user in NVRAM. - Negotiate SYNC immediately after WIDE response from the target as suggested by Justin Gibbs. - Remove some misleading comment about CmdQue handling by CAM. - Apply correctly the MAX_WIDE and MAX_OFFS driver options. --- sys/dev/sym/sym_defs.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (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 ee33f6d..5e84055 100644 --- a/sys/dev/sym/sym_defs.h +++ b/sys/dev/sym/sym_defs.h @@ -2,7 +2,7 @@ * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * - * Copyright (C) 1999 Gerard Roudier + * Copyright (C) 1999-2000 Gerard Roudier * * This driver also supports the following Symbios/LSI PCI-SCSI chips: * 53C810A, 53C825A, 53C860, 53C875, 53C876, 53C885, 53C895. @@ -168,8 +168,9 @@ struct Symbios_nvram { u_char num_hba; /* 0x04 */ u_char num_devices; /* 0x10 */ u_char max_scam_devices; /* 0x04 */ - u_char num_valid_scam_devives; /* 0x00 */ - u_char rsvd; + u_char num_valid_scam_devices; /* 0x00 */ + u_char flags2; +#define SYMBIOS_AVOID_BUS_RESET (1<<2) /* Boot order 14 bytes * 4 */ struct Symbios_host{ -- cgit v1.1