NetBSD/sys/arch/vax/vsa
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
..
asc_vsbus.c Add a VAXANY type. Eventually to used in INSTALL / GENERIC to easily 2001-05-16 05:36:53 +00:00
dz_ibus.c Move the dz driver to dev/dec, since it can be shared with pmax. 2002-02-25 14:58:06 +00:00
dz_vsbus.c Don't try to probe for dz11 on 4000/90, may corrupt the flash rom (?). 2002-04-30 12:33:32 +00:00
hdc9224.c Make this compile under ELF. 2001-11-09 05:31:44 +00:00
hdc9224.h Various typos in comments (neccessary, sceme, choise, ...). 2001-07-26 15:05:07 +00:00
if_ze_vsbus.c
leds.c Add a VAXANY type. Eventually to used in INSTALL / GENERIC to easily 2001-05-16 05:36:53 +00:00
lkc.c Move the dz driver to dev/dec, since it can be shared with pmax. 2002-02-25 14:58:06 +00:00
ncr.c Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
smg.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
vsbus_dma.c Commit changes to SCSI working on the VS4000/9x. "Don't overthink the 2000-11-16 19:25:40 +00:00
vsbus.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00