Module Name: src Committed By: jruoho Date: Mon Jan 17 07:35:02 UTC 2011
Modified Files: src/doc: BRANCHES Log Message: Note jruoho-x86intr branch. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/doc/BRANCHES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/BRANCHES diff -u src/doc/BRANCHES:1.302 src/doc/BRANCHES:1.303 --- src/doc/BRANCHES:1.302 Fri Jan 7 01:11:03 2011 +++ src/doc/BRANCHES Mon Jan 17 07:35:02 2011 @@ -1,4 +1,4 @@ -# $NetBSD: BRANCHES,v 1.302 2011/01/07 01:11:03 matt Exp $ +# $NetBSD: BRANCHES,v 1.303 2011/01/17 07:35:02 jruoho Exp $ # # This file contains a list of branches that exist in the NetBSD CVS # tree and their current state. @@ -331,6 +331,20 @@ 2. update files in the branch sh -e src/sys/dev/usb/filelist +Branch: jruoho-x86intr +Description: Cleanup and rework the x86 APIC and PIC subsystems +Status: Active +Start Date: 17 January 2011 +End Date: +Base Tag: jruoho-x86intr-base +Maintainer: Jukka Ruohonen <jru...@netbsd.org> +Scope: kernel +Notes: This branch aims to cleanup the x86 interrupt routing code. + In particular, a new implementation is provided for all + elements of the APIC that involve ACPI. In addition, better + abstractions are provided for the whole PIC layer. The main + work areas are sys/arch/x86 and sys/dev/acpi. + Branch: jym-xensuspend Description: Implement xm save/restore/migrate for NetBSD domU Status: Active