FreeBSD Bugzilla – Attachment 11372 Details for
Bug 22417
[adw] [patch] advansys wide scsi driver does not support more than 7 drives
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 834 bytes, created by
adam
on 2000-10-30 13:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adam
Created:
2000-10-30 13:50:01 UTC
Size:
834 bytes
patch
obsolete
>--- /usr/src/sys/dev/advansys/advlib.h.orig Fri Oct 20 12:56:52 2000 >+++ /usr/src/sys/dev/advansys/advlib.h Mon Oct 30 10:56:14 2000 >@@ -54,8 +54,8 @@ > > typedef u_int8_t target_bit_vector; > #define TARGET_BIT_VECTOR_SET -1 >-#define ADV_SCSI_ID_BITS 3 >-#define ADV_MAX_TID 7 >+#define ADV_SCSI_ID_BITS 4 >+#define ADV_MAX_TID 15 > #define ADV_MAX_LUN 7 > > /* Enumeration of board types */ >@@ -297,7 +297,7 @@ > #define EEPROM_SET_SCSIID(ep, id) \ > (ep).scsi_id_dma_speed &= ~EEPROM_SCSI_ID_MASK; \ > (ep).scsi_id_dma_speed |= ((id) & EEPROM_SCSI_ID_MASK) >- u_int8_t sdtr_data[8]; >+ u_int8_t sdtr_data[ADV_MAX_TID+1]; > u_int8_t adapter_info[6]; > > u_int16_t cntl;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22417
: 11372