From owner-freebsd-questions Wed Aug 26 14:09:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19390 for freebsd-questions-outgoing; Wed, 26 Aug 1998 14:09:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19373 for ; Wed, 26 Aug 1998 14:09:06 -0700 (PDT) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-127.laker.net [208.0.233.27]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id RAA23377; Wed, 26 Aug 1998 17:08:01 -0400 Message-Id: <199808262108.RAA23377@laker.net> From: "Steve Friedrich" To: "chas" Cc: "FreeBSD Questions" Date: Wed, 26 Aug 1998 17:07:06 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.00.1500) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: SCSI card is killing my NIC. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 27 Aug 1998 03:24:31 +0800, chas wrote: >ahc0 rev 0 int a irq 10 on pci0:13:0 >vga0 rev 67 int a irq 11 on pci0:16:0 >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 >psm0 at 0x60-0x64 irq 12 on motherboard >fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa >wdc0 at 0x1f0-0x1f7 irq 14 on isa >ep0 at 0x300-0x30f irq 10 on isa >npx0: INT 16 interface So far you have the following interrupts assigned: 0 Timer Reserved (not wired to slots) 1 Keyboard Reserved (not wired to slots) this is the console 2 Second INT controller (DO NOT ATTEMPT TO USE) 3 sio1 COM2 4 sio0 COM1 5 6 fdc0 floppy controller 7 lpt0 printer 8 rtc Real Time Clock (can't reassign) 9 10 ahc0 + ep0 11 12 psm0 mouse 13 This is normally the math coprocessor (might be moved to int 16 under FreeBSD) 14 wdc0 First IDE channel supporting 2 devices 15 Leave this one alone if you ever want to add another IDE controller So move ep0 to either 5, 9, or 11 Int 5 is usually reserved for LPT2 (which is why Soundblasters use it... 8o) ). Int 9 is usually used for video boards or network boards, partly because most DOS/Winblows drivers for other devices don't know how to handle the int2/9 thingie (you don't want to know...) So I'd leave int 5 alone in case I ever wanted to add a Soundblaster. I'd change ep0 to use int11. It's easy to do so: When you boot, you'll get a boot: prompt type "c" to get to the configuration selection screen type "v" to enter the visual configurator In the top section, find ep0 under "Networking" and change it's int to 11 BTW, I didn't look for any i/o address conflicts yet. Try this and tell us what you got... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message