From owner-freebsd-hackers Mon Dec 4 14:18:54 2000 From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 4 14:18:53 2000 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id F278737B400 for ; Mon, 4 Dec 2000 14:18:52 -0800 (PST) Received: from cold.cs.duke.edu (cold.cs.duke.edu [152.3.140.78]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA09917 for ; Mon, 4 Dec 2000 17:18:52 -0500 (EST) From: Darrell Anderson Received: (anderson@localhost) by cold.cs.duke.edu (8.8.5/8.6.9) id RAA04203 for hackers@freebsd.org; Mon, 4 Dec 2000 17:18:52 -0500 (EST) Message-Id: <200012042218.RAA04203@cold.cs.duke.edu> Subject: doscmd pci bios support To: hackers@freebsd.org Date: Mon, 4 Dec 2000 17:18:52 -0500 (EST) X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've added some pci bios support to doscmd in an effort to initialize a Maestro-3i via essaudio.com. The new code is derived from the Linux dosemu, which executes essaudio.com correctly. It works enough to probe the pci bios, find, and interact with the correct device. essaudio.com does not run to completion, however, complaining about an invalid irq. I've switched to other ways of initializing this dsp, but figured somebody might be interested in my doscmd changes. I've placed the changes online: http://www.cs.duke.edu/~anderson/freebsd/doscmd -Darrell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message