NetBSD/sys/dev/pcmcia
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
Makefile.pcmciadevs
aic_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
com_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
devlist2h.awk Bugfix; to create compilable pcmciadevs_data.h. kern/11659 2001-11-08 09:02:17 +00:00
esl.c Fix block position calculation in esl_intr. 2001-12-25 04:05:34 +00:00
esl_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
eslvar.h 'nintr' from esl_softc was never used -- remove it 2001-12-25 03:46:34 +00:00
esp_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
fdc_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
files.pcmcia Rename the audio "bus" attribute audiobus to avoid confusion with audio 2002-04-22 09:41:19 +00:00
if_an_pcmcia.c add RCSIDs 2001-11-13 07:24:43 +00:00
if_awi_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_cnw.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_cnwioctl.h
if_cnwreg.h
if_cs_pcmcia.c move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic 2001-11-26 19:17:05 +00:00
if_ep_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_mbe_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_ne_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_ray.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_rayreg.h Adjust some unused register offsets to the new world order and fix a 2002-03-10 11:55:50 +00:00
if_sm_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_tr_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_wi_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_xi.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
if_xireg.h
isic_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
isic_pcmcia.h Fix copyright notice. 2002-04-14 12:24:26 +00:00
isic_pcmcia_avm_fritz.c Remove a XXX comment that is no longer true. 2002-03-29 11:10:38 +00:00
isic_pcmcia_elsa_isdnmc.c Fix copyright notice. 2002-04-14 12:24:26 +00:00
isic_pcmcia_elsa_mcall.c Fix copyright notice. 2002-04-14 12:24:26 +00:00
isic_pcmcia_sbspeedstar2.c Fix copyright notice. 2002-04-14 12:24:26 +00:00
mhzc.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
nca_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
opl_esl.c add RCSIDs 2001-11-13 07:24:43 +00:00
pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
pcmcia_cis.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
pcmcia_cis_quirks.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
pcmciachip.h To make dev/pcmcia work on platforms with 64-bit bus_addr_t and 2001-12-15 13:23:20 +00:00
pcmciadevs new ne0 pcmcia pccard: corega EtherII PCC-TD 2002-06-01 21:03:14 +00:00
pcmciadevs.h regen 2002-06-01 21:03:37 +00:00
pcmciadevs_data.h regen 2002-06-01 21:03:37 +00:00
pcmciareg.h
pcmciavar.h SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
pcmcom.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
wdc_pcmcia.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00