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 improve cnw driver, looking at bsdi/freebsd-pao cnw driver by wide+prb@bsdi. 1999-11-29 12:53:59 +00:00
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 improve cnw driver, looking at bsdi/freebsd-pao cnw driver by wide+prb@bsdi. 1999-11-29 12:53:59 +00:00
if_cnwreg.h improve cnw driver, looking at bsdi/freebsd-pao cnw driver by wide+prb@bsdi. 1999-11-29 12:53:59 +00:00
if_ep_pcmcia.c tabbing consistency on the 3c1 entry 2000-03-13 23:36:02 +00:00
if_mbe_pcmcia.c Actually, no need to keep track of sc_ih. 2000-02-04 09:30:28 +00:00
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 bring over WEP mode from FreeBSD/OpenBSD 2000-02-04 07:48:29 +00:00
if_wireg.h bring over WEP mode from FreeBSD/OpenBSD 2000-02-04 07:48:29 +00:00
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 add NetBSD tag 2000-01-09 17:20:36 +00:00
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 Add quirks for the 3Com/Megahertz 3CCFEM556BI 10/100 Ethernet/Modem, 1999-10-11 17:50:21 +00:00
pcmciachip.h add flags for memory width 2000-01-13 08:58:51 +00:00
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 replace the *_lookup table entry match/lookup functions in all of 2000-02-04 01:27:12 +00:00
wdc_pcmcia.c Don't establish an interrupt if attach is in progress. Anyway, current wdc 2000-02-21 03:55:22 +00:00