NetBSD/sys/dev/pcmcia
mycroft d55195e28b Update to the new world order.
"While I'm here..."
All that grotesque code allegedly for the 88190 and 88790 is actually just
mapping the CCR and writing to it.  So, enable the device normally and use
pcmcia_ccr_{read,write}() rather than doing this crap ourselves.
2004-08-10 05:24:56 +00:00
..
aic_pcmcia.c Pass a valid alignment to pcmcia_io_alloc(). 2004-08-09 14:24:10 +00:00
com_pcmcia.c Use pcmcia_function_{configure,unconfigure}(). 2004-08-10 02:54:19 +00:00
devlist2h.awk Fixes from PR#23177. Various lint/logic fixes: 2003-12-15 07:32:20 +00:00
esl_pcmcia.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
esl.c Remove sc_open; the audio layer does this. 2004-07-17 19:47:27 +00:00
eslvar.h Remove sc_open; the audio layer does this. 2004-07-17 19:47:27 +00:00
esp_pcmcia.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
fdc_pcmcia.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
files.pcmcia Split "xi" into a "xirc" frontend (similar to mhzc; it attaches two child 2004-08-08 05:56:08 +00:00
if_an_pcmcia.c Fix the intr_establish/disestablish order here too. 2004-08-09 18:41:36 +00:00
if_awi_pcmcia.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
if_cnw.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
if_cnwioctl.h
if_cnwreg.h
if_cs_pcmcia.c Fix the intr_establish/disestablish order here too. 2004-08-09 18:41:36 +00:00
if_ep_pcmcia.c Minor code reduction. 2004-08-09 20:30:19 +00:00
if_mbe_pcmcia.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
if_ne_pcmcia.c Update to the new world order. 2004-08-10 05:24:56 +00:00
if_ray.c Use pcmcia_function_{configure,unconfigure}(). 2004-08-10 02:54:19 +00:00
if_rayreg.h Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 11:14:22 +00:00
if_sm_pcmcia.c Update to the new world order. 2004-08-10 05:23:04 +00:00
if_tr_pcmcia.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
if_wi_pcmcia.c Update to the new world order. 2004-08-10 03:54:37 +00:00
if_xi.c Add a hack that makes the address register programming more reliable on my 2004-08-09 13:30:16 +00:00
if_xireg.h Use the correct data port, for compatibility with old cards. Without this, 2004-08-08 06:22:50 +00:00
if_xivar.h Split "xi" into a "xirc" frontend (similar to mhzc; it attaches two child 2004-08-08 05:56:08 +00:00
isic_pcmcia_avm_fritz.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
isic_pcmcia_elsa_isdnmc.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
isic_pcmcia_elsa_mcall.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
isic_pcmcia_sbspeedstar2.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
isic_pcmcia.c Correct the intr_establish order here. 2004-08-09 18:51:32 +00:00
isic_pcmcia.h netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
Makefile divided into PCMCIA attachment and common code of wi. 2001-05-06 03:26:38 +00:00
Makefile.pcmciadevs
mhzc.c Do the I/O mapping in the main attach routine. 2004-08-09 19:34:00 +00:00
nca_pcmcia.c Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular 2004-08-08 23:17:12 +00:00
opl_esl.c Add trailing ; to CFATTACH_DECL. 2002-10-02 16:51:16 +00:00
pcmcia_cis_quirks.c Fix multi-function card memory problems: 2002-08-15 10:37:02 +00:00
pcmcia_cis.c Swap around the output in some other cases so it's consistent. 2004-08-07 01:52:42 +00:00
pcmcia.c Move the location of a printf() I added. 2004-08-10 05:21:59 +00:00
pcmciachip.h Define and use pcmciabuscf_controller as an alias for 2004-06-20 18:09:46 +00:00
pcmciadevs Remove a very silly hack WRT the Digital vendor ID. 2004-08-10 03:03:11 +00:00
pcmciadevs_data.h Regen. 2004-08-10 03:03:29 +00:00
pcmciadevs.h Regen. 2004-08-10 03:03:29 +00:00
pcmciareg.h Multifunction fixes: 2004-08-09 01:32:04 +00:00
pcmciavar.h Be robust against child devices failing to handle the socket refcnt properly -- 2004-08-10 02:50:52 +00:00
pcmcom.c Correct the intr_establish order here. 2004-08-09 18:51:32 +00:00
spc_pcmcia.c Update to the new world order. 2004-08-10 03:54:37 +00:00
wdc_pcmcia.c Minor change to a printf(). 2004-08-10 05:22:33 +00:00
xirc.c Minor change. 2004-08-09 22:24:37 +00:00