aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/led
Commit message (Expand)AuthorAgeFilesLines
* Remove a pointless check.Poul-Henning Kamp2004-07-101-2/+0
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-6/+6
* - Remove the __FBSDID and put the $FreeBSD$ tag in the comment above,Maxime Henrion2004-05-101-6/+5
* Fix off by one error.Poul-Henning Kamp2004-05-031-0/+1
* Add the ability to avoid repetition of s.... sequences with a '.'Poul-Henning Kamp2004-04-271-7/+11
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Use standard style for cdevsw initialization.Poul-Henning Kamp2004-02-141-2/+2
* DUH!Poul-Henning Kamp2003-12-121-10/+16
* Correct usage of mtx_init() API. This is not a functional change sinceDon Lewis2003-12-071-1/+1
* Improve semantics of the 'sequence' command to led(4) devices:Poul-Henning Kamp2003-11-271-12/+12
* Avoid NULL pointer dereference.Poul-Henning Kamp2003-11-231-1/+2
* Fix prototypoPoul-Henning Kamp2003-11-031-1/+1
* Get word spacing right in morse mode.Poul-Henning Kamp2003-11-032-1/+3
* Add a generic LED driver for flashing lamps.Poul-Henning Kamp2003-11-032-0/+279