Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2010 01:44:14 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 bwn.4 src/sys/dev/bwn if_bwn.c if_bwnreg.h if_bwnvar.h src/sys/modules/bwn Makefile
Message-ID:  <201002160148.o1G1mpi3025645@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2010-02-16 01:44:14 UTC

  FreeBSD src repository

  Added files:
    share/man/man4       bwn.4 
    sys/dev/bwn          if_bwn.c if_bwnreg.h if_bwnvar.h 
    sys/modules/bwn      Makefile 
  Log:
  SVN rev 203945 on 2010-02-16 01:44:14Z by weongyo
  
  adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.
  
    o uses v4 firmware instead of v3.  A port will be committed to create
      the bwn firmware module.
    o supports B/G and LP(low power) PHYs.
    o supports 32 / 64 bits DMA operations.
    o tested on big / little endian machines so should work on all
      architectures.
  
  It'd not connected to the build until the firmware port is committed.
  
  Revision  Changes    Path
  1.1       +134 -0    src/share/man/man4/bwn.4 (new)
  1.1       +14317 -0  src/sys/dev/bwn/if_bwn.c (new)
  1.1       +998 -0    src/sys/dev/bwn/if_bwnreg.h (new)
  1.1       +957 -0    src/sys/dev/bwn/if_bwnvar.h (new)
  1.1       +9 -0      src/sys/modules/bwn/Makefile (new)



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