From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 18:40:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E1816A41F for ; Mon, 19 Sep 2005 18:40:23 +0000 (GMT) (envelope-from substme@rc.tex-an.net) Received: from rc.tex-an.net (rc.tex-an.net [141.198.193.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8711743D46 for ; Mon, 19 Sep 2005 18:40:23 +0000 (GMT) (envelope-from substme@rc.tex-an.net) Received: from rc.tex-an.net (localhost.capnet.state.tx.us [127.0.0.1]) by rc.tex-an.net (8.13.1/8.13.1) with ESMTP id j8JIctlZ010401 for ; Mon, 19 Sep 2005 13:38:55 -0500 (CDT) (envelope-from substme@rc.tex-an.net) Received: from localhost (substme@localhost) by rc.tex-an.net (8.13.1/8.13.1/Submit) with ESMTP id j8JIctxK010398 for ; Mon, 19 Sep 2005 13:38:55 -0500 (CDT) (envelope-from substme@rc.tex-an.net) Date: Mon, 19 Sep 2005 13:38:55 -0500 (CDT) From: mailtrail To: freebsd-questions@freebsd.org In-Reply-To: <200509191405.32387.ean@hedron.org> Message-ID: <20050919132035.T10188@rc.tex-an.net> References: <20050919121743.T10188@rc.tex-an.net> <200509191405.32387.ean@hedron.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: ISA NIC card under 5.4R ??? (WD8003, non-PnP) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 18:40:24 -0000 [sorry about the lack of subject line on original post] On Mon, 19 Sep 2005, Ean Kingston wrote: > On September 19, 2005 01:57 pm, mailtrail wrote: >> I needed a quick firewall to guard an ISDN line, so I grabbed a K6/166. >> This box only came out of service a couple months ago, having run for >> several years on 4.3-stable (set up some time in 2001). >> The NIC card that is in it is an ISA bus card, a WD8003 (it was operating >> as ed0 in its previous incarnation). More for amusement than anything >> else, I decided to use that card, if I could, with a recent version of >> FreeBSD, so I loaded 5.4-R onto it. >> >> I now realize that I no longer have any idea how to tell the kernel how to >> find a non-PnP ISA card. >> >> Here is the kernel.conf file from the old box: >> en ed0 > Interface ed0 (someone correct me if I'm wrong it's been a while) So the "en ed0" command above is something along the lines of setting up a symbol for the rest of the configuration commands? Or is it something along the lines of a CISCO IOS "interface fe0" command, that says the rest of the commands refer to fast ethernet 0? >> po ed0 0x300 > Port to interface ed0 id 0x300 (bit of physical memory to access the nic) >> ir ed0 10 > IRQ for ed0 is 10 >> iom ed0 0xd8000 > I/0 memory for ed0 0xd8000 (for direct memory access IIRC) >> f ed0 0 > I forgot this one, sorry. >> q I'm guessing the "q" command is "quit", but I don't know if it means "don't pay attention to any further lines in this config file", or if it means "that's the end of configuring ed0". Does anyone remember? >> I don't even remember what lines 1 and 5 mean. How do I set IRQ, memory >> address, etc for a non-PnP ISA card under 5.4-R, if that is even possible? >> If not possible, is it supported under 4.11? >From a websearch it looks like the kernel config worked just about the same at least as late as 4.9-R, but it seems that the only people using ISA cards these days are in places like the Czech Republic and other places where I can't read the web pages. I couldn't even find a reference to using an ISA card under 5.4. Anybody know how under 5.4-R? >> This isn't critical by any means. The motherboard has two open PCI slots >> on it, so I could just use PCI NIC cards for the firewall, but I am >> curious if the old cards can still be used. I also have a second ISA NIC >> card, a WD8013, so it would be somewhat amusing to have this box running a >> firewall using those two old NIC cards. The ISA bus should be able to >> easily keep up with 128Kb of traffic; the old version of the box was a >> mail- and web-server, and never had problems keeping up with ISDN speeds.