From owner-freebsd-questions Wed Jul 26 18:29:59 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id SAA00961 for questions-outgoing; Wed, 26 Jul 1995 18:29:59 -0700 Received: from mail1.wolfe.net (mail1.wolfe.net [204.157.98.11]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id SAA00955 for ; Wed, 26 Jul 1995 18:29:57 -0700 Received: from gonzo.wolfe.net (moore@gonzo.wolfe.net [204.157.98.2]) by mail1.wolfe.net (8.6.12/8.6.10) with ESMTP id SAA03797; Wed, 26 Jul 1995 18:31:48 -0700 From: Timothy Moore Received: (moore@localhost) by gonzo.wolfe.net (8.6.10/8.6.9) id SAA07834; Wed, 26 Jul 1995 18:29:20 -0700 Date: Wed, 26 Jul 1995 18:29:20 -0700 Message-Id: <199507270129.SAA07834@gonzo.wolfe.net> To: jmb@kryten.Atinc.COM CC: jan@bagend.atl.ga.us, questions@freebsd.org In-reply-to: "Jonathan M. Bresler"'s message of Wed, 26 Jul 1995 21:10:32 -0400 (EDT) Subject: Re: Problems installing a serial card... Sender: questions-owner@freebsd.org Precedence: bulk Date: Wed, 26 Jul 1995 21:10:32 -0400 (EDT) From: "Jonathan M. Bresler" MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Jul 1995, Timothy Moore wrote: > /sbin/dmesg | grep ^sio > > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16550A > sio1 at 0x2f8-0x2ff irq 3 on isa > sio1: type 16550A > > Ok, to what do I set the IRQs and addresses on the card if I want its > ports to be sio2 and sio3? sio2 at 0x3e8-0x3ef sio3 at 0x2e8-0x2ef set the irq to the you configured on the card. must not be used by another device. That's what I did; I set the IRQs on the card to 10 & 11 and did the same in kernel config. Are you guys recommending that I set the IRQ's on the card to 4 & 3, even though sio0 and sio1 are using that IRQ? Tim