Add probe entry for the 284X with BIOS disabled.
This commit is contained in:
parent
c1ea388b6d
commit
2b4b90c0c2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user