NetBSD/sys/arch/hpcmips/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
..
apm
com_hpcio.c Added bus probing to avoid bus error. 2002-04-14 07:59:56 +00:00
com_hpciovar.h
hpcapm.c BUGFIX: SigmarionII can't resume. 2002-05-12 07:41:22 +00:00
it8368.c Fixed debug print. 2002-05-03 07:31:23 +00:00
it8368reg.h
it8368var.h
ite8181.c
ite8181reg.h
ite8181var.h
m38813c.c
m38813cvar.h
mq200_pci.c Just deleted junk lines. 2002-05-11 14:23:51 +00:00
mq200.c
mq200debug.c
mq200machdep.c
mq200priv.h
mq200reg.h BUGFIX: Xhpc dumps core on SigmarionII. 2002-05-11 14:10:04 +00:00
mq200subr.c BUGFIX: Xhpc dumps core on SigmarionII. 2002-05-11 14:10:04 +00:00
mq200var.h
plum.c
plumicu.c
plumicureg.h
plumicuvar.h
plumiobus.c
plumiobusreg.h
plumiobusvar.h
plumohci.c
plumohcireg.h
plumpcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
plumpcmciareg.h
plumpower.c
plumpowerreg.h
plumpowervar.h
plumreg.h
plumvar.h
plumvideo.c
plumvideoreg.h
tc5165buf.c
tc5165bufvar.h
ucb1200.c
ucb1200reg.h
ucb1200var.h
ucbio.c
ucbsnd.c
ucbtp.c