diff options
author | Renato Botelho <renato@netgate.com> | 2016-04-15 08:43:12 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-04-15 08:43:12 -0300 |
commit | 36dc79e340ad62cb5cb2aedeb0698497a36edc3e (patch) | |
tree | b23a0607482f711ef5b13cca8cc524d718c3a19a /share/man | |
parent | 73d5c51ae134057fcd0c7d4d2d565e635ddc058a (diff) | |
parent | 0fe8ad6bc5e70f4f6b604c03c315c75236b4dd57 (diff) | |
download | FreeBSD-src-36dc79e340ad62cb5cb2aedeb0698497a36edc3e.zip FreeBSD-src-36dc79e340ad62cb5cb2aedeb0698497a36edc3e.tar.gz |
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/amdsbwd.4 | 6 | ||||
-rw-r--r-- | share/man/man4/usb_quirk.4 | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man4/amdsbwd.4 b/share/man/man4/amdsbwd.4 index cfb2f79..dd85bf7 100644 --- a/share/man/man4/amdsbwd.4 +++ b/share/man/man4/amdsbwd.4 @@ -25,12 +25,12 @@ .\" .\" $FreeBSD$ .\" -.Dd June 7, 2011 +.Dd March 29, 2016 .Dt AMDSBWD 4 .Os .Sh NAME .Nm amdsbwd -.Nd device driver for the AMD SB600/SB7xx/SB8xx watchdog timers +.Nd device driver for the AMD southbridge watchdog timers .Sh SYNOPSIS To compile this driver into the kernel, place the following line in your @@ -51,7 +51,7 @@ The driver provides .Xr watchdog 4 support for the watchdog timers present on -AMD SB600, SB7xx and SB8xx southbridges. +AMD SB600, SB7xx, SB8xx and SB9xx southbridges and Axx FCHs. .Sh SEE ALSO .Xr watchdog 4 , .Xr watchdog 8 , diff --git a/share/man/man4/usb_quirk.4 b/share/man/man4/usb_quirk.4 index 89ace34..f207466 100644 --- a/share/man/man4/usb_quirk.4 +++ b/share/man/man4/usb_quirk.4 @@ -16,7 +16,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 26, 2015 +.Dd April 4, 2016 .Dt USB_QUIRK 4 .Os .Sh NAME @@ -234,6 +234,12 @@ device which appears as a USB device on usbconfig -d ugen0.3 add_quirk UQ_MSC_EJECT_WAIT .Ed .Pp +Enable a Holtec/Keep Out F85 gaming keyboard on +.Pa ugen1.4 : +.Bd -literal -offset indent +usbconfig -d ugen1.4 add_quirk UQ_KBD_BOOTPROTO +.Ed +.Pp To install a quirk at boot time, place one or several lines like the following in .Xr loader.conf 5 : |