NetBSD/sys/arch/hpcsh/dev/hd64461
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
..
hd64461.c rework HD64461, HD64465 interrupt handling. 2002-03-28 15:26:59 +00:00
hd64461_machdep.c platform dependent HD64461 PCMCIA module (power supply). 2002-03-03 14:34:00 +00:00
hd64461gpioreg.h
hd64461intcreg.h
hd64461pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
hd64461pcmciareg.h HITACHI PERSONA support. patch by KIYOHARA Takashi 2001-10-08 15:34:24 +00:00
hd64461pcmciavar.h platform dependent HD64461 PCMCIA module (power supply). 2002-03-03 14:34:00 +00:00
hd64461reg.h HD64461 video module. 2001-06-04 17:08:36 +00:00
hd64461uart.c rework HD64461, HD64465 interrupt handling. 2002-03-28 15:26:59 +00:00
hd64461uartreg.h add primitive serial console debug routine. 2002-02-11 17:21:48 +00:00
hd64461uartvar.h Initial support for KGDB on the sh3. 2002-03-02 22:26:25 +00:00
hd64461var.h rework HD64461, HD64465 interrupt handling. 2002-03-28 15:26:59 +00:00
hd64461video.c Fixed debug print. 2002-05-03 07:31:23 +00:00
hd64461videoreg.h HD64461 video module. 2001-06-04 17:08:36 +00:00