diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-07-31 11:14:11 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-07-31 11:14:11 +0000 |
commit | 20adc8fa95e84c59d517e206b56d65eede3bf0a2 (patch) | |
tree | 4601555cbeb532df9522f9560d30f25192729e80 /etc | |
parent | 7dbf9e31b278a11a2688a5ba2ea17b5da31b50e6 (diff) | |
download | src-test2-20adc8fa95e84c59d517e206b56d65eede3bf0a2.tar.gz src-test2-20adc8fa95e84c59d517e206b56d65eede3bf0a2.zip |
Notes
Diffstat (limited to 'etc')
-rw-r--r-- | etc/devd.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index f16769162233..7b823d65e2bb 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -153,24 +153,6 @@ notify 100 { action "/etc/rc.d/moused stop $cdev"; }; -# Firmware download into the ActiveWire board. After the firmware download is -# done, the device detaches and reappears as something new and shiny -# automatically. -attach 100 { - match "vendor" "0x0854"; - match "product" "0x0100"; - match "release" "0x0000"; - action "/usr/local/bin/ezdownload -f /usr/local/share/usb/firmware/0854.0100.0_01.hex $device-name"; -}; - -# Firmware download for Entrega Serial DB25 adapter. -attach 100 { - match "vendor" "0x1645"; - match "product" "0x8001"; - match "release" "0x0101"; - action "if ! kldstat -n usio > /dev/null 2>&1 ; then kldload usio; fi; /usr/sbin/ezdownload -v -f /usr/share/usb/firmware/1645.8001.0101 /dev/$device-name"; -}; - # This entry starts the ColdSync tool in daemon mode. Make sure you have an up # to date /usr/local/etc/palms. We override the 'listen' settings for port and # type in /usr/local/etc/coldsync.conf. |