From owner-freebsd-current Wed Apr 5 18:29:41 2000 Delivered-To: freebsd-current@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 039CB37B7C5 for ; Wed, 5 Apr 2000 18:29:33 -0700 (PDT) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id SAA15648; Wed, 5 Apr 2000 18:29:27 -0700 (PDT) Date: Wed, 5 Apr 2000 18:29:27 -0700 From: Brooks Davis To: "Eric D. Futch" Cc: Stephan van Beerschoten , current@FreeBSD.ORG Subject: Re: dev/vx/if_vx_pci.c 5.0-CURRENT Message-ID: <20000405182927.A10848@orion.ac.hmc.edu> References: <20000405154940.A14513@orion.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from efutch@nyct.net on Wed, Apr 05, 2000 at 08:43:30PM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Apr 05, 2000 at 08:43:30PM -0400, Eric D. Futch wrote: > Ok.. I figured I'd take this on on my way to getting more comfy with > FreeBSD. Check out my patch and let me know how far I've gone off the > deep end :) > > http://quake.nyct.net/~efutch/FreeBSD/if_vx_pci.c.patch > > Unfortunately I do not have the acutal card to test this patch. It did > survive a buildkernel, so I'm just assuming that I'm not that far off. Take a look at: http://www.one-eyed-alien.net/~brooks/FreeBSD/if_vx.diff It does a newbus coversion and makes the pci probe function look half way normal. It compiles without COMPAT_OLDPCI and the kernel boots so the probe function is probably ok. I'm less sure about the attach function. This one is modeled after the eisa attach function. Testing would be appreciated, but don't try this on a production system. ;-) This driver needs a lot more work. It has a very dated view of the world and should be updated. Maybe I'll pick up one of these cards on Ebay and take a shot at it. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message