Put a Band-Aid over the asr driver so that it hopefully won't cause
panics until the author comes up with a real fix.
This commit is contained in:
parent
c955d42b4a
commit
e3a5468ff8
@ -634,7 +634,9 @@ asr_drvinit (
|
||||
} /* asr_drvinit */
|
||||
|
||||
/* Must initialize before CAM layer picks up our HBA driver */
|
||||
#ifdef ASR_VERY_BROKEN
|
||||
SYSINIT(asrdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,asr_drvinit,NULL)
|
||||
#endif
|
||||
|
||||
/* I2O support routines */
|
||||
#define defAlignLong(STRUCT,NAME) char NAME[sizeof(STRUCT)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user