summaryrefslogtreecommitdiffstats
path: root/sys/dev/ieee488/upd7210.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't be noisy in case of shared interrupts.phk2006-03-111-0/+2
|
* Use new bus_space/resource convenience functions.phk2005-09-241-8/+3
| | | | Pretend the 10-bit I/O ISA addressing is not our problem.
* Allocate unit numbers with unr, implement detach function.phk2005-09-151-5/+19
|
* Don't leak mutex on open failure.phk2005-04-041-1/+3
|
* Don't disable interrupts on a stray interrupt.phk2005-03-061-2/+0
|
* Split the ibfoo API into its own file.phk2005-02-121-788/+42
| | | | | Implement ibdma() (only affects ibrd() mode) Implement ibeot()
* Make sure the last command byte makes it onto the wire.phk2005-02-111-4/+6
|
* Improve EOS handling.phk2005-02-111-8/+17
|
* Statificationphk2005-02-101-3/+3
|
* Further elaborate the GPIB driver. We now support a minimal subset ofphk2005-02-061-0/+1026
the ibfoo() API.
OpenPOWER on IntegriCloud