Merge from stable: Update of comments
This commit is contained in:
parent
68ab2e8672
commit
8df2823bfe
@ -5,7 +5,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
# Firmware download into the ActiveWire board. After the firmware download is
|
# Firmware download into the ActiveWire board. After the firmware download is
|
||||||
# done the device detaches and reappears as something new and shiny.
|
# done the device detaches and reappears as something new and shiny automatically.
|
||||||
#
|
#
|
||||||
device "ActiveWire board, firmware download"
|
device "ActiveWire board, firmware download"
|
||||||
vendor 0x0854
|
vendor 0x0854
|
||||||
@ -22,15 +22,17 @@ device "Entrega Serial with UART"
|
|||||||
attach "if ! kldstat -n usio > /dev/null 2>&1 ; then kldload usio; fi"
|
attach "if ! kldstat -n usio > /dev/null 2>&1 ; then kldload usio; fi"
|
||||||
attach "/usr/sbin/ezdownload -v -f /usr/share/usb/firmware/1645.8001.0101 /dev/${DEVNAME}"
|
attach "/usr/sbin/ezdownload -v -f /usr/share/usb/firmware/1645.8001.0101 /dev/${DEVNAME}"
|
||||||
|
|
||||||
|
# The entry below starts and stops dhclient when an ethernet device is inserted
|
||||||
# The entry for the cue, kue and aue ethernet interface drivers.
|
# Caveat: It does not support multiple interfaces (but neither does pccardd,
|
||||||
|
# it shouldn't be too big a deal :-)
|
||||||
|
#
|
||||||
device "USB ethernet"
|
device "USB ethernet"
|
||||||
devname "[ack]ue[0-9]+"
|
devname "[ack]ue[0-9]+"
|
||||||
attach "dhclient ${DEVNAME}"
|
attach "dhclient ${DEVNAME}"
|
||||||
detach "killall dhclient"
|
detach "killall dhclient"
|
||||||
|
|
||||||
# The entry below is for the Logitech mouse. Replace the product and vendor
|
# The entry below starts moused when a mouse is plugged in. Moused
|
||||||
# id (and the device name of course) with the data for your mouse.
|
# stops automatically (actually it bombs :) when the device disappears.
|
||||||
#
|
#
|
||||||
device "Mouse"
|
device "Mouse"
|
||||||
devname "ums[0-9]+"
|
devname "ums[0-9]+"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user