Date: Thu, 26 Jun 1997 01:57:47 +0000 From: "Michael J. Pelletier" <mjpell@earthlink.net> To: freebsd-questions@FreeBSD.ORG Subject: Adding second ISA IDE host adapter... Message-ID: <33B1CC9B.41C67EA6@earthlink.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33B1CC9B.41C67EA6>
