Date: Sun, 26 Jun 2011 22:14:13 -0600 From: Warner Losh <imp@bsdimp.com> To: Ronald Klop <ronald-freebsd8@klop.yi.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Hans Petter Selasky <hselasky@FreeBSD.org> Subject: Re: svn commit: r223519 - head/etc/devd Message-ID: <CAEA5F96-D0B6-4A82-A137-5886A7CE5718@bsdimp.com> In-Reply-To: <op.vxofipu38527sy@pinky> References: <201106242132.p5OLW3DL071062@svn.freebsd.org> <op.vxofipu38527sy@pinky>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 26, 2011, at 3:33 AM, Ronald Klop wrote: > Is this part of the auto-detect hardware discussion I read on one of = the mailinglists lately? About having less drivers in GENERIC and more = auto-loaded? > If it is... Looks like a nice feature. Not in GENERIC. 9.0 is getting ready to feature freeze any minute, so = there's no time to do the testing that a radical change like that would = require. Warner >=20 > Ronald. >=20 > On Fri, 24 Jun 2011 23:32:03 +0200, Hans Petter Selasky = <hselasky@freebsd.org> wrote: >=20 >> Author: hselasky >> Date: Fri Jun 24 21:32:03 2011 >> New Revision: 223519 >> URL: http://svn.freebsd.org/changeset/base/223519 >>=20 >> Log: >> - Add auto-load devd config file for USB kernel modules. >> MFC after: 14 days >>=20 >> Added: >> head/etc/devd/bus_auto.conf (contents, props changed) >>=20 >> Added: head/etc/devd/bus_auto.conf >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- /dev/null 00:00:00 1970 (empty, because file is newly = added) >> +++ head/etc/devd/bus_auto.conf Fri Jun 24 21:32:03 2011 = (r223519) >> @@ -0,0 +1,2347 @@ >> +# >> +# $FreeBSD$ >> +# >> +# This file was automatically generated by "tools/bus_autoconf.sh". >> +# Please do not edit! >> +# >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "(host|device)"; >> + match "intclass" "0x02"; >> + match "intsubclass" "0x06"; >> + action "kldload if_cdce"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "(host|device)"; >> + match "intclass" "0x02"; >> + match "intsubclass" "0x0a"; >> + action "kldload if_cdce"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "(host|device)"; >> + match "intclass" "0x02"; >> + match "intsubclass" "0x0d"; >> + action "kldload if_cdce"; >> +}; >> + >> +# 3 usb_dual entries processed >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05ac"; >> + match "product" "0x1290"; >> + match "intclass" "0xff"; >> + match "intsubclass" "0xfd"; >> + match "intprotocol" "0x01"; >> + action "kldload if_ipheth"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05ac"; >> + match "product" "0x1292"; >> + match "intclass" "0xff"; >> + match "intsubclass" "0xfd"; >> + match "intprotocol" "0x01"; >> + action "kldload if_ipheth"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05ac"; >> + match "product" "0x1294"; >> + match "intclass" "0xff"; >> + match "intsubclass" "0xfd"; >> + match "intprotocol" "0x01"; >> + action "kldload if_ipheth"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05ac"; >> + match "product" "0x1297"; >> + match "intclass" "0xff"; >> + match "intsubclass" "0xfd"; >> + match "intprotocol" "0x01"; >> + action "kldload if_ipheth"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0104"; >> + match "product" "0x00be"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x03e8"; >> + match "product" "0x0008"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x03eb"; >> + match "product" "0x2109"; >> + action "kldload uftdi"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x03f0"; >> + match "product" = "(0x0121|0x1016|0x1116|0x1216|0x1b1d|0x1e1d|0x2016|0x2116|0x2216|0x3016|0x= 3116|0x3216|0x3524|0x4016|0x4116|0x4216|0x5016|0x5116|0x5216|0x811c|0xca02= )"; >> + action "kldload ugensa"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0402"; >> + match "product" "0x5632"; >> + action "kldload if_cdce"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0403"; >> + match "product" = "(0x6001|0x6004|0x6010|0x6011|0x8372|0x9e90|0xcc48|0xcc49|0xcc4a|0xd678|0x= e6c8|0xe888|0xe889|0xe88a|0xe88b|0xe88c|0xee18|0xf608|0xf60b|0xf850|0xfa00= |0xfa01|0xfa02|0xfa03|0xfa04|0xfc08|0xfc09|0xfc0b|0xfc0c|0xfc0d|0xfc82)"; >> + action "kldload uftdi"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0408"; >> + match "product" = "(0x0304|0x1000|0xea02|0xea03|0xea04|0xea05|0xea06)"; >> + action "kldload if_run"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0409"; >> + match "product" "(0x00d5|0x00d6|0x00d7|0x8024|0x8025)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0411"; >> + match "product" = "(0x0001|0x0005|0x0009|0x0012|0x003d|0x005e|0x0066|0x0067|0x006e|0x008b|0x= 00b3|0x00d8|0x00d9|0x00da|0x00e8|0x0116|0x0119|0x012e|0x0137|0x0148|0x0150= |0x015d|0x016f)"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0413"; >> + match "product" "0x2101"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0423"; >> + match "product" "(0x000a|0x000c)"; >> + action "kldload if_cue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x043e"; >> + match "product" "0x9c01"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x045a"; >> + match "product" "(0x5001|0x5002)"; >> + action "kldload urio"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x045b"; >> + match "product" "0x0053"; >> + action "kldload uslcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x045e"; >> + match "product" = "(0x0079|0x007a|0x00ce|0x0400|0x0401|0x0402|0x0403|0x0404|0x0405|0x0406|0x= 0407|0x0408|0x0409|0x040a|0x040b|0x040c|0x040d|0x040e|0x040f|0x0410|0x0411= |0x0412|0x0413|0x0414|0x0415|0x0416|0x0417|0x0432|0x0433|0x0434|0x0435|0x0= 436|0x0437|0x0438|0x0439|0x043a|0x043b|0x043c|0x043d|0x043e|0x043f|0x0440|= 0x0441|0x0442|0x0443|0x0444|0x0445|0x0446|0x0447|0x0448|0x0449|0x044a|0x04= 4b|0x044c|0x044d|0x044e|0x044f|0x0450|0x0451|0x0452|0x0453|0x0454|0x0455|0= x0456|0x0457|0x0458|0x0459|0x045a|0x045b|0x045c|0x045d|0x045e|0x045f|0x046= 0|0x0461|0x0462|0x0463|0x0464|0x0465|0x0466|0x0467|0x0468|0x0469|0x046a|0x= 046b|0x046c|0x046d|0x046e|0x046f|0x0470|0x0471|0x0472|0x0473|0x0474|0x0475= |0x0476|0x0477|0x0478|0x0479|0x047a|0x047b|0x04c8|0x04c9|0x04ca|0x04cb|0x0= 4cc|0x04cd|0x04ce|0x04d7|0x04d8|0x04d9|0x04da|0x04db|0x04dc|0x04dd|0x04de|= 0x04df|0x04e0|0x04e1|0x04e2|0x04e3|0x04e4|0x04e5|0x04e6|0x04e7|0x04e8|0x04= e9|0x04ea)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0471"; >> + match "product" "(0x066a|0x1236|0x200f)"; >> + action "kldload uslcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0482"; >> + match "product" "0x0203"; >> + action "kldload umodem"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0489"; >> + match "product" "(0xe000|0xe003)"; >> + action "kldload uslcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x049f"; >> + match "product" "(0x0003|0x0032|0x505a)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04a4"; >> + match "product" "0x0014"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04a5"; >> + match "product" "(0x4027|0x4068)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04ad"; >> + match "product" "(0x0301|0x0302|0x0303|0x0306)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04b4"; >> + match "product" "0x1002"; >> + action "kldload ufm"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04b7"; >> + match "product" "0x0531"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04b8"; >> + match "product" "(0x0521|0x0522)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04bb"; >> + match "product" = "(0x0901|0x0904|0x0913|0x0930|0x0944|0x0945|0x0947|0x0948|0x0a03|0x0a0e)";= >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04bf"; >> + match "product" "(0x0115|0x0117)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04c5"; >> + match "product" "(0x1058|0x1079)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04da"; >> + match "product" "(0x2500|0x3900)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04dd"; >> + match "product" = "(0x8004|0x8005|0x8006|0x8007|0x9031|0x9102|0x9121|0x9123|0x9151|0x91ac|0x= 9242)"; >> + action "kldload if_cdce"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04e8"; >> + match "product" = "(0x5f00|0x5f01|0x5f02|0x5f03|0x5f04|0x6601|0x6611|0x6613|0x6615|0x6617|0x= 6619|0x661b|0x662e|0x6630|0x6632|0x8001)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x04f1"; >> + match "product" "(0x3008|0x3011|0x3012)"; >> + action "kldload if_axe"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0502"; >> + match "product" "(0x1631|0x1632|0x16e1|0x16e2|0x16e3)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0506"; >> + match "product" "(0x03e8|0x11f8|0x4601)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x050d"; >> + match "product" = "(0x0103|0x0109|0x0121|0x0257|0x0409|0x1203|0x4050|0x5055|0x7050|0x7050|0x= 7051|0x705a|0x705c|0x705e|0x8053|0x805c|0x815c|0x825a|0x905b|0x935a)"; >> + action "kldload ubsa"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0525"; >> + match "product" "(0x1080|0xa4a2)"; >> + action "kldload udbp"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0536"; >> + match "product" "0x01a0"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0543"; >> + match "product" = "(0x0ed9|0x1527|0x1529|0x152b|0x152e|0x1921|0x1922|0x1923)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0547"; >> + match "product" "(0x2008|0x2720)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x054c"; >> + match "product" = "(0x0038|0x0066|0x0095|0x009a|0x00da|0x0169|0x0437)"; >> + action "kldload uvisor"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0557"; >> + match "product" "(0x2002|0x2007|0x2008|0x2009|0x4000)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x055d"; >> + match "product" "0x2018"; >> + action "kldload if_run"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0565"; >> + match "product" "(0x0001|0x0002|0x0003|0x0005)"; >> + action "kldload ubsa"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0567"; >> + match "product" "(0x2000|0x2002)"; >> + action "kldload if_upgt"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x056c"; >> + match "product" "0x8007"; >> + action "kldload ubsa"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x056e"; >> + match "product" = "(0x200c|0x4002|0x4005|0x400b|0x4010|0x5003|0x5004|0xabc1)"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x057c"; >> + match "product" "(0x2200|0x3800)"; >> + action "kldload ng_ubt"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0584"; >> + match "product" "(0xb000|0xb020)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0586"; >> + match "product" = "(0x3401|0x3407|0x3409|0x340a|0x340f|0x3410|0x3416|0x341a)"; >> + action "kldload if_zyd"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x058f"; >> + match "product" "0x9720"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05a6"; >> + match "product" "0x0101"; >> + action "kldload if_run"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05ac"; >> + match "product" = "(0x020d|0x020e|0x020f|0x0215|0x0217|0x0218|0x0219|0x021a|0x021b|0x021c|0x= 0229|0x022a|0x022b|0x030a|0x030b|0x1402)"; >> + action "kldload atp"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05ad"; >> + match "product" "0x0fba"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05c6"; >> + match "product" "(0x6000|0x6613)"; >> + action "kldload u3g"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05cc"; >> + match "product" "0x3000"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05db"; >> + match "product" "(0x0003|0x0005|0x0009|0x000a|0x0011)"; >> + action "kldload uvscom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05e0"; >> + match "product" = "(0x2000|0x2001|0x2002|0x2003|0x2004|0x2005|0x2006|0x2007|0x2008|0x2009|0x= 200a)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05e3"; >> + match "product" "0x0501"; >> + action "kldload udbp"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x05e9"; >> + match "product" "(0x0008|0x0009)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x066b"; >> + match "product" = "(0x200c|0x2202|0x2202|0x2203|0x2204|0x2206|0x400b)"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0675"; >> + match "product" "0x0550"; >> + action "kldload if_zyd"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x067b"; >> + match "product" = "(0x0000|0x0001|0x04bb|0x0609|0x0611|0x0612|0x1234|0x206a|0x2303|0x2501|0x= 331a|0xaaa0|0xaaa2)"; >> + action "kldload udbp"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x067c"; >> + match "product" "0x1001"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x067e"; >> + match "product" "0x1001"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0681"; >> + match "product" "0x3c06"; >> + action "kldload if_ural"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x06e1"; >> + match "product" "(0x0008|0x0009)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x06f8"; >> + match "product" "(0xe000|0xe010|0xe020|0xe030)"; >> + action "kldload if_ural"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0707"; >> + match "product" "(0x0100|0x0200|0x0201|0xee13|0xee13)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0711"; >> + match "product" "(0x0200|0x0210|0x0230)"; >> + action "kldload umct"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0731"; >> + match "product" "(0x0528|0x2003)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0745"; >> + match "product" "(0x0001|0x1000)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0769"; >> + match "product" "(0x11f2|0x11f3|0x31f3)"; >> + action "kldload if_urtw"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x077b"; >> + match "product" "0x2226"; >> + action "kldload if_axe"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0789"; >> + match "product" "(0x010c|0x0160|0x0162|0x0163|0x0164)"; >> + action "kldload if_urtw"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x078b"; >> + match "product" "0x1234"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x079b"; >> + match "product" "(0x0027|0x004a|0x0062)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x07a6"; >> + match "product" "(0x07c2|0x0986|0x8511|0x8513|0x8515)"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x07aa"; >> + match "product" = "(0x0001|0x0004|0x000d|0x0017|0x002a|0x002d|0x002e|0x002f|0x003c|0x003f|0x= 0041|0x0042|0x9601)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x07b8"; >> + match "product" = "(0x110c|0x200c|0x2770|0x2870|0x3070|0x3071|0x3072|0x4000|0x4002|0x4003|0x= 4004|0x4007|0x400b|0x400c|0x4102|0x4104|0x420a|0x6001|0xabc1|0xb21b|0xb21c= |0xb21d|0xb21e|0xb21f)"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x07c9"; >> + match "product" "0xb100"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x07cf"; >> + match "product" "(0x2001|0x2002|0x2003)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x07d1"; >> + match "product" = "(0x3a0c|0x3c03|0x3c04|0x3c06|0x3c07|0x3c09|0x3c0a|0x3c0b|0x3c0d|0x3c0e|0x= 3c0f|0x3c11|0x3c13|0x3c15|0x3c16)"; >> + action "kldload if_uath"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x081e"; >> + match "product" "0xdf00"; >> + action "kldload uvisor"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x082d"; >> + match "product" "(0x0100|0x0200|0x0300)"; >> + action "kldload uvisor"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0830"; >> + match "product" = "(0x0001|0x0002|0x0003|0x0020|0x0031|0x0040|0x0050|0x0060|0x0061|0x0070)";= >> + action "kldload uvisor"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0833"; >> + match "product" "(0x012e|0x039f)"; >> + action "kldload uplcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x083a"; >> + match "product" = "(0x1046|0x4506|0x4506|0x4508|0x4521|0x5046|0x6618|0x7511|0x7512|0x7522|0x= 8522|0xa512|0xa618|0xa701|0xa702|0xb522|0xc522|0xd522|0xe501)"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0841"; >> + match "product" "0x0001"; >> + action "kldload urio"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0846"; >> + match "product" = "(0x1001|0x1002|0x1020|0x1040|0x4240|0x4260|0x4300|0x6100|0x6a00)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0856"; >> + match "product" "0xac01"; >> + action "kldload uftdi"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x085a"; >> + match "product" "(0x0008|0x0009)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x086e"; >> + match "product" "0x1920"; >> + action "kldload if_axe"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x087d"; >> + match "product" "0x5704"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x08d1"; >> + match "product" "(0x0001|0x0003)"; >> + action "kldload if_cue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x08dd"; >> + match "product" "(0x0986|0x0987|0x0988|0x8511|0x90ff)"; >> + action "kldload if_aue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x08e6"; >> + match "product" "0x5501"; >> + action "kldload uslcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x08fd"; >> + match "product" "0x000a"; >> + action "kldload uslcom"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0915"; >> + match "product" "(0x2000|0x2002)"; >> + action "kldload if_upgt"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x091e"; >> + match "product" "0x0004"; >> + action "kldload uvisor"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0921"; >> + match "product" "0x1001"; >> + action "kldload ubsa"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0930"; >> + match "product" = "(0x0700|0x0705|0x0706|0x0707|0x0708|0x0709|0x070a|0x070b|0x0a07|0x0d45|0x= 1302)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x093c"; >> + match "product" "(0x0601|0x0701)"; >> + action "kldload uftdi"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x094b"; >> + match "product" "0x0001"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0951"; >> + match "product" "(0x0008|0x000a)"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x095a"; >> + match "product" "0x3003"; >> + action "kldload if_kue"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0960"; >> + match "product" "(0x0065|0x0066|0x0067)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0961"; >> + match "product" "0x0010"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x099e"; >> + match "product" "(0x0052|0x4000)"; >> + action "kldload uipaq"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x09aa"; >> + match "product" "0x1000"; >> + action "kldload if_upgt"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x09d7"; >> + match "product" "0x0100"; >> + action "kldload ugensa"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0a46"; >> + match "product" "(0x0268|0x8515|0x9601)"; >> + action "kldload if_udav"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0a5c"; >> + match "product" "0x2033"; >> + action "kldload ubtbcmfw"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0ace"; >> + match "product" "(0x1211|0x1215)"; >> + action "kldload if_zyd"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0af0"; >> + match "product" = "(0x5000|0x6000|0x6050|0x6100|0x6150|0x6200|0x6250|0x6300|0x6350|0x6500|0x= 6501|0x6600|0x6601|0x6701|0x6721|0x6741|0x6761|0x6800|0x6901|0x6911|0x6971= |0x6971|0x7001|0x7011|0x7021|0x7041|0x7061|0x7100|0x7201|0x7211|0x7251|0x7= 301|0x7361|0x7381|0x7401|0x7501|0x7601|0x7601|0xc031|0xd013|0xd031|0xd033|= 0xd033|0xd055|0xd055)"; >> + action "kldload u3g"; >> +}; >> + >> +nomatch 32 { >> + match "bus" "uhub[0-9]+"; >> + match "mode" "host"; >> + match "vendor" "0x0b05"; >> + match "product" = "(0x1706|0x1707|0x170c|0x171b|0x171d|0x1723|0x1724|0x1731|0x1732|0x1742|0x= 1760|0x1761|0x1784|0x1790|0x4200|0x4201|0x4202|0x420f|0x9200|0x9202)"; >> + action "kldload if_ural"; >> +}; >> + >>=20 >> *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** >> _______________________________________________ >> svn-src-all@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/svn-src-all >> To unsubscribe, send any mail to = "svn-src-all-unsubscribe@freebsd.org" >=20 >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEA5F96-D0B6-4A82-A137-5886A7CE5718>