Make sure that opti931's and guspnp's use the right offset from their ports.

This commit is contained in:
dfr 1999-09-10 08:20:23 +00:00
parent 90cd63d0b3
commit 0538330e96
2 changed files with 4 additions and 0 deletions

View File

@ -1371,6 +1371,7 @@ pnpmss_attach(device_t dev)
break;
case 0x3100143e: /* opti931 */
case 0x1093143e: /* OPT9310 */
mss->bd_flags |= BD_F_MSS_OFFSET;
mss->conf_rid = 3;
mss->bd_id = MD_OPTI931;
@ -1383,6 +1384,7 @@ pnpmss_attach(device_t dev)
break;
case 0x0100561e: /* guspnp */
mss->bd_flags |= BD_F_MSS_OFFSET;
mss->io_rid = 2;
mss->conf_rid = 1;
mss->drq1_rid = 1;

View File

@ -1371,6 +1371,7 @@ pnpmss_attach(device_t dev)
break;
case 0x3100143e: /* opti931 */
case 0x1093143e: /* OPT9310 */
mss->bd_flags |= BD_F_MSS_OFFSET;
mss->conf_rid = 3;
mss->bd_id = MD_OPTI931;
@ -1383,6 +1384,7 @@ pnpmss_attach(device_t dev)
break;
case 0x0100561e: /* guspnp */
mss->bd_flags |= BD_F_MSS_OFFSET;
mss->io_rid = 2;
mss->conf_rid = 1;
mss->drq1_rid = 1;