From owner-freebsd-bugs Sat Jul 1 19:14:50 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA11314 for bugs-outgoing; Sat, 1 Jul 1995 19:14:50 -0700 Received: from leibniz.math.psu.edu (root@leibniz.math.psu.edu [146.186.130.2]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA11308 for ; Sat, 1 Jul 1995 19:14:48 -0700 Received: from napier.math.psu.edu (wilcox@napier.math.psu.edu [146.186.132.4]) by leibniz.math.psu.edu (8.6.12/8.6.9) with ESMTP id WAA17598; Sat, 1 Jul 1995 22:14:46 -0400 Received: from localhost (wilcox@localhost) by napier.math.psu.edu (8.6.12/8.6.9) with ESMTP id WAA00491; Sat, 1 Jul 1995 22:14:45 -0400 Message-Id: <199507020214.WAA00491@napier.math.psu.edu> X-Mailer: exmh version 1.5.3 12/28/94 To: "Unser, Danny" cc: "'FreeBSD - Bugs'" Subject: Re: FreeBSD 2.05 or latest SNAP shot of it In-reply-to: Message <2FF03CF1@msmail.sdsmt.edu> from "Tue, 27 Jun 1995 11:13:00 MDT." Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 01 Jul 1995 22:14:43 -0400 From: Ken Wilcox Sender: bugs-owner@FreeBSD.org Precedence: bulk "Unser, Danny" writes: > > I cannot get my machine to install via FTP using a SMC Elite16 ethernet > card. > I get the error > "device timeout" > "device timeout" > "device timeout" > > I hardly doubt its a problem with the card since it was just working > great with FreeBSD2.0. > > Dan This looks like the same problem that I had. My card was sitting at IO addr 0x320, which is not what the kernel wants. If you change it to 0x280 or 0x300 it should work. There might be another way to do this, but this is what I did to get it to install correctly. -Ken Wilcox