diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-07-16 14:04:29 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-07-16 14:04:29 +0000 |
| commit | f2ed697e732b41820df6cf9e94bdc45b61bd1efc (patch) | |
| tree | 89bf22d7959266adcb8887ad8b62c74b966943eb /sbin | |
| parent | ab06a3051743a8347fb2bb7cbf47525bdec4946a (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/devd/devd.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index 1af5334b152e1..a50400e86c35c 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -155,24 +155,6 @@ notify 100 { action "service 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. |
