CVS commit: [matt-nb5-pq3] src/sys/common/pmap/tlb

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 07:54:53 UTC 2011 Modified Files: src/sys/common/pmap/tlb [matt-nb5-pq3]: pmap.c Log Message: Don't define DEBUG by default. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/common/pmap/tlb/pm

CVS commit: [matt-nb5-pq3] src/sys/arch/evbppc

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 07:47:20 UTC 2011 Modified Files: src/sys/arch/evbppc/conf [matt-nb5-pq3]: RB800 src/sys/arch/evbppc/mpc85xx [matt-nb5-pq3]: machdep.c mpc85xx_start.S Log Message: Enable SPE for RB800. Add SPE tidbits for mpc85xx

CVS commit: [matt-nb5-pq3] src/sys/arch/powerpc

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 07:46:00 UTC 2011 Modified Files: src/sys/arch/powerpc/booke [matt-nb5-pq3]: booke_machdep.c genassym.cf trap.c trap_subr.S src/sys/arch/powerpc/conf [matt-nb5-pq3]: files.powerpc src/sys/arch/p

CVS commit: src/common/lib/libc/arch/hppa/atomic

2011-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 17 07:40:21 UTC 2011 Added Files: src/common/lib/libc/arch/hppa/atomic: membar_ops.S Log Message: Add an membar_ops.S - not used currently. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/common/lib/libc/arc

CVS commit: [matt-nb5-pq3] src/sys/arch/evbppc/conf

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 07:37:33 UTC 2011 Modified Files: src/sys/arch/evbppc/conf [matt-nb5-pq3]: PMPPC Log Message: Add TMPFS To generate a diff of this commit: cvs rdiff -u -r1.5.12.1 -r1.5.12.2 src/sys/arch/evbppc/conf/PMPPC Please note t

CVS commit: src/sys/kern

2011-01-16 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Jan 17 07:36:58 UTC 2011 Modified Files: src/sys/kern: subr_pool.c Log Message: Fix a conditional include. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/sys/kern/subr_pool.c Please note that diffs ar

CVS commit: [matt-nb5-pq3] src/sys/arch/evbppc/conf

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 07:36:36 UTC 2011 Modified Files: src/sys/arch/evbppc/conf [matt-nb5-pq3]: MPC8536DS Log Message: sdhc has problems; comment out for now. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/

CVS commit: src/doc

2011-01-16 Thread Jukka Ruohonen
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 doma

CVS commit: src/doc

2011-01-16 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 17 07:33:16 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Replace reference to nonexistent if_otus(4) with otus(4). To generate a diff of this commit: cvs rdiff -u -r1.1490 -r1.1491 src/doc/CHANGES Please note

CVS commit: src/sys/arch/evbppc/virtex

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 07:32:55 UTC 2011 Modified Files: src/sys/arch/evbppc/virtex: machdep.c Log Message: Add #include To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbppc/virtex/machdep.c Please note that dif

CVS commit: src/share/man/man4/man4.x86

2011-01-16 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jan 17 07:32:05 UTC 2011 Modified Files: src/share/man/man4/man4.x86: ioapic.4 Log Message: Add two more references. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/ioapic.4 Please no

CVS commit: src/common/lib/libc/arch/hppa/atomic

2011-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 17 07:29:18 UTC 2011 Modified Files: src/common/lib/libc/arch/hppa/atomic: Makefile.inc Log Message: Tweak layout - no functional change. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/arc

CVS commit: src/sys/kern

2011-01-16 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Jan 17 07:13:33 UTC 2011 Modified Files: src/sys/kern: exec_macho.c exec_subr.c init_main.c kern_idle.c kern_malloc_debug.c kern_proc.c kern_sig.c subr_pool.c sys_pipe.c uipc_mbuf.c uipc_socket.c vfs_b

CVS commit: src/sys/lib/libkern/arch/powerpc

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 07:07:36 UTC 2011 Modified Files: src/sys/lib/libkern/arch/powerpc: memset.S Log Message: Don't define _NOREGNAMES since all of libkern is now compiled with it. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.

CVS commit: src/sys/arch/ofppc/ofppc

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 07:06:10 UTC 2011 Modified Files: src/sys/arch/ofppc/ofppc: locore.S Log Message: Use %rX instead of X. (no function change). To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/ofppc/ofppc/locor

CVS commit: src/sys/arch/powerpc/ibm4xx

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 06:55:49 UTC 2011 Modified Files: src/sys/arch/powerpc/ibm4xx: ibm4xx_machdep.c Log Message: Add a #include To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Pl

CVS commit: src/sys/arch/evbppc/walnut

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 06:54:57 UTC 2011 Modified Files: src/sys/arch/evbppc/walnut: walnut_start.S Log Message: Change some register uses to %rX that were missed the firt time. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 sr

CVS commit: src/usr.bin/xlint/lint1

2011-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 17 03:04:10 UTC 2011 Modified Files: src/usr.bin/xlint/lint1: mem1.c Log Message: PR/44235: Valeriy E. Ushakov: Don't pick up a block from the free list if it is not big enough, allocate a new one. XXX: this is inefficie

CVS commit: src/doc

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Jan 17 01:35:25 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Note secureplt support for powerpc. To generate a diff of this commit: cvs rdiff -u -r1.1489 -r1.1490 src/doc/CHANGES Please note that diffs are not publi

CVS commit: src/sys/compat/netbsd32

2011-01-16 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Jan 16 23:21:17 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_conv.h Log Message: In stat structure conversions, do set st_birthtimespec member values if exists. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/share/mk

2011-01-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 16 19:30:00 UTC 2011 Modified Files: src/share/mk: sys.mk Log Message: Alpha doesn't need -traditional-cpp for assembler. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/share/mk/sys.mk Please note th

CVS commit: src/libexec/ld.elf_so

2011-01-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 15:56:37 UTC 2011 Modified Files: src/libexec/ld.elf_so: rtld.h Log Message: Move powerpc gotptr to the end to preserve binary compatibility. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/libexec/ld.

CVS commit: [netbsd-4] src/doc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 15:36:46 UTC 2011 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Tickets 1415 and 1416 To generate a diff of this commit: cvs rdiff -u -r1.1.2.213 -r1.1.2.214 src/doc/CHANGES-4.1 Please note that diffs

CVS commit: [netbsd-4] src/sys/arch/amiga/include

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 15:36:01 UTC 2011 Modified Files: src/sys/arch/amiga/include [netbsd-4]: vmparam.h Log Message: Pull up following revision(s) (requested by mhitch in ticket #1416): sys/arch/amiga/include/vmparam.h: revision 1.4

CVS commit: [netbsd-4-0] src/doc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 15:35:48 UTC 2011 Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: ticket 1415 To generate a diff of this commit: cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-4.0.2 Please note that diffs are no

CVS commit: [netbsd-4] src/etc/ssh

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 15:34:17 UTC 2011 Modified Files: src/etc/ssh [netbsd-4]: ssh_known_hosts Log Message: Pull up following revision(s) (requested by riz in ticket #1415): etc/ssh/ssh_known_hosts: revision 1.6 releng has been on m

CVS commit: [netbsd-4-0] src/etc/ssh

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 15:34:14 UTC 2011 Modified Files: src/etc/ssh [netbsd-4-0]: ssh_known_hosts Log Message: Pull up following revision(s) (requested by riz in ticket #1415): etc/ssh/ssh_known_hosts: revision 1.6 releng has been on

CVS commit: [netbsd-5] src/doc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 14:36:30 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Ticket 1524 To generate a diff of this commit: cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-5.2 Please note that diffs are not publ

CVS commit: [netbsd-5] xsrc/external/mit/xf86-video-ati/dist

2011-01-16 Thread Manuel Bouyer
Module Name:xsrc Committed By: bouyer Date: Sun Jan 16 14:35:53 UTC 2011 Added Files: xsrc/external/mit/xf86-video-ati/dist [netbsd-5]: compile xsrc/external/mit/xf86-video-ati/dist/src [netbsd-5]: drmmode_display.c drmmode_display.h radeon_dri2.c radeon

CVS commit: [netbsd-5]

2011-01-16 Thread Manuel Bouyer
Module Name:xsrc Committed By: bouyer Date: Sun Jan 16 14:17:42 UTC 2011 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-radeon [netbsd-5]: Makefile xsrc/external/mit/xf86-video-ati/dist [netbsd-5]: COPYING ChangeLog Makefile.

CVS commit: src/sys/dev/isa

2011-01-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 16 14:16:03 UTC 2011 Modified Files: src/sys/dev/isa: aps.c Log Message: save a line of dmesg To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/isa/aps.c Please note that diffs are not public d

CVS commit: [netbsd-5-0] src/doc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:23:21 UTC 2011 Modified Files: src/doc [netbsd-5-0]: CHANGES-5.0.3 Log Message: tickets 1516, 1528, 1529 To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-5.0.3 Please note that

CVS commit: [netbsd-5-1] src/doc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:23:09 UTC 2011 Modified Files: src/doc [netbsd-5-1]: CHANGES-5.1.1 Log Message: tickets 1516, 1528, 1529, 1531 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-5.1.1 Please note

CVS commit: [netbsd-5] src/doc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:22:14 UTC 2011 Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: tickets 1486, 1513, 1516, 1518, 1523, 1525 - 1531 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-5.

CVS commit: [netbsd-5-1] src

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:08:22 UTC 2011 Modified Files: src/distrib/x68k/floppies/ramdisk [netbsd-5-1]: Makefile src/sys/arch/x68k/conf [netbsd-5-1]: INSTALL Log Message: Pull up following revision(s) (requested by isaki in ticket #1

CVS commit: [netbsd-5] src

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:08:19 UTC 2011 Modified Files: src/distrib/x68k/floppies/ramdisk [netbsd-5]: Makefile src/sys/arch/x68k/conf [netbsd-5]: INSTALL Log Message: Pull up following revision(s) (requested by isaki in ticket #1531)

CVS commit: [netbsd-5] src/sys/dev/ic

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:06:49 UTC 2011 Modified Files: src/sys/dev/ic [netbsd-5]: ahcisata_core.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1530): sys/dev/ic/ahcisata_core.c: revision 1.31 Don't cal

CVS commit: [netbsd-5-0] src/sys/net

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:04:51 UTC 2011 Modified Files: src/sys/net [netbsd-5-0]: raw_usrreq.c Log Message: Pull up following revision(s) (requested by pooka in ticket #1529): sys/net/raw_usrreq.c: revision 1.36 Apply patch from PR k

CVS commit: [netbsd-5-1] src/sys/net

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:04:45 UTC 2011 Modified Files: src/sys/net [netbsd-5-1]: raw_usrreq.c Log Message: Pull up following revision(s) (requested by pooka in ticket #1529): sys/net/raw_usrreq.c: revision 1.36 Apply patch from PR k

CVS commit: [netbsd-5] src/sys/net

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:04:33 UTC 2011 Modified Files: src/sys/net [netbsd-5]: raw_usrreq.c Log Message: Pull up following revision(s) (requested by pooka in ticket #1529): sys/net/raw_usrreq.c: revision 1.36 Apply patch from PR ker

CVS commit: [netbsd-5-1] src/etc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:00:39 UTC 2011 Modified Files: src/etc [netbsd-5-1]: named.conf src/etc/mtree [netbsd-5-1]: special Log Message: Pull up following revision(s) (requested by spz in ticket #1528): etc/named.conf: revis

CVS commit: [netbsd-5-0] src/etc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:00:34 UTC 2011 Modified Files: src/etc [netbsd-5-0]: named.conf src/etc/mtree [netbsd-5-0]: special Log Message: Pull up following revision(s) (requested by spz in ticket #1528): etc/named.conf: revis

CVS commit: [netbsd-5] src/etc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 13:00:03 UTC 2011 Modified Files: src/etc [netbsd-5]: named.conf src/etc/mtree [netbsd-5]: special Log Message: Pull up following revision(s) (requested by spz in ticket #1528): etc/named.conf: revision

CVS commit: [netbsd-5] src/sys/arch/sparc/sparc

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:58:24 UTC 2011 Modified Files: src/sys/arch/sparc/sparc [netbsd-5]: cpu.c cpuvar.h db_interface.c locore.s pmap.c Log Message: Pull up following revision(s) (requested by mrg in ticket #1527): sys

CVS commit: [netbsd-5] src/sys

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:54:43 UTC 2011 Modified Files: src/sys/arch/sparc/dev [netbsd-5]: zs.c src/sys/arch/sparc64/dev [netbsd-5]: zs.c src/sys/dev/ic [netbsd-5]: z8530sc.c z8530sc.h z8530tty.c Log Message: Pull up followin

CVS commit: [netbsd-5] src/sys/dev/pci

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:51:59 UTC 2011 Modified Files: src/sys/dev/pci [netbsd-5]: if_jme.c Log Message: Pull up following revision(s) (requested by kochi in ticket #1525): sys/dev/pci/if_jme.c: revision 1.16 Try reading MAC addr fr

CVS commit: [netbsd-5] src/distrib/sets/lists

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:48:10 UTC 2011 Modified Files: src/distrib/sets/lists/xcomp [netbsd-5]: md.sparc src/distrib/sets/lists/xserver [netbsd-5]: md.sparc Log Message: Apply patch, requested my mrg in ticket #1523: distrib

CVS commit: [netbsd-5] src/sys/arch/amiga/include

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:45:30 UTC 2011 Modified Files: src/sys/arch/amiga/include [netbsd-5]: vmparam.h Log Message: Pull up following revision(s) (requested by mhitch in ticket #1518): sys/arch/amiga/include/vmparam.h: revision 1.4

CVS commit: [netbsd-5-1] src/etc/ssh

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:43:16 UTC 2011 Modified Files: src/etc/ssh [netbsd-5-1]: ssh_known_hosts Log Message: Pull up following revision(s) (requested by riz in ticket #1516): etc/ssh/ssh_known_hosts: revision 1.6 releng has been on

CVS commit: [netbsd-5-0] src/etc/ssh

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:43:12 UTC 2011 Modified Files: src/etc/ssh [netbsd-5-0]: ssh_known_hosts Log Message: Pull up following revision(s) (requested by riz in ticket #1516): etc/ssh/ssh_known_hosts: revision 1.6 releng has been on

CVS commit: [netbsd-5] src/etc/ssh

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:43:04 UTC 2011 Modified Files: src/etc/ssh [netbsd-5]: ssh_known_hosts Log Message: Pull up following revision(s) (requested by riz in ticket #1516): etc/ssh/ssh_known_hosts: revision 1.6 releng has been on m

CVS commit: [netbsd-5] src/sys/dev/usb

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:40:22 UTC 2011 Modified Files: src/sys/dev/usb [netbsd-5]: ukbd.c Log Message: Pull up following revision(s) (requested by mbalmer in ticket #1513): sys/dev/usb/ukbd.c: revision 1.110 Cap h.loc.count at MAXKE

CVS commit: [netbsd-5] src

2011-01-16 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 16 12:38:28 UTC 2011 Modified Files: src/sbin/fsck_ext2fs [netbsd-5]: inode.c setup.c src/sbin/newfs_ext2fs [netbsd-5]: mke2fs.c newfs_ext2fs.8 newfs_ext2fs.c src/sys/lib/libsa [netbsd-5]: ext2fs

CVS commit: src/common/lib/libc/arch/hppa/atomic

2011-01-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 16 12:07:27 UTC 2011 Modified Files: src/common/lib/libc/arch/hppa/atomic: atomic_cas_up.S Log Message: Fix RCSId. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/hppa/atomic/atomic_ca

CVS commit: src/sys/arch/mips/mips

2011-01-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 16 09:50:45 UTC 2011 Modified Files: src/sys/arch/mips/mips: cpu_exec.c Log Message: Make pre-2.0 ELF binaries (with gcc-2.95.3/binutils-2.11.2) actually work with options COMPAT_16. Tested on R3000 pmax and R5000 sgimips

CVS commit: src/sys/dev/usb

2011-01-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 16 09:08:29 UTC 2011 Modified Files: src/sys/dev/usb: if_zyd.c if_zydreg.h Log Message: Pull AL2230S radio support for chips: > zyd0: sorry, radio "PV2000" is not supported yet > zyd0: could not attach RF mentioned in

CVS commit: src/sys/dev/usb

2011-01-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 16 08:59:09 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen from usbdevs rev 1.576: > Add CyberTAN ZD1211B. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.568 -r1

CVS commit: src/sys/dev/usb

2011-01-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 16 08:58:03 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add CyberTAN ZD1211B. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.575 -r1.576 src/sys/dev/usb/usbdevs Please note that di

CVS commit: src/lib/libisns

2011-01-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 16 08:00:01 UTC 2011 Modified Files: src/lib/libisns: isns.3 Log Message: Typo fixes, use more markup. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/lib/libisns/isns.3 Please note that diffs are not p