From nobody@FreeBSD.ORG Sun May  2 03:24:24 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 26EF2151ED; Sun,  2 May 1999 03:24:24 -0700 (PDT)
Message-Id: <19990502102424.26EF2151ED@hub.freebsd.org>
Date: Sun,  2 May 1999 03:24:24 -0700 (PDT)
From: efbatey@yahoo.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: clueless how to discover my NE2000 clone IRQ / MemAddr
X-Send-Pr-Version: www-1.0

>Number:         11438
>Category:       kern
>Synopsis:       clueless how to discover my NE2000 clone IRQ / MemAddr
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May  2 03:30:01 PDT 1999
>Closed-Date:    Sun Jun 6 05:21:34 PDT 1999
>Last-Modified:  Sun Jun  6 05:23:01 PDT 1999
>Originator:     Everett Batey
>Release:        2.2.8
>Organization:
Self
>Environment:
FreeBSD gcpacix.cotdazr.org  FreeBSD Release 2.2.0 .. #0 .. jkh@time...
Mon Nov 30 ... 1998 ... i386
Running on a P-200 MMX Intel .. with Intel Chipset
>Description:
This NE2000 Clone was still alive, and still seems to be alive since
the demise of my 2.0.5 F.Bsd .. Finding USB=irq11, AAH2940UW=irq10,
sc0=1, sio0/1=4/3, lpt0=7, psm0=12, fdc0=6, ed0 NOT found at 0x280,
so what is my fastest way out of this jam ?


>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->freebsd-bugs 
Responsible-Changed-By: hoek 
Responsible-Changed-When: Tue May 25 03:30:21 PDT 1999 
Responsible-Changed-Why:  
Not freebsd-doc mati 
Not freebsd-doc material.  This pr for FreeBSD 2.2.0 should probably 
be closed. 

From: Nick Hibma <nick.hibma@jrc.it>
To: freebsd-gnats-submit@freebsd.org, efbatey@yahoo.com
Cc:  
Subject: Re: kern/11438: clueless how to discover my NE2000 clone IRQ / MemAddr
Date: Sun, 06 Jun 1999 14:13:32 +0200

 possible approaches
 
 1) Abuse Windows'95: use the hardware overview from the control panel to
 detect what hardware resources the device takes.
 
 2) use many many lines in your kernel config to check for every possible
 location. An NE2000 card is often somewhere in
 the 280-360 range.
 
 Like this (this is for a 4.0 kernel, make sure you use lines which work
 for you):
 
 device ed0 at isa? port 0x280 irq 10 iomem 0xd8000
 device ed0 at isa? port 0x290 irq 10 iomem 0xd8000
 device ed0 at isa? port 0x300 irq 10 iomem 0xd8000
 device ed0 at isa? port 0x310 irq 10 iomem 0xd8000
 device ed0 at isa? port 0x320 irq 10 iomem 0xd8000
 
 reconfig the kernel, build, install and reboot and se what dmesg
 reports. Use the same approach for the irq (possible locations:
 3,4,5,7,9,11,12,13)
 
 3) Check the hardware itself by ripping open the box. Maybe it has the
 settings written onto it next to the dip switches.
 
 if that does not solve your problem, you might want to submit your
 question to the freebsd-questions mailing list or check the archives at
 
 	http://www.egroups.com
 
 Hope this helps. (will close this PR)
 
 Nick
 
State-Changed-From-To: open->closed 
State-Changed-By: n_hibma 
State-Changed-When: Sun Jun 6 05:21:34 PDT 1999 
State-Changed-Why:  
Submitter has been advised of an answer and been given other options 
for further asking. This is more or less not a PR anyway, more 
something that belongs in freebsd-questions. 
>Unformatted:
