Paulius Bulotas <[EMAIL PROTECTED]> wrote:

> I was able to install 3.7 using wireless without any problems, although
> running it after that was quite bumpy experience (panic's because of ral).
> It seems, there were some fixes to ral(4), so I installed latest snapshot.
> What's strange, that I managed to install it through wireless too ;),
> but now I'm unable to connect to my access point ;(

I've run into this as well.  Dan Harnett <[EMAIL PROTECTED]> has
traced this to the changes in sys/dev/ic/ral.c, rev 1.52 and the
incomplete backout in rev 1.53.  If you go back to rev 1.51, all
should be fine again.  We're waiting for Damien to okay this...

Index: ral.c
===================================================================
RCS file: /cvs/src/sys/dev/ic/ral.c,v
retrieving revision 1.53
diff -u -r1.53 ral.c
--- ral.c       18 May 2005 20:10:07 -0000      1.53
+++ ral.c       4 Jun 2005 11:12:42 -0000
@@ -2650,9 +2650,6 @@
        /* set supported basic rates (1, 2, 6, 12, 24) */
        RAL_WRITE(sc, RAL_ARSP_PLCP_1, 0x153);
 
-       /* set default sensitivity */
-       ral_bbp_write(sc, 17, 0x48);
-
        ral_set_txantenna(sc, 1);
        ral_set_rxantenna(sc, 1);
        ral_update_slot(sc);
-- 
Christian "naddy" Weisgerber                          [EMAIL PROTECTED]

Reply via email to