CVS commit: src/sys/arch/hp700/hp700

2012-02-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb 26 07:52:52 UTC 2012

Modified Files:
src/sys/arch/hp700/hp700: machdep.c

Log Message:
Use new HPPA_CPU_PCXWP for PA8600 (Landshark)


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/hp700/hp700/machdep.c

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



CVS commit: src/sys/arch/hp700/dev

2012-02-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb 26 07:51:57 UTC 2012

Modified Files:
src/sys/arch/hp700/dev: cpudevs.h cpudevs_data.h

Log Message:
Regen


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp700/dev/cpudevs.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp700/dev/cpudevs_data.h

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



CVS commit: src/sys/arch/hp700/dev

2012-02-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb 26 07:50:38 UTC 2012

Modified Files:
src/sys/arch/hp700/dev: cpudevs

Log Message:
Take an educiated guess at the CPU id for PCXW+ (Landshark)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp700/dev/cpudevs

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



CVS commit: src/sys/arch/hp700/stand/xxboot

2012-02-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb 26 07:23:24 UTC 2012

Modified Files:
src/sys/arch/hp700/stand/xxboot: start.S

Log Message:
Typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp700/stand/xxboot/start.S

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Feb 26 07:12:50 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp if_aue.c if_axe.c
if_udav.c if_url.c stuirda.c ubt.c ucom.c ucycom.c ugen.c uhso.c
uirda.c ulpt.c umass_scsipi.c urio.c usbdi_util.c usbdi_util.h
uscanner.c usscanner.c ustir.c utoppy.c

Log Message:
rename old usb_detach_wakeup/wait to usb_detach_{wake,wakeup}old().


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/dev/usb/TODO.usbmp
cvs rdiff -u -r1.121.12.1 -r1.121.12.2 src/sys/dev/usb/if_aue.c
cvs rdiff -u -r1.50.6.2 -r1.50.6.3 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.31.12.2 -r1.31.12.3 src/sys/dev/usb/if_udav.c
cvs rdiff -u -r1.38.12.2 -r1.38.12.3 src/sys/dev/usb/if_url.c
cvs rdiff -u -r1.11.12.1 -r1.11.12.2 src/sys/dev/usb/stuirda.c
cvs rdiff -u -r1.40.8.1 -r1.40.8.2 src/sys/dev/usb/ubt.c
cvs rdiff -u -r1.88.2.2 -r1.88.2.3 src/sys/dev/usb/ucom.c
cvs rdiff -u -r1.33 -r1.33.8.1 src/sys/dev/usb/ucycom.c
cvs rdiff -u -r1.114.2.2 -r1.114.2.3 src/sys/dev/usb/ugen.c
cvs rdiff -u -r1.5.8.1 -r1.5.8.2 src/sys/dev/usb/uhso.c
cvs rdiff -u -r1.34.12.1 -r1.34.12.2 src/sys/dev/usb/uirda.c
cvs rdiff -u -r1.86.8.2 -r1.86.8.3 src/sys/dev/usb/ulpt.c
cvs rdiff -u -r1.38.6.3 -r1.38.6.4 src/sys/dev/usb/umass_scsipi.c
cvs rdiff -u -r1.35.12.2 -r1.35.12.3 src/sys/dev/usb/urio.c
cvs rdiff -u -r1.55.12.4 -r1.55.12.5 src/sys/dev/usb/usbdi_util.c
cvs rdiff -u -r1.41.16.1 -r1.41.16.2 src/sys/dev/usb/usbdi_util.h
cvs rdiff -u -r1.68.12.2 -r1.68.12.3 src/sys/dev/usb/uscanner.c
cvs rdiff -u -r1.30.12.3 -r1.30.12.4 src/sys/dev/usb/usscanner.c
cvs rdiff -u -r1.29.12.1 -r1.29.12.2 src/sys/dev/usb/ustir.c
cvs rdiff -u -r1.15.12.1 -r1.15.12.2 src/sys/dev/usb/utoppy.c

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Feb 26 06:59:39 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: ukbd.c usb_subr.c usbdivar.h

Log Message:
use kpause() in usb{d,}_delay_ms(), and add a version that takes a mutex


To generate a diff of this commit:
cvs rdiff -u -r1.113.4.3 -r1.113.4.4 src/sys/dev/usb/ukbd.c
cvs rdiff -u -r1.180.6.3 -r1.180.6.4 src/sys/dev/usb/usb_subr.c
cvs rdiff -u -r1.93.8.10 -r1.93.8.11 src/sys/dev/usb/usbdivar.h

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Feb 26 06:28:59 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: emdtv.c emdtv_dtv.c ezload.c if_cue.c
if_kue.c if_otus.c if_upgt.c udsbr.c

Log Message:
include usbdivar.h in several places that should.


To generate a diff of this commit:
cvs rdiff -u -r1.4.6.1 -r1.4.6.2 src/sys/dev/usb/emdtv.c
cvs rdiff -u -r1.5.6.1 -r1.5.6.2 src/sys/dev/usb/emdtv_dtv.c
cvs rdiff -u -r1.12 -r1.12.38.1 src/sys/dev/usb/ezload.c
cvs rdiff -u -r1.60.12.2 -r1.60.12.3 src/sys/dev/usb/if_cue.c
cvs rdiff -u -r1.74.12.2 -r1.74.12.3 src/sys/dev/usb/if_kue.c
cvs rdiff -u -r1.9 -r1.9.14.1 src/sys/dev/usb/if_otus.c
cvs rdiff -u -r1.3.14.1 -r1.3.14.2 src/sys/dev/usb/if_upgt.c
cvs rdiff -u -r1.18.12.1 -r1.18.12.2 src/sys/dev/usb/udsbr.c

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Feb 26 05:05:45 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp ehci.c if_url.c ohci.c
uhci.c usb.c usbdi.c usbdi_util.c

Log Message:
- add some more "XXXSMP ok" tags
- use cpu_softintr_p() instead of checking LP_INTR directly


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/dev/usb/TODO.usbmp
cvs rdiff -u -r1.181.6.13 -r1.181.6.14 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.38.12.1 -r1.38.12.2 src/sys/dev/usb/if_url.c
cvs rdiff -u -r1.218.6.15 -r1.218.6.16 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.240.6.14 -r1.240.6.15 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.125.6.11 -r1.125.6.12 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.134.2.13 -r1.134.2.14 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.55.12.3 -r1.55.12.4 src/sys/dev/usb/usbdi_util.c

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



CVS commit: src/sys/kern

2012-02-25 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat Feb 25 22:32:44 UTC 2012

Modified Files:
src/sys/kern: kern_mutex.c kern_rwlock.c

Log Message:
{mutex,rw}_vector_enter: use macro versions to disable/enable preemption.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/kern/kern_mutex.c
cvs rdiff -u -r1.37 -r1.38 src/sys/kern/kern_rwlock.c

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



CVS commit: src/sys/uvm

2012-02-25 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat Feb 25 22:28:06 UTC 2012

Modified Files:
src/sys/uvm: uvm_km.c

Log Message:
uvm_km_kmem_alloc: return ENOMEM on failure in PMAP_MAP_POOLPAGE case.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/uvm/uvm_km.c

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



CVS commit: [netbsd-6] src/doc

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 21:39:44 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Remainder of ticket #52


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src/sys/arch

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 21:39:08 UTC 2012

Modified Files:
src/sys/arch/amd64/conf [netbsd-6]: XEN3_DOM0
src/sys/arch/i386/conf [netbsd-6]: XEN3_DOM0

Log Message:
Remainder of pullup request:

Pull up the following revisions(s) (requested by bouyer in ticket #52):
sys/arch/amd64/conf/XEN3_DOM0:  revision 1.79-1.80
sys/arch/i386/conf/XEN3_DOM0:   revision 1.62-1.63

Comment out MPDEBUG, ACPIVERBOSE and MPVERBOSE.


To generate a diff of this commit:
cvs rdiff -u -r1.77.2.1 -r1.77.2.2 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.60.2.1 -r1.60.2.2 src/sys/arch/i386/conf/XEN3_DOM0

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



CVS commit: src/sys/dev/pci

2012-02-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Feb 25 21:21:09 UTC 2012

Modified Files:
src/sys/dev/pci: agp_amd64.c

Log Message:
- make agp_amd64_attach() also checks AMD64 Family 10h CPU's
  misc configuration devices
- print proper error message if no misc configuration device is found

Fixes kernel crash right after starting Xserver with radeondrm
on ASRock AM2NF3-VSTA (AM2 + nForce3 250 AGP) with Athlon II X2 CPU.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/agp_amd64.c

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



CVS commit: [netbsd-6] src/doc

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 21:19:11 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Add trailing line...


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src/doc

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 21:18:23 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #52


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src/sys/arch

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 21:18:02 UTC 2012

Modified Files:
src/sys/arch/amd64/conf [netbsd-6]: XEN3_DOM0 XEN3_DOMU
src/sys/arch/i386/conf [netbsd-6]: XEN3_DOM0 XEN3_DOMU

Log Message:
Pull up the following revisions(s) (requested by bouyer in ticket #52):
sys/arch/amd64/conf/XEN3_DOM0:  revision 1.78
sys/arch/amd64/conf/XEN3_DOMU:  revision 1.37
sys/arch/i386/conf/XEN3_DOM0:   revision 1.61
sys/arch/i386/conf/XEN3_DOMU:   revision 1.42

Xen is stable enough now to remove debug messages in default kernel.
Comment out options DEBUG from Xen kernel; also comment out makeoptions
DEBUG="-g" where it was still enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.77.2.1 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.36 -r1.36.2.1 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.60 -r1.60.2.1 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.41 -r1.41.2.1 src/sys/arch/i386/conf/XEN3_DOMU

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



CVS commit: [jmcneill-usbmp] src/sys

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 21:15:39 UTC 2012

Modified Files:
src/sys/arch/mips/adm5120/dev [jmcneill-usbmp]: ahci.c
src/sys/dev/ic [jmcneill-usbmp]: sl811hs.c

Log Message:
catch up with bus->intr_context going away.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.6.1 src/sys/arch/mips/adm5120/dev/ahci.c
cvs rdiff -u -r1.31.2.1 -r1.31.2.2 src/sys/dev/ic/sl811hs.c

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 20:54:03 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp

Log Message:
update to reality:
- intr_context fixed
- SMP usb_detach_wait/wakeup()
- mark a couple more drivers at tested


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/dev/usb/TODO.usbmp

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 20:52:29 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: uhid.c

Log Message:
mark D_MPSAFE:
- spl -> mutex
- convert to SMP usb_detach_wait/wakeup()
- add a IPL_NONE access lock, used in most devsw entry points


To generate a diff of this commit:
cvs rdiff -u -r1.84.12.1 -r1.84.12.2 src/sys/dev/usb/uhid.c

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 20:49:17 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: umass.c umassvar.h

Log Message:
convert to using SMP usb_detach_wait/wakeup().


To generate a diff of this commit:
cvs rdiff -u -r1.141.6.1 -r1.141.6.2 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.31 -r1.31.6.1 src/sys/dev/usb/umassvar.h

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 20:47:32 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: usbdi_util.c usbdi_util.h

Log Message:
implement cv/mutex based usb_detach_wait/wakeup().


To generate a diff of this commit:
cvs rdiff -u -r1.55.12.2 -r1.55.12.3 src/sys/dev/usb/usbdi_util.c
cvs rdiff -u -r1.41 -r1.41.16.1 src/sys/dev/usb/usbdi_util.h

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 20:46:34 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: ehci.c ohci.c uhci.c usbdi.c
usbdivar.h

Log Message:
replace the (diagnostic-only) intr_context with checks against LP_INTR
and cpu_intr_p().

XXX: there's one check that changes behaviour


To generate a diff of this commit:
cvs rdiff -u -r1.181.6.12 -r1.181.6.13 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.218.6.14 -r1.218.6.15 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.240.6.13 -r1.240.6.14 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.134.2.12 -r1.134.2.13 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.93.8.9 -r1.93.8.10 src/sys/dev/usb/usbdivar.h

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



CVS commit: src/sys/arch/x86/x86

2012-02-25 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Sat Feb 25 20:03:58 UTC 2012

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
Revert previous since it does a redundant xpq queue flush.
xen_bcast_invlpg() flushes the queue for us.


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/sys/arch/x86/x86/pmap.c

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



CVS commit: src/sys/arch/x86/x86

2012-02-25 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Sat Feb 25 19:32:27 UTC 2012

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
(xen) Flush the xpq before broadcasting page invalidate.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/arch/x86/x86/pmap.c

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



CVS commit: src/sys/arch/xen/x86

2012-02-25 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Feb 25 18:57:51 UTC 2012

Modified Files:
src/sys/arch/xen/x86: cpu.c

Log Message:
The code assumes that ci_index is also the Xen's cpunum, and that
cpunum is less than XEN_LEGACY_MAX_VCPUS. KASSERT both.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/xen/x86/cpu.c

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



CVS commit: src/sys/arch

2012-02-25 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Feb 25 18:11:06 UTC 2012

Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0
src/sys/arch/i386/conf: XEN3_DOM0

Log Message:
Also comment out ACPIVERBOSE and MPVERBOSE


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/i386/conf/XEN3_DOM0

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



CVS commit: src/sys/arch

2012-02-25 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Feb 25 17:45:53 UTC 2012

Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0
src/sys/arch/i386/conf: XEN3_DOM0

Log Message:
Also comment out MPDEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/i386/conf/XEN3_DOM0

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



CVS commit: src/sys/dev/acpi

2012-02-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Feb 25 17:22:52 UTC 2012

Modified Files:
src/sys/dev/acpi: acpi_cpu_cstate.c

Log Message:
Set the flag for checking for PCI bus master activity only for C3.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/acpi/acpi_cpu_cstate.c

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



CVS commit: src/sys/arch

2012-02-25 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Feb 25 17:03:35 UTC 2012

Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU
src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU

Log Message:
Comment out options DEBUG from Xen kernel; also comment out
makeoptions DEBUG="-g" where it was still enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/i386/conf/XEN3_DOMU

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



CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2012-02-25 Thread Martin Husemann
Module Name:xsrc
Committed By:   martin
Date:   Sat Feb 25 15:38:46 UTC 2012

Modified Files:
xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_KbdMap.c

Log Message:
Fix scan code 50 key on non-us-USB keyboards (BSlash2 -> BSlash).
>From macallan.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_KbdMap.c

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



CVS commit: [netbsd-6] src/doc

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 14:48:36 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #50


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src/etc

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 14:48:12 UTC 2012

Modified Files:
src/etc [netbsd-6]: MAKEDEV.tmpl

Log Message:
Pull up the following revisions(s) (requested by tron in ticket #50):
etc/MAKEDEV.tmpl:   revision 1.152

Four instances of atabus(4) are not enough for modern systems as the
system will report one instance for each SATA port. Create eight
device nodes by default.


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.151.2.1 src/etc/MAKEDEV.tmpl

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 13:17:16 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: uaudio.c

Log Message:
remove remaining splusb() calls, update some comments.


To generate a diff of this commit:
cvs rdiff -u -r1.124.2.2 -r1.124.2.3 src/sys/dev/usb/uaudio.c

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 12:57:32 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp

Log Message:
- noticed a concurrency issue with bus->intr_context member.  sometimes
  the host controller interrupt lock is held, sometimes the USB thread
  lock is held, and i've seen at least two cases where the non-hard or
  non-soft interrupt handler triggered this test in a code path that
  could not have raised it itself.  note that this needs attention.
- update some lists.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/dev/usb/TODO.usbmp

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 12:53:35 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: if_kue.c ohci.c uhci.c

Log Message:
remove curproc references


To generate a diff of this commit:
cvs rdiff -u -r1.74.12.1 -r1.74.12.2 src/sys/dev/usb/if_kue.c
cvs rdiff -u -r1.218.6.13 -r1.218.6.14 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.240.6.12 -r1.240.6.13 src/sys/dev/usb/uhci.c

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



CVS commit: src/sys/arch/x86/x86

2012-02-25 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Sat Feb 25 12:33:54 UTC 2012

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
Use pmap_pte_xxx() functions instead of xen specific pte update
functions.

No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/arch/x86/x86/pmap.c

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



CVS commit: src/share/man/man4

2012-02-25 Thread Sergey Svishchev
Module Name:src
Committed By:   shattered
Date:   Sat Feb 25 11:00:25 UTC 2012

Modified Files:
src/share/man/man4: iwn.4

Log Message:
Document support for 5100AGN (in tree since 2009).

OK by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/iwn.4

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



CVS commit: src/lib/libc/time

2012-02-25 Thread Sergey Svishchev
Module Name:src
Committed By:   shattered
Date:   Sat Feb 25 10:56:52 UTC 2012

Modified Files:
src/lib/libc/time: tzfile.5

Log Message:
Xref zdump(8).  OK by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/time/tzfile.5

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



CVS commit: src

2012-02-25 Thread Sergey Svishchev
Module Name:src
Committed By:   shattered
Date:   Sat Feb 25 10:55:28 UTC 2012

Modified Files:
src/etc: MAKEDEV.tmpl
src/share/man/man8: MAKEDEV.8
src/sys/arch/i386/conf: majors.i386
src/sys/arch/ia64/conf: majors.ia64

Log Message:
Quoting sys/dev/vme/files.vme commit log: "vmegeneric never saw the
light of the source tree.  After 7 years, I guess nobody missed it."

OK by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/etc/MAKEDEV.tmpl
cvs rdiff -u -r1.43 -r1.44 src/share/man/man8/MAKEDEV.8
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/i386/conf/majors.i386
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/conf/majors.ia64

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



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Feb 25 10:26:24 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp ehci.c ohci.c uhci.c
uhidev.c umass_scsipi.c umidi.c umidivar.h usb.c usbdi.c usbdivar.h

Log Message:
copyright maintenence.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/dev/usb/TODO.usbmp
cvs rdiff -u -r1.181.6.11 -r1.181.6.12 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.218.6.12 -r1.218.6.13 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.240.6.11 -r1.240.6.12 src/sys/dev/usb/uhci.c
cvs rdiff -u -r1.52.6.2 -r1.52.6.3 src/sys/dev/usb/uhidev.c
cvs rdiff -u -r1.38.6.2 -r1.38.6.3 src/sys/dev/usb/umass_scsipi.c
cvs rdiff -u -r1.53.2.4 -r1.53.2.5 src/sys/dev/usb/umidi.c
cvs rdiff -u -r1.17.2.1 -r1.17.2.2 src/sys/dev/usb/umidivar.h
cvs rdiff -u -r1.125.6.10 -r1.125.6.11 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.134.2.11 -r1.134.2.12 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.93.8.8 -r1.93.8.9 src/sys/dev/usb/usbdivar.h

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



CVS commit: src/sys/dev/scsipi

2012-02-25 Thread Sergey Svishchev
Module Name:src
Committed By:   shattered
Date:   Sat Feb 25 10:17:15 UTC 2012

Modified Files:
src/sys/dev/scsipi: cd.c scsi_all.h

Log Message:
Fix typos in comments.

OK by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/dev/scsipi/cd.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/scsipi/scsi_all.h

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



CVS commit: src/sys/dev/scsipi

2012-02-25 Thread Sergey Svishchev
Module Name:src
Committed By:   shattered
Date:   Sat Feb 25 10:15:50 UTC 2012

Modified Files:
src/sys/dev/scsipi: st.c

Log Message:
Replace magic value 0x7 with constant MT_ISAR.

OK by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/sys/dev/scsipi/st.c

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



CVS commit: [netbsd-6] src/doc

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 09:58:45 UTC 2012

Modified Files:
src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Ticket #49


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-6.0

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



CVS commit: [netbsd-6] src/share/examples/lua

2012-02-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Feb 25 09:58:25 UTC 2012

Modified Files:
src/share/examples/lua [netbsd-6]: gpio.lua

Log Message:
Pull up the following revisions(s) (requested by mbalmer in ticket #49):
share/examples/lua/gpio.lua:revision 1.2

GPIO pins are 0-based when accessed from Lua, not 1-based like Lua usually
is.  The pulse() has been removed, use gpiopwm(4) for that.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.4.1 src/share/examples/lua/gpio.lua

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



CVS commit: src/etc

2012-02-25 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Feb 25 09:19:31 UTC 2012

Modified Files:
src/etc: MAKEDEV.tmpl

Log Message:
Four instances of atabus(4) are not enough for modern systems as the
system will report one instance for each SATA port. Create eight
device nodes by default.


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/etc/MAKEDEV.tmpl

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



CVS commit: src/share/examples/lua

2012-02-25 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Feb 25 09:13:38 UTC 2012

Modified Files:
src/share/examples/lua: gpio.lua

Log Message:
GPIO pins are 0 based when accessed from Lua, not 1 based like Lua usually
is.  The pulse() has been removed, use gpiopwm(4) for that.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/examples/lua/gpio.lua

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