Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 20:10:37 -0600 (MDT)
From:      "M. Warner Losh" <imp@village.org>
To:        dwcjr@inethouston.net
Cc:        mobile@FreeBSD.ORG
Subject:   Re: today's -current and realtek pcmcia card
Message-ID:  <20020623.201037.109173310.imp@village.org>
In-Reply-To: <20020624015636.GF11296@leviathan.inethouston.net>
References:  <20020624014709.GD11296@leviathan.inethouston.net> <20020623.195432.44155810.imp@village.org> <20020624015636.GF11296@leviathan.inethouston.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20020624015636.GF11296@leviathan.inethouston.net>
            "David W. Chapman Jr." <dwcjr@inethouston.net> writes:
: On Sun, Jun 23, 2002 at 07:54:32PM -0600, M. Warner Losh wrote:
: > In message: <20020624014709.GD11296@leviathan.inethouston.net>
: >             "David W. Chapman Jr." <dwcjr@inethouston.net> writes:
: > : On Sun, Jun 23, 2002 at 07:43:58PM -0600, M. Warner Losh wrote:
: > : > In message: <20020623210056.GA11296@leviathan.inethouston.net>
: > : >             "David W. Chapman Jr." <dwcjr@inethouston.net> writes:
: > : > : I did a make world and kernel this morning(roughly 2 hours ago) and 
: > : > : not my realtek based card does not work under newcard, is anyone else 
: > : > : seeing this?
: > : > : 
: > : > : rl0: MII without any phy!
: > : > : device_probe_and_attach: rl0 attach returned 6
: > : > : pccbb1: CardBus activation failed
: > : > : 
: > : > : Any clues would be appreciated. 
: > : > 
: > : > Hmmmm, I'm not seeing that with my RL card here...  Lemme update and
: > : > try again.
: > : 
: > : I've cvsup'd and rebuilt a few times and my pccard worked 
: > : yesterday/this morning.  I could try again.  Atleast you have the 
: > : same pccard as I do now :)
: > 
: > You might wanna try again.  I just backed out something that might
: > have caused you a problem if you loaded your driver rather than
: > compiling it into the kernel.  conf/files version 1.653 is what you
: > want.  Version 1.650 might also be a good one to back out to if you
: > are impatient for the cvsup machinery to mirror.
: 
: I dont' have any network cards that work under -current so I'll have 
: to reinstall and cvsup so by then it should hopefully be synced to 
: my favorite cvs server.

Actaully, the following diff should be easy to apply:

Index: files
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/sys/conf/files,v
retrieving revision 1.650
retrieving revision 1.652
diff -u -r1.650 -r1.652
--- files	18 Jun 2002 21:32:33 -0000	1.650
+++ files	23 Jun 2002 07:31:29 -0000	1.652
@@ -449,7 +449,7 @@
 dev/mii/lxtphy.c	optional miibus
 dev/mii/qsphy.c		optional miibus
 dev/mii/acphy.c		optional miibus
-dev/mii/miibus_if.m	standard
+dev/mii/miibus_if.m	optional miibus
 dev/mk48txx/mk48txx.c	optional mk48txx
 dev/mlx/mlx.c		optional mlx
 dev/mlx/mlx_disk.c	optional mlx

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020623.201037.109173310.imp>