NetBSD/sys/dev/cardbus
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
..
adv_cardbus.c
ahc_cardbus.c
cardbus_exrom.c
cardbus_exrom.h
cardbus_map.c
cardbus.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
cardbusdevs
cardbusdevs_data.h
cardbusdevs.h
cardbusreg.h
cardbusvar.h
cardslot.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
cardslotvar.h
com_cardbus.c
devlist2h.awk
ehci_cardbus.c
files.cardbus
fwohci_cardbus.c
if_ex_cardbus.c
if_fxp_cardbus.c
if_rtk_cardbus.c
if_tlp_cardbus.c
Makefile.cardbusdevs
ohci_cardbus.c
rbus_ppb.c * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
rbus.c Let's not free an uninitialized variable. 2002-04-22 19:29:55 +00:00
rbus.h
usb_cardbus.h