doscmd pci bios support

2000-12-04 Thread Darrell Anderson
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 doe

Re: PCI BIOS

2000-08-31 Thread YAMAMOTO Shigeru
From: Mike Smith <[EMAIL PROTECTED]> Subject: Re: PCI BIOS Date: Wed, 30 Aug 2000 18:25:16 -0700 > Just to note that I've been looking at this code a bit, and at least the > PCI bus interface/implementation is really nice. It could do with a > little cleaning up, but th

Re: PCI BIOS

2000-08-30 Thread Mike Smith
o continue with this work? Could you write a few words describing what the goal of this particular development tree is? Thanks! > From: Warner Losh <[EMAIL PROTECTED]> > Subject: PCI BIOS > Date: Mon, 28 Aug 2000 15:26:32 -0600 > > Anybody have a good interface to p

Re: PCI BIOS

2000-08-29 Thread Warner Losh
In message <[EMAIL PROTECTED]> YAMAMOTO Shigeru writes: : Now I'm wrinting a code to use PCI BIOS/MS$PIR. : URL:http://www.bremen.or.jp/shigeru/FreeBSD/CardBus/dev.2628.tar.gz : : sys/i386/pci/pci_root.c in my code is using pci interrrupt routing : table in a PCI BIOS when assig

Re: PCI BIOS

2000-08-29 Thread YAMAMOTO Shigeru
From: Warner Losh <[EMAIL PROTECTED]> Subject: PCI BIOS Date: Mon, 28 Aug 2000 15:26:32 -0600 > Anybody have a good interface to pcibios for kernel devices to use? I > think I have a need for it with the TI-1225 based pci cardbus bridge > card that I have. I need to be

PCI BIOS

2000-08-28 Thread Warner Losh
Anybody have a good interface to pcibios for kernel devices to use? I think I have a need for it with the TI-1225 based pci cardbus bridge card that I have. I need to be able to assign interrupt numbers (or at least get them) for the slot. NetBSD has this functionality and we need it to be a