summaryrefslogtreecommitdiff
path: root/lib/libio/io.c
Commit message (Collapse)AuthorAgeFilesLines
* Add __FBSDID()s to libioMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84207
* Add functions which allow i/o memory to be accessed without forcing aDoug Rabson2000-02-121-2/+23
| | | | | | | | | memory barrier (needed for XFree86 4.0). Approved by: jkh Notes: svn path=/head/; revision=57164
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add a simple library for accessing i/o ports and memory on the alpha.Doug Rabson1998-12-121-0/+151
This is only intended for use by the X server. Notes: svn path=/head/; revision=41698