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

2010-02-08 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Feb  8 08:49:57 UTC 2010

Modified Files:
src/sys/arch/hp700/conf: GENERIC

Log Message:
Add USERCONF as per all other GENERIC kernels


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/hp700/conf/GENERIC

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



CVS commit: src/sys

2010-02-08 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Feb  8 09:54:27 UTC 2010

Modified Files:
src/sys/kern: kern_mutex.c kern_rwlock.c
src/sys/sys: mutex.h rwlock.h

Log Message:
Re-apply:

Invert the sense of the bit to mark if LOCKDEBUG is enabled to
disabled.

This will help my fellow developers spot use before initialised
problems that hppa picks up very well.

but fix the !LOCKDEBUG case by defining the no debug bits to zero so
they have no effect on lock stubs.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/kern/kern_mutex.c
cvs rdiff -u -r1.35 -r1.36 src/sys/kern/kern_rwlock.c
cvs rdiff -u -r1.19 -r1.20 src/sys/sys/mutex.h
cvs rdiff -u -r1.9 -r1.10 src/sys/sys/rwlock.h

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



CVS commit: src/crypto/external/bsd/netpgp/dist

2010-02-08 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Mon Feb  8 17:19:12 UTC 2010

Modified Files:
src/crypto/external/bsd/netpgp/dist: TODO configure configure.ac
src/crypto/external/bsd/netpgp/dist/src/lib: crypto.c crypto.h
packet-print.c packet.h reader.c validate.c version.h
src/crypto/external/bsd/netpgp/dist/src/netpgp: Makefile
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile

Log Message:
Update netpgp to version 1.99.17/20100208

Changes to 1.99.17/20100208

+ get rid of last 2 static variables - use the __ops_printstate_t struct
  passed down, and add the indent variable here too
+ get rid of 3 occurrences in reader.c where an automatic buffer was
  addressed (as part of a subsequent callback) by a struct field from
  a calling scope, and only valid within the callback.  Found by
  Flexelint and phk - many thanks.
+ print filename/memory when time problems occur when validating signatures


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/crypto/external/bsd/netpgp/dist/TODO
cvs rdiff -u -r1.22 -r1.23 src/crypto/external/bsd/netpgp/dist/configure
cvs rdiff -u -r1.21 -r1.22 src/crypto/external/bsd/netpgp/dist/configure.ac
cvs rdiff -u -r1.18 -r1.19 \
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.c
cvs rdiff -u -r1.14 -r1.15 \
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h
cvs rdiff -u -r1.24 -r1.25 \
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c
cvs rdiff -u -r1.17 -r1.18 \
src/crypto/external/bsd/netpgp/dist/src/lib/packet.h
cvs rdiff -u -r1.28 -r1.29 \
src/crypto/external/bsd/netpgp/dist/src/lib/reader.c
cvs rdiff -u -r1.27 -r1.28 \
src/crypto/external/bsd/netpgp/dist/src/lib/validate.c
cvs rdiff -u -r1.23 -r1.24 \
src/crypto/external/bsd/netpgp/dist/src/lib/version.h
cvs rdiff -u -r1.7 -r1.8 \
src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile

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



CVS commit: src/sys/net/agr

2010-02-08 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Mon Feb  8 17:59:06 UTC 2010

Modified Files:
src/sys/net/agr: if_agr.c if_agrtimer.c if_agrvar_impl.h

Log Message:
Take another stab at fixing the LOCKDEBUG panic reported in PR
kern/39940 and by Martti Kuparinen on current-users@:  replace the
ioctl lock with finer-grained locking.  Lock the ports list and
wait to if_clone_destroy() until all threads are out of the softc.

Thanks to Martti Kuparinen for testing these changes.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/net/agr/if_agr.c
cvs rdiff -u -r1.5 -r1.6 src/sys/net/agr/if_agrtimer.c
cvs rdiff -u -r1.8 -r1.9 src/sys/net/agr/if_agrvar_impl.h

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



CVS commit: src/sys

2010-02-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Feb  8 19:02:33 UTC 2010

Modified Files:
src/sys/arch/acorn26/acorn26: machdep.c
src/sys/arch/acorn26/include: param.h
src/sys/arch/algor/algor: machdep.c
src/sys/arch/alpha/alpha: machdep.c
src/sys/arch/alpha/include: param.h
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/amd64/include: param.h
src/sys/arch/amiga/amiga: machdep.c
src/sys/arch/arc/arc: machdep.c
src/sys/arch/arc/include: param.h
src/sys/arch/arm/arm32: arm32_machdep.c
src/sys/arch/arm/include/arm32: param.h
src/sys/arch/atari/atari: machdep.c
src/sys/arch/cesfic/cesfic: machdep.c
src/sys/arch/cesfic/conf: GENERIC
src/sys/arch/cobalt/cobalt: machdep.c
src/sys/arch/evbarm/conf: CP3100
src/sys/arch/evbmips/adm5120: machdep.c
src/sys/arch/evbmips/alchemy: machdep.c
src/sys/arch/evbmips/atheros: machdep.c
src/sys/arch/evbmips/gdium: machdep.c
src/sys/arch/evbmips/malta: machdep.c
src/sys/arch/evbmips/rmixl: machdep.c
src/sys/arch/evbppc/conf: EV64260 OPENBLOCKS200 PMPPC VIRTEX_DFC
VIRTEX_GSRD1 VIRTEX_GSRD2 WALNUT
src/sys/arch/evbppc/explora: machdep.c
src/sys/arch/evbppc/obs405: obs405_machdep.c
src/sys/arch/evbppc/virtex: machdep.c
src/sys/arch/evbppc/walnut: machdep.c
src/sys/arch/ews4800mips/ews4800mips: machdep.c
src/sys/arch/hp300/conf: GENERIC INSTALL
src/sys/arch/hp300/hp300: machdep.c
src/sys/arch/hp700/hp700: machdep.c
src/sys/arch/hpcmips/hpcmips: machdep.c
src/sys/arch/hppa/include: param.h
src/sys/arch/i386/conf: GENERIC_TINY INSTALL_TINY
src/sys/arch/i386/i386: machdep.c
src/sys/arch/i386/include: param.h
src/sys/arch/ia64/ia64: machdep.c
src/sys/arch/ia64/include: param.h
src/sys/arch/ia64/stand/common: help.common
src/sys/arch/luna68k/include: vmparam.h
src/sys/arch/luna68k/luna68k: machdep.c
src/sys/arch/m68k/include: param.h
src/sys/arch/mac68k/mac68k: machdep.c
src/sys/arch/mips/include: mips_param.h
src/sys/arch/mipsco/mipsco: machdep.c
src/sys/arch/mvme68k/mvme68k: machdep.c
src/sys/arch/news68k/news68k: machdep.c
src/sys/arch/newsmips/newsmips: machdep.c
src/sys/arch/next68k/next68k: machdep.c
src/sys/arch/ofppc/conf: GENERIC GENERIC.MP
src/sys/arch/pmax/pmax: machdep.c
src/sys/arch/powerpc/include: param.h
src/sys/arch/powerpc/oea: oea_machdep.c
src/sys/arch/sbmips/sbmips: machdep.c
src/sys/arch/sgimips/sgimips: machdep.c
src/sys/arch/sh3/include: param.h
src/sys/arch/sh3/sh3: sh3_machdep.c
src/sys/arch/shark/conf: GENERIC INSTALL
src/sys/arch/sparc/include: param.h
src/sys/arch/sparc/sparc: machdep.c
src/sys/arch/sparc64/include: param.h
src/sys/arch/sparc64/sparc64: machdep.c
src/sys/arch/sun2/include: param.h
src/sys/arch/sun2/sun2: machdep.c
src/sys/arch/sun3/sun3: machdep.c
src/sys/arch/sun3/sun3x: machdep.c
src/sys/arch/usermode/dev: cpu.c
src/sys/arch/usermode/usermode: machdep.c
src/sys/arch/vax/include: param.h
src/sys/arch/vax/vax: machdep.c
src/sys/arch/x68k/x68k: machdep.c
src/sys/conf: param.c
src/sys/kern: uipc_mbuf.c
src/sys/netipsec: keysock.c
src/sys/rump/librump/rumpkern: emul.c
src/sys/uvm: uvm_extern.h uvm_km.c uvm_map.c

Log Message:
Remove separate mb_map. The nmbclusters is computed at boot time based
on the amount of physical memory and limited by NMBCLUSTERS if present.
Architectures without direct mapping also limit it based on the kmem_map
size, which is used as backing store. On i386 and ARM, the maximum KVA
used for mbuf clusters is limited to 64MB by default.

The old default limits and limits based on GATEWAY have been removed.
key_registered_sb_max is hard-wired to a value derived from 2048
clusters.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/acorn26/acorn26/machdep.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/acorn26/include/param.h
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/algor/algor/machdep.c
cvs rdiff -u -r1.325 -r1.326 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/alpha/include/param.h
cvs rdiff -u -r1.141 -r1.142 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amd64/include/param.h
cvs rdiff -u -r1.224 -r1.225 src/sys/arch/amiga/amiga/machdep.c
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/arc/arc/machdep.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arc/include/param.h
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/arm/arm32/arm32_machdep.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/include/arm32/param.h
cvs rdiff -u -r1.164 -r1.165 

CVS commit: src/doc

2010-02-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Feb  8 19:11:18 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Add entry for the mbuf cluster limit change.


To generate a diff of this commit:
cvs rdiff -u -r1.1355 -r1.1356 src/doc/CHANGES

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



CVS commit: src/usr.bin/fgen

2010-02-08 Thread Eduardo Horvath
Module Name:src
Committed By:   eeh
Date:   Mon Feb  8 20:14:55 UTC 2010

Modified Files:
src/usr.bin/fgen: fgen.h fgen.l

Log Message:
Some bugfixes and enhancements.  Support for case .. of and fix calculation
of branch offsets.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/fgen/fgen.h
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/fgen/fgen.l

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



CVS commit: src/sys/dev/usb

2010-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Feb  8 20:43:01 UTC 2010

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Add ZTE MF626.  From Marc Vertes in PR kern/41667.


To generate a diff of this commit:
cvs rdiff -u -r1.542 -r1.543 src/sys/dev/usb/usbdevs

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



CVS commit: src/lib/libcurses

2010-02-08 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Mon Feb  8 20:45:22 UTC 2010

Modified Files:
src/lib/libcurses: refresh.c

Log Message:
Fix an off-by-one error.
Thanks to Matthias Drochner.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/lib/libcurses/refresh.c

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



CVS commit: src/sys/dev/usb

2010-02-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Feb  8 20:45:43 UTC 2010

Modified Files:
src/sys/dev/usb: u3g.c

Log Message:
Add ZTE MF626.  From Marc Vertes in PR kern/41667.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/u3g.c

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



Re: CVS commit: src/sys

2010-02-08 Thread Joerg Sonnenberger
On Mon, Feb 08, 2010 at 08:35:26PM +, Mindaugas Rasiukevicius wrote:
  @@ -169,7 +192,7 @@ mbinit(void)
   
  sysctl_kern_mbuf_setup();
   
  -   mclpool_allocator.pa_backingmap = mb_map;
  +   mclpool_allocator.pa_backingmap = kmem_map;
  
 Is there a reason to keep mclpool_allocator?

No, switching to pool_allocator_kmem should be fine.

Joerg


CVS commit: src/sys/arch/i386/stand/boot

2010-02-08 Thread Hubert Feyrer
Module Name:src
Committed By:   hubertf
Date:   Mon Feb  8 21:25:32 UTC 2010

Modified Files:
src/sys/arch/i386/stand/boot: boot2.c

Log Message:
When a password is set for the bootloader (installboot -o password=...),
it currently complains about an unknown command and prints a usage if the
password is entered wrong:

...
Choose an option; RETURN for default; SPACE to stop countdown.
Option 1 will be chosen in 0 seconds.
Password: *
Password: *
Password: *
unknown command
commands are:
boot [xdNx:][filename] [-12acdqsvxz]
 (ex. hd0a:netbsd.old -s
ls [path]
dev xd[N[x]]:
consdev {pc|com[0123]|com[0123]kbd|auto}
modules {enabled|disabled}
load {path_to_module}
multiboot [xdNx:][filename] [args]
help|?
quit

Choose an option; RETURN for default; SPACE to stop countdown.
Option 1 will be chosen in 0 seconds.
...

This is confusing, plus someone may use it to determine bits of
information about the system. What should happen instead is that the user
is informed that the password is wrong:

...
Choose an option; RETURN for default; SPACE to stop countdown.
Option 1 will be chosen in 0 seconds.
Password: 
Password: 
Password: 
Wrong password.

Choose an option; RETURN for default; SPACE to stop countdown.
...

Implement the latter behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/i386/stand/boot/boot2.c

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



CVS commit: src/sys/dev/ic

2010-02-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Feb  8 21:42:01 UTC 2010

Modified Files:
src/sys/dev/ic: nslm7x.c nslm7xvar.h

Log Message:
Add temp-sensor type selection (via autoconfig flags).  Currently only
enabled for W83627HF but easily extended to others if appropriate.

Fixes PR kern-42758


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ic/nslm7x.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/nslm7xvar.h

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

2010-02-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Feb  8 21:42:41 UTC 2010

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

Log Message:
Document flags option for selecting temp sensor type


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/lm.4

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



CVS commit: src/sys/arch

2010-02-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Feb  8 21:45:32 UTC 2010

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

Log Message:
Add flags to all instances of lm(4), add a reference to man page


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.233 -r1.234 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.963 -r1.964 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.27 -r1.28 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/share/man/man4

2010-02-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Feb  8 21:47:20 UTC 2010

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

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/lm.4

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



Re: CVS commit: src/sbin/mount_smbfs

2010-02-08 Thread David Laight
On Mon, Feb 08, 2010 at 07:56:07AM +, Iain Hibbert wrote:
 Module Name:  src
 Committed By: plunky
 Date: Mon Feb  8 07:56:06 UTC 2010
 
 Modified Files:
   src/sbin/mount_smbfs: Makefile.inc
 
 Log Message:
 use
 
 .if defined(HAVE_GCC)  ${HAVE_GCC} == 4
 
 rather than
 
 .if ${HAVE_GCC} == 4
 
 as HAVE_GCC may be undefined

That construct may not help size make needs to parse the entire line.
Shorter and safer is:

.if ${HAVE_GCC:U0} == 4

David

-- 
David Laight: da...@l8s.co.uk


CVS commit: src/sys/kern

2010-02-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Mon Feb  8 22:55:37 UTC 2010

Modified Files:
src/sys/kern: uipc_mbuf.c

Log Message:
Handle rump like the direct mapping case.


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/kern/uipc_mbuf.c

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



CVS commit: src

2010-02-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Feb  8 23:10:35 UTC 2010

Modified Files:
src/share/man/man4: lm.4
src/sys/dev/ic: nslm7x.c

Log Message:
After reviewing the datasheets, most of the supported Winbond chips can
handles the new flags for selecting sensor type.  Update code and man
page accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/lm.4
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/ic/nslm7x.c

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



CVS commit: src/sys/dev/ic

2010-02-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Feb  8 23:54:33 UTC 2010

Modified Files:
src/sys/dev/ic: mfi.c

Log Message:
 Fix a bug that the system which has no logical volume panics in shutdown
hook. Without any logical volume, sysmon_envsys_register() fails. On such
case, sc-sc_sme must be NULL for the detach. Reviewed by dyoung and bouyer.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/mfi.c

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

2010-02-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Feb  8 23:58:39 UTC 2010

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add some MegaRAID Entries


To generate a diff of this commit:
cvs rdiff -u -r1.1019 -r1.1020 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev

2010-02-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb  9 00:05:18 UTC 2010

Modified Files:
src/sys/dev/ic: mfi.c mfireg.h mfivar.h
src/sys/dev/pci: mfi_pci.c

Log Message:
Add newer cars supports. Tested on MegaRAID SAS 9260-8i.
 - Add MFI gen2 support from OpenBSD.
 - Add entry for MegaRAID SAS 9260-8i


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/mfi.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/mfireg.h
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/mfivar.h
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/mfi_pci.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

2010-02-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb  9 00:21:27 UTC 2010

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

Log Message:
Update the manual for mfi GEN2.


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

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



CVS commit: src/doc

2010-02-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb  9 01:48:29 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
mention about mfi(4)'s GEN2 support.


To generate a diff of this commit:
cvs rdiff -u -r1.1356 -r1.1357 src/doc/CHANGES

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



CVS commit: src

2010-02-08 Thread Constantine A. Murenin
Module Name:src
Committed By:   cnst
Date:   Tue Feb  9 03:19:51 UTC 2010

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile acpi.4
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0
src/sys/arch/i386/conf: ALL GENERIC
src/sys/dev/acpi: files.acpi
src/usr.sbin/envstat: envstat.8
Added Files:
src/share/man/man4: aibs.4
src/sys/dev/acpi: atk0110.c

Log Message:
New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
with limit support.

http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654

Reviewed by pgoyette, jruoho and tech-kern.


To generate a diff of this commit:
cvs rdiff -u -r1.1189 -r1.1190 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.503 -r1.504 src/share/man/man4/Makefile
cvs rdiff -u -r1.38 -r1.39 src/share/man/man4/acpi.4
cvs rdiff -u -r0 -r1.1 src/share/man/man4/aibs.4
cvs rdiff -u -r1.265 -r1.266 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.234 -r1.235 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.964 -r1.965 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/atk0110.c
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/acpi/files.acpi
cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/envstat/envstat.8

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

2010-02-08 Thread Constantine A. Murenin
Module Name:src
Committed By:   cnst
Date:   Tue Feb  9 03:32:57 UTC 2010

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

Log Message:
* s/misformed/malformed/;

* don't change .status to anything other than SVALID and SINVALID in refresh();

suggested by pgoyette


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/atk0110.c

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

2010-02-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb  9 04:40:22 UTC 2010

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Make some bge's name close to the real product names.


To generate a diff of this commit:
cvs rdiff -u -r1.1020 -r1.1021 src/sys/dev/pci/pcidevs

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

2010-02-08 Thread Constantine A. Murenin
Module Name:src
Committed By:   cnst
Date:   Tue Feb  9 05:37:25 UTC 2010

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

Log Message:
use the latest envstat in the example output for aibs(4)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/aibs.4

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

2010-02-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Feb  9 06:48:28 UTC 2010

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

Log Message:
Bump date for previous.


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

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

2010-02-08 Thread Constantine A. Murenin
Module Name:src
Committed By:   cnst
Date:   Tue Feb  9 07:32:09 UTC 2010

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

Log Message:
fix the example code to be closer to compilation and update for aibs(4)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/share/man/man4/envsys.4

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