BCM4401 Support for FreeBSD

From: Aeefyu (afu-subscribed-list_at_aeefyu.net)
Date: 07/28/03

  • Next message: Bruce Cran: "BCM4401 driver"
    Date: Tue, 29 Jul 2003 00:18:19 +0800
    To: freebsd-hackers@freebsd.org
    
    

    With reference to:
    http://marc.theaimsgroup.com/?l=freebsd-hackers&m=105593188923273&w=2

    i.e. Broadcom 440x NIC support for FreeBSD 4.x and 5.x (as found on
    latest Dell's Notebooks - mine is a 8500)

    Would anyone be so kind to enlighten me on the the current status?
    Last I heard of developments being made was end of June.

    Anyone please?

    I am willing to be a tester, if one is required.

    Cheers

    -- 
    Feisal
    Webcraft Solutions - http://www.webcraftsolutions.com
    --------------------------------------
    Chicken Little was right.
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: Bruce Cran: "BCM4401 driver"

    Relevant Pages

    • Re: Maintain list of attached event handlers (.Net 1.1)
      ... Your requirement to unsubscribe when the event fires is completely independent of how you unsubscribe other events later. ... A basic rule of event management is that when you subscribe the first handler, the reference to the event has to be instantiated. ... While you didn't actually post any code that showed such an enumeration, I will take as granted that somewhere you actually do. ... It's simple, it works, and is MORE performant than trying to maintain a list or lists or other data structures as various events are raised and unsubscribed from. ...
      (microsoft.public.dotnet.framework)
    • RE: Copyright Issues
      ... The company that supplies these vending machines is called Naughty Vend ... reference to and copyright credits to the original artist. ... the BSD Daemon is copyrighted by Marshall Kirk ... To unsubscribe, ...
      (freebsd-questions)
    • Re: Delegates and Events confusion
      ... I figured that I needed to unsubscribe in some way but since I ... wasn't storing an internal reference to the subscriber. ... In ClassC I hook into the ClassA ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: Need to remove a ghost file, but cant because it doesnt exist
      ... What most of the proposed methods had in common was that they ... needed to have a valid reference to the file first. ... Note this is my understanding and interpretation, ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
      (Debian-User)
    • Re: Maintain list of attached event handlers (.Net 1.1)
      ... The question of being able to unsubscribe event handlers later has nothing to do with whether you also unsubscribe as they are raised. ... attached this handler to that event". ... public event MyHandlerType myevent; ... However, that doesn't mean that you can't instead retain a reference to the object with the event itself, and gain access to the event later that way. ...
      (microsoft.public.dotnet.framework)