NetBSD/sys/dev/pcmcia
thorpej f98d358a1f Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
directly, call the function pointer (*if_input)(ifp, m).  The input routine
expects the packet header to be at the head of the packet, and will adjust
as necessary.  Privatize the layer 2 input and output routines, allowing
*_ifattach() to set them up as appropriate.
1999-05-18 23:52:51 +00:00
..
Makefile
Makefile.pcmciadevs
aic_pcmcia.c Disable power management until the bug that caused it to hang the 1999-04-27 02:53:30 +00:00
com_pcmcia.c
devlist2h.awk
fdc_pcmcia.c
files.pcmcia
if_cnw.c Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() 1999-05-18 23:52:51 +00:00
if_cnwreg.h
if_ep_pcmcia.c Fix a couple of problems w/ 3c574 support. Doesn't quite work yet, but 1999-05-09 18:48:52 +00:00
if_mbe_pcmcia.c Add support for the Fujitsu Towa LA501 Ethernet card. PR #6524, Stephen Ma. 1999-04-27 04:56:18 +00:00
if_ne_pcmcia.c Fix enet_vendor entries for Compex Linkport Enet B (PR 7238) 1999-04-16 22:35:49 +00:00
if_sm_pcmcia.c
pcmcia.c
pcmcia_cis.c
pcmcia_cis_quirks.c
pcmciachip.h
pcmciadevs Add the Fujitsu LA501 Ethernet card. PR #6524, Stephen Ma. 1999-04-27 04:48:43 +00:00
pcmciadevs.h Regen. 1999-04-27 04:52:04 +00:00
pcmciadevs_data.h Regen. 1999-04-27 04:52:04 +00:00
pcmciareg.h
pcmciavar.h
pcmcom.c
wdc_pcmcia.c