From owner-freebsd-commit Thu Nov 16 15:05:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA21839 for freebsd-commit-outgoing; Thu, 16 Nov 1995 15:05:36 -0800 Received: from virginia.edu (uvaarpa.Virginia.EDU [128.143.2.7]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id PAA21833 for ; Thu, 16 Nov 1995 15:05:28 -0800 Received: from server.cs.virginia.edu by uvaarpa.virginia.edu id ab29391; 16 Nov 95 18:05 EST Received: from viper.cs.Virginia.EDU (viper-fo.cs.Virginia.EDU) by uvacs.cs.virginia.edu (4.1/5.1.UVA) id AA01197; Thu, 16 Nov 95 18:05:23 EST Posted-Date: Thu, 16 Nov 1995 18:05:22 -0500 (EST) Received: by viper.cs.Virginia.EDU (5.x/SMI-2.0) id AA00746; Thu, 16 Nov 1995 18:05:22 -0500 From: bah6f@server.cs.virginia.edu Message-Id: <9511162305.AA00746@viper.cs.Virginia.EDU> Subject: Please commit a change? To: freebsd-commit@freebsd.org Date: Thu, 16 Nov 1995 18:05:22 -0500 (EST) X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-commit@freebsd.org Precedence: bulk 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"); };