Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!hookup!lll-winken.llnl.gov!venus.sun.com!wnoc-sfc-news!kogwy!hosokawa From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: PCMCIA & ethernet? Date: 1 Jul 1995 11:35:11 GMT Organization: Tokoro Laboratory, Keio University, Yokohama Japan. Lines: 35 Message-ID: <3t3btf$hg2@kogwy.cc.keio.ac.jp> References: <clintdw-2506951513210001@nb-dyna24.interaccess.com> <JKH.95Jun26013314@whisker.internet-eireann.ie> <3sppem$t9e@gap.cco.caltech.edu> NNTP-Posting-Host: sajima.mt.cs.keio.ac.jp Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Dnas-Posting-Host: vivian.mt.cs.keio.ac.jp X-Newsreader: mnews [version 1.18PL3] 1994-08/01(Mon) In article <3sppem$t9e@gap.cco.caltech.edu> shih writes: >> I am using a 3C589 card in my T1950CT. It works great with 10 BaseT. >> It didn't work with thin-wide. I don't know if it's problem with my >> card or with the driver. But anyway, 3C589 10 BaseT works under the 2.0.5. Okay, I wrote a quick-hack patch. But I can't test it because I have no 10Base-2 connectivity. Please test it. ifconfig the zp interface with link0 or link1. *** if_zp.c.orig Sat Jul 1 20:16:28 1995 --- if_zp.c Sat Jul 1 20:28:26 1995 *************** *** 1064,1070 **** */ #if defined(__NetBSD__) || defined(__FreeBSD__) ! if (!(ifp->if_flags & IFF_LINK0) && (sc->ep_connectors & BNC)) { #else if (!(ifp->if_flags & IFF_ALTPHYS) && (sc->ep_connectors & BNC)) { #endif --- 1064,1070 ---- */ #if defined(__NetBSD__) || defined(__FreeBSD__) ! if (!(ifp->if_flags & IFF_LINK1) && (sc->ep_connectors & BNC)) { #else if (!(ifp->if_flags & IFF_ALTPHYS) && (sc->ep_connectors & BNC)) { #endif -- HOSOKAWA, Tatsumi E-mail: hosokawa@mt.cs.keio.ac.jp WWW homepage: http://www.mt.cs.keio.ac.jp/person/hosokawa.html Department of Computer Science, Keio University, Yokohama, Japan