summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/isagpio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
| | | | | | | between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod.
* Small fixes from form@:grange2006-04-011-3/+4
| | | | | - don't allow wildcard port locator - use GPIO_PIN_LOW instead of 0
* Some minor nits from form@, no functional changes.grange2006-03-271-4/+3
|
* Support for accesing 8-bit ISA I/O throught the gpio(4)grange2006-03-261-0/+154
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@.