Add probe entry for the 284X with BIOS disabled.

This commit is contained in:
Justin T. Gibbs 2003-06-06 23:40:48 +00:00
parent d6b641de7f
commit 447449473c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115915

View file

@ -37,7 +37,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
* $Id: //depot/aic7xxx/aic7xxx/aic7770.c#30 $
* $Id: //depot/aic7xxx/aic7xxx/aic7770.c#31 $
*
* $FreeBSD$
*/
@ -67,8 +67,7 @@ static ahc_device_setup_t ahc_aic7770_VL_setup;
static ahc_device_setup_t ahc_aic7770_EISA_setup;;
static ahc_device_setup_t ahc_aic7770_setup;
struct aic7770_identity aic7770_ident_table [] =
struct aic7770_identity aic7770_ident_table[] =
{
{
ID_AHA_274x,
@ -82,6 +81,12 @@ struct aic7770_identity aic7770_ident_table [] =
"Adaptec 284X SCSI adapter",
ahc_aic7770_VL_setup
},
{
ID_AHA_284x,
0xFFFFFFFE,
"Adaptec 284X SCSI adapter (BIOS Disabled)",
ahc_aic7770_VL_setup
},
{
ID_OLV_274x,
0xFFFFFFFF,