NetBSD/sys/dev/qbus
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
..
dhu.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
dhureg.h
dl.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
dlreg.h
dz_uba.c Move the dz driver to dev/dec, since it can be shared with pmax. 2002-02-25 14:58:06 +00:00
files.uba Move the dz driver to dev/dec, since it can be shared with pmax. 2002-02-25 14:58:06 +00:00
if_de.c add RCSIDs 2001-11-13 07:11:12 +00:00
if_dereg.h
if_dmc.c bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
if_dmcreg.h
if_il.c bcmp -> memcmp. 2002-05-22 16:03:14 +00:00
if_il.h
if_ilreg.h
if_qe.c bcmp -> memcmp. 2002-05-22 16:03:14 +00:00
if_qereg.h
if_uba.c add RCSIDs 2001-11-13 07:11:12 +00:00
if_uba.h
qd.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
qdioctl.h
qdreg.h
qduser.h
qevent.h
qfont.c add RCSIDs 2001-11-13 07:11:12 +00:00
rl.c Call rlreset() per controller, not per disk. 2002-03-23 18:12:09 +00:00
rlreg.h Call rlreset() per controller, not per disk. 2002-03-23 18:12:09 +00:00
rlvar.h Call rlreset() per controller, not per disk. 2002-03-23 18:12:09 +00:00
ts.c add RCSIDs 2001-11-13 07:11:12 +00:00
tsreg.h
uba.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
ubareg.h
ubavar.h
uda.c add RCSIDs 2001-11-13 07:11:12 +00:00