Deleted Added
full compact
uath.conf (207020) uath.conf (223566)
1# $FreeBSD: head/etc/devd/uath.conf 207020 2010-04-21 21:51:14Z thompsa $
1# $FreeBSD: head/etc/devd/uath.conf 223566 2011-06-26 11:37:24Z gavin $
2#
3# Atheros USB wireless network device specific devd events
4
5# Accton
2#
3# Atheros USB wireless network device specific devd events
4
5# Accton
6# SMCWUSB-G and SMCWUSBT-G2
6# SMCWUSBT-G2
7notify 100 {
8 match "system" "USB";
9 match "subsystem" "DEVICE";
10 match "type" "ATTACH";
11 match "vendor" "0x083a";
7notify 100 {
8 match "system" "USB";
9 match "subsystem" "DEVICE";
10 match "type" "ATTACH";
11 match "vendor" "0x083a";
12 match "product" "(0x4505|0x4507)";
12 match "product" "0x4507";
13 action "/usr/sbin/uathload -d /dev/$cdev";
14};
15
16# Atheros Communications
17# AR5523
18notify 100 {
19 match "system" "USB";
20 match "subsystem" "DEVICE";

--- 126 unchanged lines hidden ---
13 action "/usr/sbin/uathload -d /dev/$cdev";
14};
15
16# Atheros Communications
17# AR5523
18notify 100 {
19 match "system" "USB";
20 match "subsystem" "DEVICE";

--- 126 unchanged lines hidden ---