Date: Wed, 25 May 2011 04:46:48 +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: r222275 - in head/sys: amd64/conf i386/conf Message-ID: <201105250446.p4P4kmXH099581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Wed May 25 04:46:48 2011 New Revision: 222275 URL: http://svn.freebsd.org/changeset/base/222275 Log: run(4) needs firmware loaded to work 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 03:25:14 2011 (r222274) +++ head/sys/amd64/conf/GENERIC Wed May 25 04:46:48 2011 (r222275) @@ -324,6 +324,7 @@ 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 03:25:14 2011 (r222274) +++ head/sys/i386/conf/GENERIC Wed May 25 04:46:48 2011 (r222275) @@ -337,6 +337,7 @@ 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?201105250446.p4P4kmXH099581>