| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
92b7c16c
|
| 24-Mar-2011 |
Alexander Motin <mav@FreeBSD.org> |
MFgraid/head r218174: Add simple in-kernel API for controlling leds.
|
| #
ea60845d
|
| 23-Apr-2007 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Make it possible to specify an initial state for the LED.
Requested by: Henrik Brix Andersen <henrik@brixandersen.dk> PR: 112008
|
| #
89c9c53d
|
| 16-Jun-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Do the dreaded s/dev_t/struct cdev */ Bump __FreeBSD_version accordingly.
|
| #
c5c09c28
|
| 10-May-2004 |
Maxime Henrion <mux@FreeBSD.org> |
- Remove the __FBSDID and put the $FreeBSD$ tag in the comment above, so that including this file more than once works. - Fix some style bugs while I'm here.
|
| #
899ca00e
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Fix prototypo
|
| #
8d334233
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Get word spacing right in morse mode. Fix a prototype.
|
| #
c46def32
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add a generic LED driver for flashing lamps.
The hardware driver decides the name under /dev/led and provides the function to turn the lamp on/off.
All leds are serviced by a single timeout which r
Add a generic LED driver for flashing lamps.
The hardware driver decides the name under /dev/led and provides the function to turn the lamp on/off.
All leds are serviced by a single timeout which runs at a basic rate of hz/10.
The LED is controlled by ascii strings as follows.
0 Turn off. 1 Turn on. f Flash: _- f2 Flash: __-- f3 Flash: ___--- f4...f9 etc. d%d Digits. "d12": -__________-_-______________________________ s%s String, roll your own: 'a-j' gives on for (1...10)/10 sec. 'A-J' gives on for (1...10)/10 sec. 'sAaAbBa': _-_--__- m%s Morse '.' dot '-' dash ' ' letter space '\n' word space
My mdoc skills do not reach to express that.
show more ...
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
92b7c16c
|
| 24-Mar-2011 |
Alexander Motin <mav@FreeBSD.org> |
MFgraid/head r218174: Add simple in-kernel API for controlling leds.
|
| #
ea60845d
|
| 23-Apr-2007 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Make it possible to specify an initial state for the LED.
Requested by: Henrik Brix Andersen <henrik@brixandersen.dk> PR: 112008
|
| #
89c9c53d
|
| 16-Jun-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Do the dreaded s/dev_t/struct cdev */ Bump __FreeBSD_version accordingly.
|
| #
c5c09c28
|
| 10-May-2004 |
Maxime Henrion <mux@FreeBSD.org> |
- Remove the __FBSDID and put the $FreeBSD$ tag in the comment above, so that including this file more than once works. - Fix some style bugs while I'm here.
|
| #
899ca00e
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Fix prototypo
|
| #
8d334233
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Get word spacing right in morse mode. Fix a prototype.
|
| #
c46def32
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add a generic LED driver for flashing lamps.
The hardware driver decides the name under /dev/led and provides the function to turn the lamp on/off.
All leds are serviced by a single timeout which r
Add a generic LED driver for flashing lamps.
The hardware driver decides the name under /dev/led and provides the function to turn the lamp on/off.
All leds are serviced by a single timeout which runs at a basic rate of hz/10.
The LED is controlled by ascii strings as follows.
0 Turn off. 1 Turn on. f Flash: _- f2 Flash: __-- f3 Flash: ___--- f4...f9 etc. d%d Digits. "d12": -__________-_-______________________________ s%s String, roll your own: 'a-j' gives on for (1...10)/10 sec. 'A-J' gives on for (1...10)/10 sec. 'sAaAbBa': _-_--__- m%s Morse '.' dot '-' dash ' ' letter space '\n' word space
My mdoc skills do not reach to express that.
show more ...
|
| #
92b7c16c
|
| 24-Mar-2011 |
Alexander Motin <mav@FreeBSD.org> |
MFgraid/head r218174: Add simple in-kernel API for controlling leds.
|
| #
ea60845d
|
| 23-Apr-2007 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Make it possible to specify an initial state for the LED.
Requested by: Henrik Brix Andersen <henrik@brixandersen.dk> PR: 112008
|
| #
89c9c53d
|
| 16-Jun-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Do the dreaded s/dev_t/struct cdev */ Bump __FreeBSD_version accordingly.
|
| #
c5c09c28
|
| 10-May-2004 |
Maxime Henrion <mux@FreeBSD.org> |
- Remove the __FBSDID and put the $FreeBSD$ tag in the comment above, so that including this file more than once works. - Fix some style bugs while I'm here.
|
| #
899ca00e
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Fix prototypo
|
| #
8d334233
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Get word spacing right in morse mode. Fix a prototype.
|
| #
c46def32
|
| 03-Nov-2003 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add a generic LED driver for flashing lamps.
The hardware driver decides the name under /dev/led and provides the function to turn the lamp on/off.
All leds are serviced by a single timeout which r
Add a generic LED driver for flashing lamps.
The hardware driver decides the name under /dev/led and provides the function to turn the lamp on/off.
All leds are serviced by a single timeout which runs at a basic rate of hz/10.
The LED is controlled by ascii strings as follows.
0 Turn off. 1 Turn on. f Flash: _- f2 Flash: __-- f3 Flash: ___--- f4...f9 etc. d%d Digits. "d12": -__________-_-______________________________ s%s String, roll your own: 'a-j' gives on for (1...10)/10 sec. 'A-J' gives on for (1...10)/10 sec. 'sAaAbBa': _-_--__- m%s Morse '.' dot '-' dash ' ' letter space '\n' word space
My mdoc skills do not reach to express that.
show more ...
|