*BSD News Article 99250


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!newsfeed.internetmci.com!news.dti.ad.jp!nspixp!np0.iij.ad.jp!nf3.iij.ad.jp!nr0.iij.ad.jp!news.iij.ad.jp!iijnet!tom!usenet
From: nao@tom-yam.or.jp (HAMADA Naoki)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: 3C509 problem
Date: 08 Jul 1997 23:28:11 GMT
Organization: Tom Yam, Edogawa, JAPAN
Lines: 23
Message-ID: <NAO.97Jul9082811@miffy.tom-yam.or.jp>
References: <5pp55g$rl0$1@newsfeeds.grolier.fr>
NNTP-Posting-Host: miffy.tom-yam.or.jp
In-reply-to: stcoulon@chewbacca.my_domain.fr's message of 6 Jul 1997 22:10:56 GMT
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44131

In article <5pp55g$rl0$1@newsfeeds.grolier.fr> 
stcoulon@chewbacca.my_domain.fr (Stephane Coulon) writes:
>3C5X9: found 16 boards at 0x200 0x200 ... 0x200 (16 times)
>found no ep at 0x300
>
>(message not exact, it's clear if you look at the source code
>in /usr/src/sys/i386/isa/if_ep.c I think).
>
>My PC is a Pentium 133, ASustek T2P4 board,
>Matrox Mystique 4Mo
>Buslogic BT946 pci SCSI board
>Sound Blaster 32 PnP isa board
>3COM 509B PnP board (but PnP is disabled)
>and ThrustMaster ACM board.

Change ELINK_ID_PORT in /sys/i386/isa/elink.h from 0x100 to 0x110 and
rebuild your kernel.

Sound Blaster and 3C509 use extra resource which are located at 0x100
by default. The former is fixed, but the latter can be relocated by
changing ELINK_ID_PORT.

- nao