fixed introduced regs cloning err on later cards
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7173 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -348,9 +348,12 @@ static status_t map_device(device_info *di)
|
|||||||
case 0x0002:
|
case 0x0002:
|
||||||
case 0x0003:
|
case 0x0003:
|
||||||
/* NM2070, NM2090 and NM2093 have no seperate register area's,
|
/* NM2070, NM2090 and NM2093 have no seperate register area's,
|
||||||
* so do nothing here. */
|
* so do nothing here except notify accelerant. */
|
||||||
|
si->regs_in_fb = true;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
/* we map the registers seperately from the framebuffer */
|
||||||
|
si->regs_in_fb = false;
|
||||||
/* work out a name for the register mapping */
|
/* work out a name for the register mapping */
|
||||||
sprintf(buffer, DEVICE_FORMAT " regs",
|
sprintf(buffer, DEVICE_FORMAT " regs",
|
||||||
di->pcii.vendor_id, di->pcii.device_id,
|
di->pcii.vendor_id, di->pcii.device_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user