summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorxtraeme <xtraeme@NetBSD.org>2008-01-14 20:30:10 +0000
committerxtraeme <xtraeme@NetBSD.org>2008-01-14 20:30:10 +0000
commit7e8220d3198ab8c0fa45f200788583fef4327e5c (patch)
tree3f8b2242eed14eeaf053196328f3a3e87804cf75 /sys/dev
parent1a8fd528b1a5622ed9459a27d0f340374c4d3715 (diff)
Fix the BARs on nForce 430, which failed to attach. Reported by
atsushi fukumoto in PR kern/37756.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/nfsmb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/nfsmb.c b/sys/dev/pci/nfsmb.c
index 80eebebd878..8bc309de8ac 100644
--- a/sys/dev/pci/nfsmb.c
+++ b/sys/dev/pci/nfsmb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nfsmb.c,v 1.10 2007/12/04 15:58:11 xtraeme Exp $ */
+/* $NetBSD: nfsmb.c,v 1.11 2008/01/14 20:30:10 xtraeme Exp $ */
/*
* Copyright (c) 2007 KIYOHARA Takashi
* All rights reserved.
@@ -26,7 +26,7 @@
*
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfsmb.c,v 1.10 2007/12/04 15:58:11 xtraeme Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfsmb.c,v 1.11 2008/01/14 20:30:10 xtraeme Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -158,7 +158,6 @@ nfsmbc_attach(struct device *parent, struct device *self, void *aux)
case PCI_PRODUCT_NVIDIA_NFORCE3_SMBUS:
case PCI_PRODUCT_NVIDIA_NFORCE3_250_SMBUS:
case PCI_PRODUCT_NVIDIA_NFORCE4_SMBUS:
- case PCI_PRODUCT_NVIDIA_NFORCE430_SMBUS:
baseregs[0] = NFORCE_OLD_SMB1;
baseregs[1] = NFORCE_OLD_SMB2;
break;