NetBSD/sys/dev/sbus
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
..
Makefile
be.c bcmp -> memcmp. 2002-05-22 16:03:14 +00:00
bereg.h
bpp.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
bppreg.h
bwtwo_sbus.c Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct 2002-03-11 16:00:55 +00:00
cgsix_sbus.c Use bus_space_vaddr() correctly. Ugh. 2002-03-20 17:34:23 +00:00
cgthree_sbus.c Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct 2002-03-11 16:00:55 +00:00
cs4231_sbus.c cs4231_sbus_regdump(): add missing ')' 2002-03-27 16:03:52 +00:00
dma_sbus.c Fixup attachment code to use sbus_promaddr_to_handle() and not specify 2002-03-21 00:16:15 +00:00
esp_sbus.c Fixup attachment code to use sbus_promaddr_to_handle() and not specify 2002-03-21 00:16:15 +00:00
files.sbus
if_en.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
if_hme_sbus.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
if_le.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
if_le_lebuffer.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
if_le_ledma.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
isp_sbus.c Pointy hat to me on the last delta. 2002-05-18 00:48:11 +00:00
lebuffer.c Use bus_space_vaddr() correctly. (XXX do we really need this?) 2002-03-20 17:52:41 +00:00
lebuffervar.h
magma.c Use bus_space_vaddr(). 2002-03-21 00:18:36 +00:00
magmareg.h
mbppio.h
p9100.c Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct 2002-03-11 16:00:55 +00:00
qe.c bcmp -> memcmp. 2002-05-22 16:03:14 +00:00
qec.c Clean up bus space a bit. XXX is sc_buffer ever actually used after it's 2002-03-20 17:59:16 +00:00
qecreg.h
qecvar.h
qereg.h
sbusvar.h Oops. Missing semicolon. 2002-03-20 19:32:42 +00:00
sio16.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
stp4020.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
stp4020reg.h
tcx.c Merge in the patch (PR kern/15963) to provide unaccelerated 24bit support 2002-03-27 10:14:17 +00:00
tcxreg.h
xbox.c
xboxvar.h