From owner-freebsd-hardware Tue Apr 25 06:19:28 1995 Return-Path: hardware-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA02625 for hardware-outgoing; Tue, 25 Apr 1995 06:19:28 -0700 Received: from amcell2.accumed.com (ljo.pr.mcs.net [204.95.62.86]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA02608 for ; Tue, 25 Apr 1995 06:19:22 -0700 Received: (from ljo@localhost) by amcell2.accumed.com (8.6.10/8.6.6) id MAA00831; Thu, 20 Apr 1995 12:43:25 -0500 Date: Thu, 20 Apr 1995 12:43:25 -0500 From: L Jonas Olsson Message-Id: <199504201743.MAA00831@amcell2.accumed.com> To: fenner@parc.xerox.com CC: rgrimes@gndrsh.aac.dev.com, freebsd-hardware@FreeBSD.org, ljo@po.CWRU.Edu In-reply-to: <199504191823.LAA02984@gndrsh.aac.dev.com> (rgrimes@gndrsh.aac.dev.com) Subject: Re: PCI plug-n-play on Intel Premiere Baby II? Reply-to: ljo@po.CWRU.Edu Sender: hardware-owner@FreeBSD.org Precedence: bulk The Intel Premiere II (aka Plato) uses shared ISA interrupts if you don't mark enough ISA interrupts as available (vs "used by ISA card") in the plug and play subportion of the BIOS setup. I've used three PCI cards all at different IRQs on this board. (video, frame grabber, and NCR810). I'm more worried about the things Rod have said about multiple bus masters. I plan to use this board with NCR810 and an Imaging Technology bus-mastering PCI frame grabber. Jonas PS I've succesfully used the BitFlow Raptor PCI frame grabber under FreeBSD. This was all in user mode using /dev/io to read some PCI BIOS variables (memory address and IRQ line) and /dev/mem to mmap the registers and memory (8MB region). This is shared memory access and the read speed is ~15.5MB/s on 90MHz Plato.