Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 1995 18:05:22 -0500 (EST)
From:      bah6f@server.cs.virginia.edu
To:        freebsd-commit@freebsd.org
Subject:   Please commit a change?
Message-ID:  <9511162305.AA00746@viper.cs.Virginia.EDU>

next in thread | raw e-mail | index | archive | help
Could someone with commit priveleges please add the following change
to /sys/pci/meteor.c?  Every time I sup in the latest -current, it
blows away this change, and I have to add it or it won't recognize my
meteor card.  It's just a one-line addition, and it will certainly
make life easier on me and other people (if there are any) who have
Matrox cards that report this vendor number.

Thanks,
Paco
-- 
Brian "Paco" Hope              Research Assistant, Technical Support Staff
email: paco@virginia.edu                    Department of Computer Science
WWW: http://www.cs.virginia.edu/~bah6f/             University of Virginia

--------8<-----------snip-----8<--------snip--------8<--------------------
@@ -445,6 +445,7 @@
        switch (type) {
 
        case 0x12238086ul:      /* meteor */
+       case 0x12230086ul:      /* meteor */
                return ("Matrox Meteor");
 
        };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9511162305.AA00746>