Author: davidch
Date: Mon Apr 25 21:53:41 2011
New Revision: 221030
URL: http://svn.freebsd.org/changeset/base/221030

Log:
  - Added bxe(4) driver for i386 and amd64. Currently untested on other
    CPU architectures.
  
  MFC after:    One week

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Mon Apr 25 21:27:38 2011        (r221029)
+++ head/sys/modules/Makefile   Mon Apr 25 21:53:41 2011        (r221030)
@@ -40,6 +40,8 @@ SUBDIR=       ${_3dfx} \
        bce \
        bfe \
        bge \
+       ${_bxe} \
+       ${_bxe} \
        ${_bios} \
        ${_bktr} \
        ${_bm} \
@@ -383,6 +385,7 @@ _aout=              aout
 _apm=          apm
 _arcnet=       arcnet
 _bktr=         bktr
+_bxe=          bxe
 _cardbus=      cardbus
 _cbb=          cbb
 _ce=           ce
@@ -529,6 +532,7 @@ _amdsbwd=   amdsbwd
 _amdtemp=      amdtemp
 _arcmsr=       arcmsr
 _asmc=         asmc
+_bxe=          bxe
 _cardbus=      cardbus
 _cbb=          cbb
 _cmx=          cmx
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to