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:
scottl 2001-10-30 21:13:39 +00:00
parent c955d42b4a
commit e3a5468ff8

View File

@ -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)]