Module Name: src
Committed By: jdc
Date: Mon Oct 1 09:25:01 UTC 2012
Modified Files:
src/sys/dev/pci: machfb.c
Log Message:
Match the Rage Mobility M1 used in the Tadpole SPARCle.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/pci/machfb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/machfb.c
diff -u src/sys/dev/pci/machfb.c:1.83 src/sys/dev/pci/machfb.c:1.84
--- src/sys/dev/pci/machfb.c:1.83 Thu Aug 16 18:37:14 2012
+++ src/sys/dev/pci/machfb.c Mon Oct 1 09:25:01 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: machfb.c,v 1.83 2012/08/16 18:37:14 macallan Exp $ */
+/* $NetBSD: machfb.c,v 1.84 2012/10/01 09:25:01 jdc Exp $ */
/*
* Copyright (c) 2002 Bang Jun-Young
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0,
- "$NetBSD: machfb.c,v 1.83 2012/08/16 18:37:14 macallan Exp $");
+ "$NetBSD: machfb.c,v 1.84 2012/10/01 09:25:01 jdc Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -191,6 +191,7 @@ static struct {
{ PCI_PRODUCT_ATI_RAGE_MOB_M3_AGP, 230000 },
{ PCI_PRODUCT_ATI_RAGE_MOBILITY, 230000 },
#endif
+ { PCI_PRODUCT_ATI_RAGE_L_MOB_M1_PCI, 230000 },
{ PCI_PRODUCT_ATI_RAGE_LT_PRO_AGP, 230000 },
{ PCI_PRODUCT_ATI_RAGE_LT_PRO, 230000 },
{ PCI_PRODUCT_ATI_RAGE_LT, 230000 },