NetBSD/sys/dev/pcmcia
itojun f5e553eb57 IPv6 support.
ETHERTYPE_IPV6 packets are encapsulated by RFC1042 encap.
Tested with Japanese card, with WaveLan bridge (wiconfig -p 1).
NOTE: I dunno if encapsulating IPv6 packets by RFC1042 is the correct way,
  as RFC1042 only defines behavior for ETHERTYPE_{IP,ARP,REVARP} packets.
  Since WaveLan bridge encapsulates IPv6 packets with RFC1042, we have no
  choice.

Gather joined multicast addresses via SIOCADDMULTI, and configure multicast
filter properly.  This is also required for IPv6 support
(which heavily depends on multicast).

Fix IFF_RUNNING management
- to prevent IFF_RUNNING from raised on "wiconfig", before "ifconfig up"
- to prevent the driver from occupying extra interrupts on "ifconfig up",
  then "down", then "up".
1999-09-10 00:30:59 +00:00
..
Makefile Install a header needed by userspace wiconfig program 1999-07-14 22:32:05 +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 Match 1460 names with Adaptec. 1999-09-07 19:30:10 +00:00
com_pcmcia.c Add support for 3Com 3CXEM556B-INT as suggested by Noriyuki KOIZUMI in 1999-08-14 13:43:02 +00:00
devlist2h.awk Assign copyright to TNF. 1998-09-05 14:42:05 +00:00
fdc_pcmcia.c Add FDC_HEADSETTLE to wait for the heads to settle timeout 1999-03-19 16:09:57 +00:00
files.pcmcia Blitz port of the FreeBSD wi* driver for the Lucent WaveLan IEEE 1999-07-14 22:24:07 +00:00
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 Add Xircom Netwave driver from Michael Eriksson 1999-01-01 19:30:03 +00:00
if_ep_pcmcia.c Add support for 3Com 3CXEM556B-INT as suggested by Noriyuki KOIZUMI in 1999-08-14 13:43:02 +00:00
if_mbe_pcmcia.c Add Allied Telesis LA-PCM (NE2000 compatible) and Contec C-NET(PC)C 1999-08-24 17:47:44 +00:00
if_ne_pcmcia.c Ambicom support by Vincent Aymeric 1999-09-09 18:12:05 +00:00
if_sm_pcmcia.c Add ID for IBM 'PCMCIA Portable CD-ROM Drive'. We only have one of these and it 1999-02-19 21:49:43 +00:00
if_wi.c IPv6 support. 1999-09-10 00:30:59 +00:00
if_wi_ieee.h Blitz port of the FreeBSD wi* driver for the Lucent WaveLan IEEE 1999-07-14 22:24:07 +00:00
if_wireg.h Clarify that the empty string, not the string ANY, as the network name means 1999-07-15 14:31:52 +00:00
if_wivar.h Add shutdown hook to turn off card. 1999-07-14 23:07:29 +00:00
pcmcia.c add quirk support for cards which lie extensively about their CIS 1998-12-24 04:51:59 +00:00
pcmcia_cis.c In pcmcia_pars_cis_tuple(): in the PCMCIA_TPCE_FS_MEMSPACE_TABLE case 1999-07-11 00:34:37 +00:00
pcmcia_cis_quirks.c Add support for 3Com 3CXEM556B-INT as suggested by Noriyuki KOIZUMI in 1999-08-14 13:43:02 +00:00
pcmciachip.h Finish implementing interrupt-driven card insertion and removal support. 1998-11-17 08:49:11 +00:00
pcmciadevs Ambicom support by Vincent Aymeric 1999-09-09 18:09:10 +00:00
pcmciadevs.h Ambicom support by Vincent Aymeric 1999-09-09 18:12:05 +00:00
pcmciadevs_data.h Ambicom support by Vincent Aymeric 1999-09-09 18:12:05 +00:00
pcmciareg.h Define some constants for function extension tuple of disk function. 1998-10-29 09:45:52 +00:00
pcmciavar.h added support for quirks based on cis strings, added quirk entry for SVEC_LANCARD 1998-12-29 09:00:28 +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 Add ID for IBM 'PCMCIA Portable CD-ROM Drive'. We only have one of these and it 1999-02-19 21:49:43 +00:00