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.
T
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 de
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
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 pub
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/
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 rdif
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 g
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/f
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
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/man
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 rdi
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
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 th
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
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 a
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 pub
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
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 DEB
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/s
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/sy
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 -r
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 o
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
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:
cv
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().
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 -r
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 s
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
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
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 t
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 bo
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 pub
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 a
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 configuratio
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) (reque
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 diff
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/uv
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 -
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() inste
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
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:
cv
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
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
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/
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.
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/
46 matches
Mail list logo