From owner-freebsd-hackers Mon Feb 5 08:37:00 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07224 for hackers-outgoing; Mon, 5 Feb 1996 08:37:00 -0800 (PST) Received: from xi.dorm.umd.edu (xi.dorm.umd.edu [129.2.152.45]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA07219 for ; Mon, 5 Feb 1996 08:36:57 -0800 (PST) Received: from xi.dorm.umd.edu (localhost [127.0.0.1]) by xi.dorm.umd.edu (8.7.3/8.6.12) with SMTP id LAA01819; Mon, 5 Feb 1996 11:35:34 -0500 (EST) Date: Mon, 5 Feb 1996 11:35:32 -0500 (EST) From: Sujal Patel X-Sender: smpatel@xi.dorm.umd.edu To: Ron Bolin cc: hackers@freebsd.org Subject: Re: SMC8416BT Support In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org Precedence: bulk On Sun, 4 Feb 1996, Ron Bolin wrote: > I installed FBSD 2.01 ans am using an SMC 8416BT MIC. > I get a ed0: device timeout when the system comes up. > Got andy ideas as to weterh this card should work. > I ahve a Wt0 device at int 5 and 300h. I placed the SMC8416BT > on int 10 and 340h in the kernel conf gen file. > This card is listed in the source code and the /var/log/message > file shows that it recongizes the card (by signature). I'm running the Plug-n-Play version of the 8416 without any problems. Make sure that your interrupt and iomem are correct & non-conflicting (Also run ezstart.exe in DOS to make sure your card is configured for shared memory mode, not IO Port mode). device ed0 at isa? port 0x240 net irq 11 iomem 0xd0000 vector edintr Sujal