NetBSD/sys/dev/pcmcia
thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
..
Makefile
Makefile.pcmciadevs
aic_pcmcia.c Free resources on attach failure. 2000-02-04 09:31:07 +00:00
com_pcmcia.c
devlist2h.awk
esp_pcmcia.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
fdc_pcmcia.c
files.pcmcia Add esp_pcmcia. For the moment it's polled, since interrupts don't seem to be 2000-03-19 21:54:01 +00:00
if_awi_pcmcia.c Add the Nokia C020 WLAN card. 2000-03-22 22:33:47 +00:00
if_cnw.c Set ifp->if_baudrate as appropriate. 2000-03-06 21:02:37 +00:00
if_cnwioctl.h
if_cnwreg.h
if_ep_pcmcia.c tabbing consistency on the 3c1 entry 2000-03-13 23:36:02 +00:00
if_mbe_pcmcia.c
if_ne_pcmcia.c Add support for RPTI-EP400 PCMCIA network adapter. Patches supplied by 2000-03-20 18:39:32 +00:00
if_ray.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
if_rayreg.h Add code (off by default) to keep track of the signal strength of the last 2000-02-27 20:40:42 +00:00
if_sm_pcmcia.c Fix thinko in previous commit. 2000-02-20 03:48:40 +00:00
if_wi.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
if_wi_ieee.h
if_wireg.h
if_wivar.h New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
if_xe.c No longer necessary to futz with ifp->if_baudrate here. 2000-03-06 21:02:00 +00:00
if_xereg.h
mhzc.c Add detach support for ethernet portion. 2000-02-05 04:44:00 +00:00
nca_pcmcia.c This turns out to be the wrong interface for what I needed -- but I'll leave 2000-03-18 21:11:16 +00:00
pcmcia.c IT8368E legacy mode requires mode change between I/O access and 2000-02-26 19:02:22 +00:00
pcmcia_cis.c Cosmetic changes. 2000-02-21 03:26:41 +00:00
pcmcia_cis_quirks.c
pcmciachip.h
pcmciadevs Add the Nokia C020 WLAN card. 2000-03-22 21:39:57 +00:00
pcmciadevs.h Regen. 2000-03-22 21:41:48 +00:00
pcmciadevs_data.h Regen. 2000-03-22 21:41:48 +00:00
pcmciareg.h
pcmciavar.h - Don't rely on implicit declaration. 2000-02-08 12:51:30 +00:00
pcmcom.c
wdc_pcmcia.c Don't establish an interrupt if attach is in progress. Anyway, current wdc 2000-02-21 03:55:22 +00:00