summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2011-06-26 11:37:24 +0000
committergavin <gavin@FreeBSD.org>2011-06-26 11:37:24 +0000
commit1d169284e3cab5f4a13ee56c30c1d21f166855c2 (patch)
tree9ed13a374566258bc3c872da2af989ca748abd5a /etc/devd
parent1c5a60f771db5ca54fa7e1946d4240e7fa0c1f89 (diff)
downloadFreeBSD-src-1d169284e3cab5f4a13ee56c30c1d21f166855c2.zip
FreeBSD-src-1d169284e3cab5f4a13ee56c30c1d21f166855c2.tar.gz
The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from the
latter. It appears that the addition to uath(4) came in through PR kern/135009, which had tested another device, the SMCWUSBTG2, successfully with uath(4) and included the SMCWUSBG as it "has the same chipset". I can find no other evidence that these two do actually share the same chipset. Moreover, Linux treats the SMCWUSBG as a zyd(4) device also. This reverts r223537. Discussed with: hselasky, kevlo MFC after: 1 week
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/uath.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd/uath.conf b/etc/devd/uath.conf
index dc4019c..9f0cb93 100644
--- a/etc/devd/uath.conf
+++ b/etc/devd/uath.conf
@@ -3,13 +3,13 @@
# Atheros USB wireless network device specific devd events
# Accton
-# SMCWUSB-G and SMCWUSBT-G2
+# SMCWUSBT-G2
notify 100 {
match "system" "USB";
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x083a";
- match "product" "(0x4505|0x4507)";
+ match "product" "0x4507";
action "/usr/sbin/uathload -d /dev/$cdev";
};
OpenPOWER on IntegriCloud