Wireless card not being detected

2007-02-18 Thread DAK GHATIKACHALAM

Hi Freebsd


I have an issue with new card I need to make it work with freebsd,


on /var/log/messages I get


Feb 18 20:51:55 DAK kernel: pccard0:  (manufacturer=0x0192,
produc
t=0x0710, function_type=6) at function 0
Feb 18 20:51:55 DAK kernel: pccard0:CIS info: Sierra Wireless, AC860, 3G
Net
work Adapter, R1


For some reason  I dont understand why I get unknown card error

Does any one has idea


Thanks
Dak
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: nullfs and named pipes.

2007-02-18 Thread Josef Karthauser
On Fri, Feb 16, 2007 at 04:36:56PM +0200, Kostik Belousov wrote:
> > >>cvs diff: Diffing .
> > >>Index: null_subr.c
> > >>===
> > >>RCS file: /home/ncvs/src/sys/fs/nullfs/null_subr.c,v
> > >>retrieving revision 1.48.2.1
> > >>diff -u -r1.48.2.1 null_subr.c
> > >>--- null_subr.c 13 Mar 2006 03:05:17 -  1.48.2.1
> > >>+++ null_subr.c 14 Feb 2007 00:02:28 -
> > >>@@ -235,6 +235,8 @@
> > >>  xp->null_vnode = vp;
> > >>  xp->null_lowervp = lowervp;
> > >>  vp->v_type = lowervp->v_type;
> > >>+   if (vp->v_type == VSOCK || vp->v_type == VFIFO)
> > >>+   vp->v_un = lowervp->v_un;
> > >
> > >I'm wondering is some reference counting needed there ?
> > 
> > Yes, I find this a bit worrying also, but I don't know enough about how 
> > nullfs works to reason about it.  What happens when a vnode in the bottom 
> > layer has its on-disk reference count drop to zero -- is the vnode in the 
> > top layer invalidated somehow?
> 
> Vnode reclamation from lower layer cannot do anithing for corresponding nullfs
> vnode, but that vnode has reference from nullfs vnode.
> On the other hand, can forced unmount proceed for lower layer ?

Does know of any reason why I can't commit this as it is, at least for
now.  It doesn't appear that it would break anything that works
currently, and in its current form it at least fixes named pipe
functionality for the kinds of cases that people would want to use it.

Joe


pgpDIfvf53Np5.pgp
Description: PGP signature