From owner-freebsd-hardware Sun Feb 2 06:52:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA20699 for hardware-outgoing; Sun, 2 Feb 1997 06:52:06 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA20672 for ; Sun, 2 Feb 1997 06:52:03 -0800 (PST) Received: from david.siemens.de by mail.crl.com with SMTP id AA19541 (5.65c/IDA-1.5 for ); Sun, 2 Feb 1997 06:48:22 -0800 Received: from salomon.mchp.siemens.de (salomon.mchp.siemens.de [139.23.33.13]) by david.siemens.de (8.8.5/8.8.0) with ESMTP id PAA22968 for ; Sun, 2 Feb 1997 15:41:50 +0100 (MET) Received: from curry.mchp.siemens.de (smtpd@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.4/8.8.4) with ESMTP id PAA02427 for ; Sun, 2 Feb 1997 15:46:04 +0100 (MET) Received: (from smtpd@localhost) by curry.mchp.siemens.de (8.8.5/8.8.5) id PAA15853 for ; Sun, 2 Feb 1997 15:46:02 +0100 (MET) From: Andre Albsmeier Message-Id: <199702021445.PAA28878@server.us.tld> Subject: 5 devices in 4 PCI Slots ? To: freebsd-hardware@freebsd.org Date: Sun, 2 Feb 1997 15:45:56 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL28 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am currently running 2.2 on a Chaintech P5 board which has 4 PCI slots available. Two of them are used with two 2940 controllers and the third is used with a 2-channel SMC-Ethernet Card. The dmesg is as follows: ahc0 rev 0 int a irq 9 on pci0:9 ahc0: aic7880 Single Channel, SCSI Id=7, 16 SCBs ahc1 rev 0 int a irq 10 on pci0:10 ahc1: aic7880 Single Channel, SCSI Id=7, 16 SCBs Probing for devices on PCI bus 1: de0 rev 36 int a irq 11 on pci1:4 de0: SMC 8434BT-CH1 21040 [10Mb/s] pass 2.4 de0: address 00:00:c0:ba:73:e0 de0: enabling BNC/AUI port de1 rev 36 int a irq 12 on pci1:5 de1: SMC 8434BT-CH2 21040 [10Mb/s] pass 2.4 de1: address 00:00:c0:81:78:e0 de1: enabling BNC/AUI port However, I want to add a third 2940 to the fourth PCI slot. Will there be any problems with the interrupts? Will there be one interrupt assigned two times. Does FreeBSD handle this case properly? Thanks -Andre