Regenerate usb.conf

MFC after:	2 weeks
This commit is contained in:
Hans Petter Selasky 2014-02-06 10:52:51 +00:00
parent 7a7e829428
commit c79a4afc20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261546

View File

@ -5310,6 +5310,24 @@ nomatch 32 {
action "kldload -n ng_ubt";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "intclass" "0xe0";
match "intsubclass" "0x01";
match "intprotocol" "0x03";
action "kldload -n if_urndis";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "intclass" "0xef";
match "intsubclass" "0x01";
match "intprotocol" "0x01";
action "kldload -n if_urndis";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
@ -5381,5 +5399,5 @@ nomatch 32 {
action "kldload -n umass";
};
# 2619 USB entries processed
# 2621 USB entries processed