summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/uhareg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use SLIST instead of TAILQ for the ccb free list.mk2010-06-301-2/+2
| | | | ok krw
* convert __attribute__((__packed__)) to __packed so that parsers unawareavsm2003-11-161-2/+2
| | | | | of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@
* s/packed/__packed__/mickey2000-12-061-2/+2
|
* replace #pragma pack -> attribute((packed))espie1999-01-231-4/+2
|
* Adaption to new bus.h from NetBSD. Various driver has been updated toniklas1996-11-281-0/+232
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.