Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 11/29/1999 04:54:01
Module Name:	syssrc
Committed By:	itojun
Date:		Mon Nov 29 12:54:01 UTC 1999

Modified Files:
	syssrc/sys/dev/pcmcia: Makefile if_cnw.c if_cnwioctl.h if_cnwreg.h
	    pcmciadevs

Log Message:
improve cnw driver, looking at bsdi/freebsd-pao cnw driver by wide+prb@bsdi.
- implement ioctls compatible with bsdi/freebsd-pao.  stat type is
  changed from u_int to u_quad_t to avoid overflows.  now it is possible
  to switch domain/encryption key from the userland, using cnwctl(8).
- implement multicast/promiscuous mode.  tested with IPv6.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pcmcia/Makefile
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/pcmcia/if_cnw.c
cvs rdiff -r1.1.1.1 -r1.2 syssrc/sys/dev/pcmcia/if_cnwioctl.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/pcmcia/if_cnwreg.h
cvs rdiff -r1.60 -r1.61 syssrc/sys/dev/pcmcia/pcmciadevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.