NetBSD/sys/arch/hpcsh/dev
lukem 06de426449 SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
..
hd6446x cosmetic changes 2002-05-09 12:41:09 +00:00
hd64461 SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
hd64465 SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
mq100videoreg.h MQ100 (HD64464) register, framebuffer offset define. 2002-02-11 17:25:00 +00:00
pfckbd.c Cleanup register definition 2002-02-28 01:56:57 +00:00
pfckbdvar.h