Date: Wed, 25 May 2011 10:04:13 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r222282 - in head/sys: amd64/conf i386/conf Message-ID: <201105251004.p4PA4D4u009286@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Wed May 25 10:04:13 2011 New Revision: 222282 URL: http://svn.freebsd.org/changeset/base/222282 Log: Bring back r222275. runfw(4) will statically link in rt2870.fw.uu to the kernel, though I have MODULES_OVERRIDE="" in GENERIC. Spotted by: thompsa Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC ============================================================================== --- head/sys/amd64/conf/GENERIC Wed May 25 09:45:13 2011 (r222281) +++ head/sys/amd64/conf/GENERIC Wed May 25 10:04:13 2011 (r222282) @@ -324,7 +324,6 @@ device udav # Davicom DM9601E USB # USB Wireless device rum # Ralink Technology RT2501USB wireless NICs device run # Ralink Technology RT2700/RT2800/RT3000 NICs. -device runfw # Ralink Technology RT2700/RT2800/RT3000 NICs firmware device uath # Atheros AR5523 wireless NICs device upgt # Conexant/Intersil PrismGT wireless NICs. device ural # Ralink Technology RT2500USB wireless NICs Modified: head/sys/i386/conf/GENERIC ============================================================================== --- head/sys/i386/conf/GENERIC Wed May 25 09:45:13 2011 (r222281) +++ head/sys/i386/conf/GENERIC Wed May 25 10:04:13 2011 (r222282) @@ -337,7 +337,6 @@ device udav # Davicom DM9601E USB # USB Wireless device rum # Ralink Technology RT2501USB wireless NICs device run # Ralink Technology RT2700/RT2800/RT3000 NICs. -device runfw # Ralink Technology RT2700/RT2800/RT3000 NICs firmware device uath # Atheros AR5523 wireless NICs device upgt # Conexant/Intersil PrismGT wireless NICs. device ural # Ralink Technology RT2500USB wireless NICs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105251004.p4PA4D4u009286>