From owner-freebsd-questions Wed Jun 25 22:44:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA04904 for questions-outgoing; Wed, 25 Jun 1997 22:44:13 -0700 (PDT) Received: from myname.my.domain (1Cust84.Max33.Boston.MA.MS.UU.NET [153.35.85.212]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA04885 for ; Wed, 25 Jun 1997 22:44:05 -0700 (PDT) Received: from myname.my.domain (localhost [127.0.0.1]) by myname.my.domain (8.8.5/8.8.5) with SMTP id BAA01303 for ; Thu, 26 Jun 1997 01:57:48 GMT Message-ID: <33B1CC9B.41C67EA6@earthlink.net> Date: Thu, 26 Jun 1997 01:57:47 +0000 From: "Michael J. Pelletier" X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Adding second ISA IDE host adapter... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I just purchased a IDE controller card that I wish to use with the built-in IDE controller in my mainboard. I added the statements in the kernel file and rebuilt the kernel. current statements (in /sys/i386/conf/MYKERNEL) device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector However, the kernel can not find the device. I set all of the necessary jumpers on the card (COM3, irq 5). Can anyone help? Did I forget something? Thanks in advance, -- Mike