NetBSD/sys/dev/pcmcia
drochner 3e38051bc5 in wdc_softc: access the per-channel data via a pointer array instead of
an array of fixed-sized channel_softc elements. This way IDE controllers
which more than 1 channel (pciide) can extend the channel data easily
for private needs.
To avoid the double dereference at runtime, change the argument of
wdcstart() to the channel data pointer instead of the array index.
1998-11-21 15:41:41 +00:00
..
Makefile Add a devlist2h.awk so that we don't sprinkle the same constants over 1998-07-19 17:28:15 +00:00
Makefile.pcmciadevs Add a devlist2h.awk so that we don't sprinkle the same constants over 1998-07-19 17:28:15 +00:00
aic_pcmcia.c Add support for power management and lazy interrupt establishment to the 1998-11-20 02:12:15 +00:00
com_pcmcia.c Make the attachment messages a little prettier: 1998-11-19 00:04:02 +00:00
devlist2h.awk Assign copyright to TNF. 1998-09-05 14:42:05 +00:00
fdc_pcmcia.c Assign copyright to TNF. 1998-09-05 14:12:36 +00:00
files.pcmcia Add code to detect a RealTek 8019 chip, and use the media selection 1998-10-31 01:44:16 +00:00
if_ep_pcmcia.c Now that the *_activate() functions don't do things which are attachment 1998-11-18 18:34:52 +00:00
if_mbe_pcmcia.c Now that the *_activate() functions don't do things which are attachment 1998-11-18 18:34:52 +00:00
if_ne_pcmcia.c Now that the *_activate() functions don't do things which are attachment 1998-11-18 18:34:52 +00:00
if_sm_pcmcia.c Now that the *_activate() functions don't do things which are attachment 1998-11-18 18:34:52 +00:00
pcmcia.c Finish implementing interrupt-driven card insertion and removal support. 1998-11-17 08:49:11 +00:00
pcmcia_cis.c fix version string (from PC Card Standard, April 1998 (Release 6.1)) 1998-08-22 23:41:48 +00:00
pcmciachip.h Finish implementing interrupt-driven card insertion and removal support. 1998-11-17 08:49:11 +00:00
pcmciadevs (manufacturer, product) = (0x149, 0x265) is used both 1998-11-04 06:40:54 +00:00
pcmciadevs.h regen. 1998-11-04 06:41:57 +00:00
pcmciadevs_data.h regen. 1998-11-04 06:41:57 +00:00
pcmciareg.h Define some constants for function extension tuple of disk function. 1998-10-29 09:45:52 +00:00
pcmciavar.h Finish implementing interrupt-driven card insertion and removal support. 1998-11-17 08:49:11 +00:00
pcmcom.c Detach children in reverse order. We are more likely to be able to recycle 1998-11-20 05:20:20 +00:00
wdc_pcmcia.c in wdc_softc: access the per-channel data via a pointer array instead of 1998-11-21 15:41:41 +00:00