]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r203945:
authorweongyo <weongyo@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 20 Apr 2010 21:40:09 +0000 (21:40 +0000)
committerweongyo <weongyo@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 20 Apr 2010 21:40:09 +0000 (21:40 +0000)
commitf964d73f27184501f9324f976ee060beb2095251
tree5c148b509ce62110d1ae8741deeb43bc82856f30
parentc94fa4d5c2bb71fca4721446a76e98731fd61002
MFC r203945:
  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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@206933 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/bwn/if_bwn.c [new file with mode: 0644]
sys/dev/bwn/if_bwnreg.h [new file with mode: 0644]
sys/dev/bwn/if_bwnvar.h [new file with mode: 0644]
sys/modules/bwn/Makefile [new file with mode: 0644]