Applied the cleaned/fixed version of patch by YellowTab:

* essentially, it makes sure certain bits in the PCI config are set
* also added two more device IDs, which I have disabled for now


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19515 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-12-14 15:26:54 +00:00
parent c166aa847e
commit 60b71f6575
4 changed files with 13 additions and 2 deletions
@@ -70,7 +70,7 @@ checkDeviceInfo(struct intel_info *info)
static status_t
device_open(const char *name, uint32 flags, void **_cookie)
device_open(const char *name, uint32 /*flags*/, void **_cookie)
{
TRACE((DEVICE_NAME ": open(name = %s)\n", name));
int32 id;