Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 12/12/2000 01:16:52
Module Name:	syssrc
Committed By:	onoe
Date:		Mon Dec 11 23:16:52 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/conf: GENERIC
	syssrc/sys/conf: files
	syssrc/sys/dev: DEVNAMES
	syssrc/sys/dev/pcmcia: files.pcmcia
Added Files:
	syssrc/sys/dev/ic: an.c anreg.h anvar.h
	syssrc/sys/dev/pcmcia: if_an_pcmcia.c

Log Message:
Port 'an' driver for Aironet PC4500/PC4800 IEEE802.11 card from FreeBSD.
This is very adhoc work for IETF meeting.
- Since it seems that 'an' and 'wi' have similar hardware, low level
  functions should be shared.
- There are PCI/ISA cards of Aironet but not supported yet.
- The wiconfig interface is changed so that wiconfig cannot be used.
- 'ancontrol' of FreeBSD is not ported.
- Only infrastructure mode is tested.
- WEP is not supported.

Though I only have an Aironet card, Cisco card should be expected to work.


To generate a diff of this commit:
cvs rdiff -r1.381 -r1.382 syssrc/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.408 -r1.409 syssrc/sys/conf/files
cvs rdiff -r1.23 -r1.24 syssrc/sys/dev/DEVNAMES
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/an.c syssrc/sys/dev/ic/anreg.h \
    syssrc/sys/dev/ic/anvar.h
cvs rdiff -r1.29 -r1.30 syssrc/sys/dev/pcmcia/files.pcmcia
cvs rdiff -r0 -r1.1 syssrc/sys/dev/pcmcia/if_an_pcmcia.c

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