From owner-freebsd-smp Wed Jul 16 16:36:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA17690 for smp-outgoing; Wed, 16 Jul 1997 16:36:59 -0700 (PDT) Received: from cs.utah.edu (cs.utah.edu [128.110.4.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA17685 for ; Wed, 16 Jul 1997 16:36:56 -0700 (PDT) Received: from fast.cs.utah.edu by cs.utah.edu (8.8.4/utah-2.21-cs) id RAA25410; Wed, 16 Jul 1997 17:36:53 -0600 (MDT) Received: by fast.cs.utah.edu (8.6.10/utah-2.15-leaf) id RAA26588; Wed, 16 Jul 1997 17:36:53 -0600 Date: Wed, 16 Jul 1997 17:36:53 -0600 From: vanmaren@fast.cs.utah.edu (Kevin Van Maren) Message-Id: <199707162336.RAA26588@fast.cs.utah.edu> To: smp@FreeBSD.ORG Subject: Re: mptable from DELL 4100 Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Oh, the interesting thing I wanted to point out was this: % grep irq DELL.mptable fxp0 rev 2 int a irq 9 on pci0:16 fxp1 rev 2 int a irq 10 on pci0:17 fxp2 rev 2 int a irq 11 on pci0:19 fxp3 rev 2 int a irq 14 on pci1:8 ahc0 rev 0 int a irq 5 on pci1:10 pcibus_ihandler_attach: counting pci irq5's as clk0 irqs ahc1 rev 1 int a irq 5 on pci1:11 pcibus_ihandler_attach: counting pci irq5's as clk0 irqs ahc2 rev 0 int a irq 15 on pci1:13 pcibus_ihandler_attach: counting pci irq15's as clk0 irqs sc0 at 0x60-0x6f irq 1 on motherboard sio0 at 0x3f8-0x3ff irq 4 on isa sio1 at 0x2f8-0x2ff irq 3 on isa lpt0 at 0x378-0x37f irq 7 on isa fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Note that there are 6 different IRQs used by PCI cards. (fxp0:9, fxp1:10, fxp2:11, fxp3:14, ahc0,1:5, ahc2:15) I only actually used fxp0, ahc0, and ahc1, though. Kevin