On 25 May 2011 16:46, Kevin Lo <ke...@freebsd.org> wrote: > 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
Are you sure this is right? I believe this will statically link in contrib/dev/run/rt2870.fw.uu to the kernel as opposed to having the kernel load and release runfw.ko as needed. Andrew _______________________________________________ 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"