Module Name: src Committed By: snj Date: Fri Aug 7 18:58:01 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Tickets 90[345]. To generate a diff of this commit: cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-5.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.56 src/doc/CHANGES-5.1:1.1.2.57 --- src/doc/CHANGES-5.1:1.1.2.56 Fri Aug 7 07:09:48 2009 +++ src/doc/CHANGES-5.1 Fri Aug 7 18:58:01 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.56 2009/08/07 07:09:48 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.57 2009/08/07 18:58:01 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -1967,3 +1967,26 @@ Update to the open source atheros HAL. [jmcneill, ticket #775] +sys/dev/cardbus/if_ath_cardbus.c 1.32 +sys/dev/pci/if_ath_pci.c 1.32 + + Convert some stragglers to reference the new ath(4) HAL. + [sborrill, ticket #903] + +sys/arch/i386/Makefile 1.37 via patch + + For the 'tags' target, use the right path to the Atheros HAL. + [sborrill, ticket #904] + +sys/arch/alpha/conf/Makefile.alpha 1.81 +sys/arch/amd64/conf/Makefile.amd64 1.26 +sys/arch/i386/conf/Makefile.i386 1.162 +sys/arch/macppc/conf/Makefile.macppc 1.31 +sys/arch/mips/conf/Makefile.mips 1.52 +sys/arch/sparc64/conf/Makefile.sparc64 1.68 +sys/arch/xen/conf/Makefile.xen 1.28 + + Clean-up makefile stubs used to include in the build the binary + ath(4) HAL object. + [sborrill, ticket #905] +