Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 02/17/2004 21:20:55
Module Name:	src
Committed By:	dyoung
Date:		Tue Feb 17 21:20:55 UTC 2004

Modified Files:
	src/sys/dev/cardbus: if_atw_cardbus.c
	src/sys/dev/ic: atw.c atwreg.h
	src/sys/dev/pci: if_atw_pci.c
Added Files:
	src/sys/dev/ic: rf3000reg.h si4136reg.h

Log Message:
Move the RF Microdevices RF3000 & Silicon Laboratories SI4126/SI4136
register sets into their own header files for re-use by future
drivers.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/cardbus/if_atw_cardbus.c
cvs rdiff -r1.23 -r1.24 src/sys/dev/ic/atw.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/atwreg.h
cvs rdiff -r0 -r1.1 src/sys/dev/ic/rf3000reg.h src/sys/dev/ic/si4136reg.h
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/if_atw_pci.c

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