svn commit: r221030 - head/sys/modules
David Christensen
davidch at FreeBSD.org
Mon Apr 25 21:53:42 UTC 2011
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
More information about the svn-src-head
mailing list