CVS commit: src/sys/dev/pci

2012-03-20 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Mar 21 00:29:40 UTC 2012 Modified Files: src/sys/dev/pci: if_iwi.c Log Message: Unbreak the endian issue in firmware header decoding. Comfirmed good and running by a powerpc machine. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/isibootd

2012-04-02 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Apr 2 09:01:30 UTC 2012 Modified Files: src/usr.sbin/isibootd: isibootd.c Log Message: Change Ethertype 0x80df symbolic name. According to the real if_ether.h, dated back to 1991, Integrated Solution, Inc. used the followi

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-04-08 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Apr 8 10:38:34 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h Log Message: Add an entry for Terastation TGL miconv2 satellite processor which features a more complex protocol than Linkst

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-04-08 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Apr 8 12:11:58 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: Add an entry for "miconv2" satellite processor control. The button press event handler remains unimplemented for now. Use /de

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-04-09 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Apr 9 12:40:56 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c Log Message: Refactor disklabel decode logic. RAIDFRAME case needs more attention as it's not certain whether a general solution. To gen

CVS commit: src/sys/arch/sandpoint

2012-04-09 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Apr 9 13:26:37 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: Change to use "kurot4" product name for Terastation TGL and KuroBox/T4

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-04-09 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Apr 9 14:02:04 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: The processor ExtClk value of Kurobox/T4 is comfirmed as 32768000. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-04-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Apr 16 14:30:42 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: Preliminary support of TS-TGL/KBT4 power down operation. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sy

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-04-24 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Apr 24 10:09:06 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: Quick fixes to make KURO-BOX/T4 "miconv2" power management work. The patch was supplied by mef@. To generate a diff of this c

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-04-24 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Apr 24 14:56:07 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot Log Message: Add KURO-BOX/T4 vendor custom U-Boot version message. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-04-26 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Apr 27 00:35:43 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Comment improvement. altboot(8) is now aware of the disk removal for mirrored drive configuration. To generate a diff of th

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-05-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri May 11 21:12:35 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: iic_eumb.c satmgr.c Log Message: make sure to have the correct I2C TOD attached for KURO-BOX/T4. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/distrib/sandpoint/ramdisk

2012-05-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri May 11 21:22:10 UTC 2012 Modified Files: src/distrib/sandpoint/ramdisk: Makefile list Log Message: - have wd[23] and raid[01] device nodes for 4 drive NAS models. - let sysinst to have atactl(8), dkctl(8) and raidctl(8). T

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-05-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri May 11 21:40:50 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: A temporary solution to have KURO-BOX/T4 two way "dialogue" style sat protocol. Need more work for robustness. Unbreak the prev

CVS commit: src/distrib/utils/sysinst/arch/sandpoint

2012-05-12 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sat May 12 08:31:53 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/sandpoint: md.c Log Message: Add KURO-BOX/T4 support to sysinst. Tested good with the target machine. To generate a diff of this commit: cvs rdiff -u

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

2012-05-12 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sat May 12 10:27:17 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: KUROBOX Log Message: More "no" designations to reflect the target NAS hardware configuration. Is provided as a reference for other NAS platforms. Before-

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-05-12 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sat May 12 13:13:24 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: autoconf.c iic_eumb.c Log Message: Move I2C node adjustment stuff to autoconf.c from iic_eumb.c for the ease of maintainance. To generate a diff of

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-05-14 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue May 15 02:14:13 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: A temporaly fix to avoid a lockup by KBT4 DISP button. Not sure the real fix. Curse on the every poorly written engineering d

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

2012-08-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 8 02:18:37 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: MINI2440 Log Message: let MINI2440 kernel to have bpf(4) for DHCP. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/MIN

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-11-01 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Nov 2 04:10:33 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: pciide.c Log Message: VIA 82C586A/B 82C686A/B SouthBridges share PCI ID 0x1066-0571. They are distinguishable by looking at PCI-ISA bridge PCI ID

CVS commit: src/sys/arch/sandpoint

2012-01-18 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jan 19 07:38:06 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: autoconf.c src/sys/arch/sandpoint/stand/altboot: dsk.c Log Message: Change BTINFO_ROOTDEV to include boot device partition number in its cook

CVS commit: src/sys/dev/ic

2012-01-28 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sat Jan 28 08:29:55 UTC 2012 Modified Files: src/sys/dev/ic: dm9000.c dm9000reg.h dm9000var.h Log Message: - add DM9000 internal PHY manipulating routines. - now capable of auto-negotiation, use this as default media selection.

CVS commit: src/sys

2012-01-28 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sat Jan 28 08:37:22 UTC 2012 Modified Files: src/sys/conf: files Added Files: src/sys/dev/ic: uda1341.c uda1341reg.h uda1341var.h Log Message: Add UDA1341TS audio CODEC support. Code is written by Paul Fleischer. To g

CVS commit: src

2012-01-29 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Jan 30 03:28:35 UTC 2012 Modified Files: src/distrib/evbarm: Makefile src/distrib/sets/lists/base: md.evbarm src/doc: CHANGES src/etc/etc.evbarm: Makefile.inc src/sys/arch/arm/s3c2xx0: s3c2410.

CVS commit: src/etc/etc.evbarm

2012-01-30 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Jan 30 09:48:12 UTC 2012 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: add the missing backslash. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/etc/etc.evbarm/Makefile.inc Please note t

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-01-31 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 31 11:04:17 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: Makefile dev_net.c devopen.c Log Message: - add TFTP loading facility. - SD/MMC load default is now "ld0a:netbsd" To generate a diff of this comm

CVS commit: src

2012-01-31 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 31 12:23:33 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man8: Makefile Added Files: src/share/man/man8/man8.evbarm: Makefile bootmini2440.8 Log Message: introduce evbarm bootmini

CVS commit: src/distrib/evbarm/instkernel/instkernel

2012-01-31 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Feb 1 03:35:14 UTC 2012 Modified Files: src/distrib/evbarm/instkernel/instkernel: Makefile Log Message: add MINI2440_INSTALL image to the distribution. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/dis

CVS commit: src/sys/arch/evbarm/mini2440

2012-02-02 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Feb 3 00:33:08 UTC 2012 Modified Files: src/sys/arch/evbarm/mini2440: mini2440_machdep.c Log Message: Make sure to allow MEMORY_DISK as rootfs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evba

CVS commit: src/distrib/utils/sysinst/arch/evbarm

2012-02-02 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Feb 3 00:35:35 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/evbarm: md.h msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl Log Message: Add Mini2440 entry to sysinst kernel selection. To generate a

CVS commit: src

2012-02-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Feb 7 09:06:05 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/evbarm: Makefile md.c md.h src/sys/arch/arm/s3c2xx0: files.s3c2440 s3c2440reg.h s3c24x0_clk.c s3c2800_clk.c sscom.c sscom_s3c2440.c A

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

2012-02-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Feb 7 09:07:47 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: MINI2440 Log Message: - add missing time-of-day clock support. - add option WAPBL and disable VERBOSE_INIT_ARM. Ok by releng. To generate a diff of this c

CVS commit: src/sys/arch/arm/s3c2xx0

2012-02-10 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Feb 10 09:17:49 UTC 2012 Modified Files: src/sys/arch/arm/s3c2xx0: s3c24x0_clk.c Log Message: - use a correct bit mask to pick SRCPND register indication. - reading timer#4 possibly returns value '0'. Having the '0' and a

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-02-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Feb 22 12:08:41 UTC 2012 Added Files: src/sys/arch/evbarm/stand/boot2440: dm9000.c Removed Files: src/sys/arch/evbarm/stand/boot2440: dm9k.c Log Message: Reimplement DM9000E driver. - add a note about 16bit mode oper

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-02-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Feb 22 12:12:21 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: Makefile Log Message: - adapt DM9000 driver name change. - move -DLIBSA_PRINTF_WIDTH_SUPPORT to CPPFLAGS variable as SACPPFLAGS does not work. -

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-02-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Feb 22 12:21:24 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: entry.S main.c Log Message: - detect SoC chipid value found at 0x5600'00b0. - have brdsetup() to define SoC IOMUX in early startup. Device drivers

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

2012-02-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Feb 22 12:36:14 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: ENCPP1 GENERIC SANDPOINT Log Message: - nuke commented-out SYMTAB_SPACE directive since this port has a companion bootloader which is capable of loading

CVS commit: src/sys/arch/sandpoint/sandpoint

2012-02-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Feb 22 22:56:44 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: - fix an error which prevents satmgr from sending NUL bytes. - a bit cosmetic change for IOMEGA multibyte control sequence. T

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-02-23 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Feb 23 22:20:51 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: dm9000.c Log Message: - add short comments at the most troublesome part of this device. - remove a stale debug line. To generate a diff of this c

CVS commit: src/sys/arch/sandpoint/sandpoint

2010-10-31 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Oct 31 11:08:06 UTC 2010 Modified Files: src/sys/arch/sandpoint/sandpoint: iic_eumb.c Log Message: Update copyright notice. This code was completely replaced with Frank Wille's effort and has no substance made by me anymore.

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

2010-12-21 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Dec 22 01:34:18 UTC 2010 Modified Files: src/sys/arch/mips/mips: locore.S locore_mips1.S mipsX_subr.S vm_machdep.c Log Message: - make sure cpu_switchto() not to touch MIPS_CURLWP register at newlwp switchframe

CVS commit: src/sys/arch

2010-12-21 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Dec 22 03:22:44 UTC 2010 Modified Files: src/sys/arch/mips/include: cpu.h src/sys/arch/sh3/include: cpu.h Log Message: PROC_PC() should have been changed to LWP_PC(). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/sh3/sh3

2010-12-29 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Dec 29 13:43:58 UTC 2010 Modified Files: src/sys/arch/sh3/sh3: exception.c vm_machdep.c Log Message: use lwp_getpcb() to hide the detail about how struct pcb is populated. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/arch/sh3/sh3

2010-12-29 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Dec 29 13:49:32 UTC 2010 Modified Files: src/sys/arch/sh3/sh3: exception.c Log Message: one more line for lwp_getpcb() conversion. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/sh3/sh3/exceptio

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

2010-12-31 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sat Jan 1 02:08:10 UTC 2011 Modified Files: src/sys/arch/mips/mips: mips_machdep.c sig_machdep.c Log Message: - leave lwp0 trapframe zerod since it's never used. - 64bit op SR[KX] bit is for !o32 cases. - build struct sigframe_

CVS commit: src/sys/dev/i2c

2011-01-03 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 4 02:50:08 UTC 2011 Modified Files: src/sys/dev/i2c: motoi2c.c motoi2creg.h motoi2cvar.h Log Message: withdraw my name from the copyright notice as there is little code substance made by me. To generate a diff of this

CVS commit: src/sys/arch/sandpoint/include

2011-01-10 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 06:57:35 UTC 2011 Modified Files: src/sys/arch/sandpoint/include: bootinfo.h Log Message: add btinfo_modulelist for MODULAR component loading. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-10 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 07:01:22 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c Log Message: move set_xfermode() call to set PIO0 before the initial drive identification. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 08:04:15 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: main.c Log Message: add MODULAR loading facility. Disabled for now 'til it gets ready to use. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 08:19:34 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: main.c Log Message: move module load address printf() to show the correct value. Still some more work. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 09:45:25 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: kse.c nvt.c pcn.c sip.c sme.c wm.c Log Message: always have even numbered descriptors to avoid ones belong to Tx/Rx share the same ca

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 10:10:48 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: kse.c nvt.c pcn.c sip.c sme.c wm.c Log Message: make sure to have 32B aligned descriptor array. To generate a diff of this commit:

CVS commit: src/sys/arch/sandpoint

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Jan 11 13:29:09 UTC 2011 Modified Files: src/sys/arch/sandpoint/conf: GENERIC src/sys/arch/sandpoint/sandpoint: machdep.c Log Message: step forward to MODULAR sandpoint kernel. disabled until all work gets done. To

CVS commit: src/sys/arch/sandpoint

2011-01-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 12 07:38:44 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: machdep.c src/sys/arch/sandpoint/stand/netboot: main.c Log Message: - remove duplicate an opt include line. - restore a lost indent. To gen

CVS commit: src/sbin/atactl

2011-01-13 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Jan 14 06:02:57 UTC 2011 Modified Files: src/sbin/atactl: atactl.c Log Message: fix a mysterious indent lossage roaming around for last couple of years. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sbi

CVS commit: src/sbin/atactl

2011-01-18 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 19 07:55:13 UTC 2011 Modified Files: src/sbin/atactl: atactl.c Log Message: fix mislabelled S.M.A.R.T. lifetime temperature record reading. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sbin/atactl/

CVS commit: src/doc

2011-01-19 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 19 08:07:14 UTC 2011 Modified Files: src/doc: CHANGES Log Message: fix mislabelled S.M.A.R.T. lifetime temperature record reading. To generate a diff of this commit: cvs rdiff -u -r1.1493 -r1.1494 src/doc/CHANGES Plea

CVS commit: src/sys/arch/sandpoint/stand/netboot

2011-01-21 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sat Jan 22 00:32:42 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c Log Message: - make sure to wait for BUSY bit goes down prior to each 512B block read from xfer register, or corrupted datum may be retriev

CVS commit: src/sys/arch/sandpoint/stand

2011-01-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Jan 23 01:05:32 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand: Makefile Added Files: src/sys/arch/sandpoint/stand/altboot: Makefile README.altboot brdsetup.c dev_net.c devopen.c dsk.c entry.S fxp.c

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Jan 23 01:32:08 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c globals.h printf.c Added Files: src/sys/arch/sandpoint/stand/altboot: newvers.sh version Log Message: - add "ll" modifier to printf

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Jan 23 02:08:24 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: printf.c Log Message: fix a failure in the sign extension consideration. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/ar

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-22 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Jan 23 07:41:38 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile main.c version Removed Files: src/sys/arch/sandpoint/stand/altboot: newvers.sh Log Message: switch to use newvers_stand.sh as su

CVS commit: src/share/man

2011-01-26 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 26 11:25:51 UTC 2011 Modified Files: src/share/man/man4: Makefile src/share/man/man8: Makefile Added Files: src/share/man/man4/man4.sandpoint: Makefile satmgr.4 src/share/man/man8/man8.sandpoint: M

CVS commit: src/sys/dev

2011-01-26 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 26 11:29:04 UTC 2011 Modified Files: src/sys/dev: DEVNAMES Log Message: add sandpoint satmgr device node entry. To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 src/sys/dev/DEVNAMES Please note that dif

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-26 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 26 13:36:49 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile main.c Log Message: one more twist to complete newvers_stand.sh transition. Include timestamp in banner. To generate a diff of this co

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-26 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jan 27 04:32:49 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile Log Message: arrange vers.c generation to honour MKREPRO for global build control. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-01-26 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jan 27 04:54:40 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile Log Message: remove an excess echo line accidentally creeped in. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/a

CVS commit: src/share/man

2011-01-27 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jan 27 11:33:43 UTC 2011 Modified Files: src/share/man/man4/man4.sandpoint: satmgr.4 src/share/man/man8/man8.sandpoint: altboot.8 Log Message: add missing license notice as suggested by wiz@. To generate a diff of

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-02-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Feb 7 12:45:21 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: add IOMEGA StorCenter fixup codes. Need more change as the satellite microcontroller protocol is defined in 8-byte fixed

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

2011-02-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Feb 7 12:51:18 UTC 2011 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: add Dallas I2C RTC driver for StorCenter, leaving it commented out for now. To generate a diff of this commit: cvs rdiff -u -r1.52

CVS commit: src/sys/arch/sandpoint/pci

2011-02-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Feb 7 13:35:21 UTC 2011 Modified Files: src/sys/arch/sandpoint/pci: pci_machdep.c Log Message: add StorCenter heuristic by PCI vendor ID detection. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arc

CVS commit: src/sys/arch/sandpoint

2011-02-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Feb 7 15:58:35 UTC 2011 Modified Files: src/sys/arch/sandpoint: README.NAS Log Message: - add D-Link GSM-G600 info. IP1000A is supposed a member of stge(4). - move StorCenter info as it looks correct. To generate a diff

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-02-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Tue Feb 8 00:33:05 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h pciide.c Log Message: - add preliminary code to support D-Link DSM-G600 rev.B NAS. - it features 9600bps console, Moto MCU o

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-02-10 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Feb 10 13:38:08 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c dsk.c globals.h main.c nif.c pci.c Log Message: - some rework for PCI device enumeration. - allow dual IDE/SATA devices. -

CVS commit: src/sys/arch/sandpoint

2011-02-10 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Feb 10 13:54:45 UTC 2011 Modified Files: src/sys/arch/sandpoint: README.NAS src/sys/arch/sandpoint/pci: pci_machdep.c src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: - add D-Link EPIC defition to pci_

CVS commit: src/sys/arch/sandpoint

2011-02-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sat Feb 12 03:25:37 UTC 2011 Modified Files: src/sys/arch/sandpoint: README.NAS Log Message: add Thecus N1200 NAS information. It looks a fairly close sibling of Freescale MPC8349mITX eval featuring I2C controlled satellite MCU

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-02-13 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Feb 14 06:21:29 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h pci.c Log Message: - add preliminary Netronics NH230 and NH231 supports. - assign PCI configuration register 0x3c with IDSEL

CVS commit: src/sys/arch/sandpoint/pci

2011-02-14 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Feb 14 09:00:04 UTC 2011 Modified Files: src/sys/arch/sandpoint/pci: pci_machdep.c Log Message: add EPIC definition for Netronics NH230/NH231 and the brothers. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch/sandpoint

2011-02-14 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Feb 14 12:36:38 UTC 2011 Modified Files: src/sys/arch/sandpoint: README.NAS Log Message: add Thecus N3200 to the research list. Along with N1200 they use MPC8347 single PCI SoC. To generate a diff of this commit: cvs rdif

CVS commit: src/sys/arch/sandpoint

2011-02-14 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Feb 14 13:05:00 UTC 2011 Modified Files: src/sys/arch/sandpoint: README.NAS Log Message: - remove the mangled lines of the previous commit. - withdraw DS407 description for now as pieces of info are conflicting and remain

CVS commit: src/sys/arch/sandpoint/sandpoint

2011-03-30 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Mar 31 02:32:36 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: iic_eumb.c Log Message: Build and use "i2c-child-devices" property to choose the correct RTC chip among various models. To generate a diff of this

CVS commit: src/sys/arch/sandpoint/sandpoint

2011-04-08 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Apr 8 14:09:24 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: iic_eumb.c satmgr.c Log Message: Minor format knots; sort a model list in alphabetical order and adjust spacing. To generate a diff of this commit:

CVS commit: src/external/gpl3/gcc/usr.bin/gcc/arch

2013-10-10 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Oct 11 01:20:53 UTC 2013 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/coldfire: defs.mk src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4: defs.mk src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb: defs.mk

CVS commit: src/sys/arch/sandpoint/stand/altboot

2013-11-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Nov 7 14:51:36 UTC 2013 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: shut off gcc 4.8 unused variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/s

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

2013-11-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Nov 7 15:26:36 UTC 2013 Modified Files: src/sys/arch/powerpc/powerpc: fixup.c Log Message: move DIAGNOSTIC only variable inside #ifdef To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/power

CVS commit: src/sys/dev/i2c

2013-11-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Nov 8 03:56:10 UTC 2013 Modified Files: src/sys/dev/i2c: m41st84.c Log Message: fix an array bound error which was spotted by gcc 4.8 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/i2c/m41st84.c

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

2013-11-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Nov 8 03:59:35 UTC 2013 Modified Files: src/sys/arch/powerpc/include: cpu.h Log Message: resort the sys/cpu.h way for unused cii iterator in !MULTIPROCESSOR case. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1

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

2013-11-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Nov 8 04:32:58 UTC 2013 Modified Files: src/sys/arch/powerpc/powerpc: powerpc_machdep.c Log Message: use __diagused for KASSERT only variable. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/pow

CVS commit: src/sys/dev/pci

2013-11-07 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Nov 8 06:20:48 UTC 2013 Modified Files: src/sys/dev/pci: if_kse.c Log Message: move EVCNT only variable inside #ifdef To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/if_kse.c Please note tha

CVS commit: src/sys/nfs

2013-11-15 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Nov 15 14:39:53 UTC 2013 Modified Files: src/sys/nfs: nfs_vnops.c Log Message: add one more __unused attribute to shut gcc4.8 off. To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301 src/sys/nfs/nfs_vnops.c Pl

CVS commit: src/sys/dev/ic

2013-11-15 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Nov 15 14:52:11 UTC 2013 Modified Files: src/sys/dev/ic: rtwphy.c Log Message: fix unused variable warning To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/rtwphy.c Please note that diffs are n

CVS commit: src/sys/arch/luna68k

2013-11-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun Nov 17 04:45:35 UTC 2013 Modified Files: src/sys/arch/luna68k: Makefile Log Message: fix a botch in comment. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/luna68k/Makefile Please note that diffs

CVS commit: src/sys/dev/adb

2013-11-18 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Nov 18 11:02:34 UTC 2013 Modified Files: src/sys/dev/adb: adb_kbd.c adb_ms.c Log Message: minor tweaks to shut gcc4.8 warning off. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/adb/adb_kbd.c cvs

CVS commit: src/share/mk

2018-05-04 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri May 4 20:25:04 UTC 2018 Modified Files: src/share/mk: bsd.own.mk Log Message: remove duplicated cobalt in MACHINES.mips= line. To generate a diff of this commit: cvs rdiff -u -r1.1058 -r1.1059 src/share/mk/bsd.own.mk Ple

CVS commit: src/lib/libm

2017-08-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 16 13:34:59 UTC 2017 Modified Files: src/lib/libm: Makefile Log Message: add s_rintl.c for aarch64. ok by ryo@. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/lib/libm/Makefile Please note that di

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

2017-08-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 16 22:37:34 UTC 2017 Modified Files: src/sys/arch/aarch64/conf: kern.ldscript Log Message: add more sence. now compilable To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/conf/kern.ldscr

CVS commit: src/sys/arch/aarch64/aarch64

2017-08-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 16 22:48:11 UTC 2017 Modified Files: src/sys/arch/aarch64/aarch64: trap.c Log Message: reimplement copy/fetch/store(9). mostly copied from riscv To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/

CVS commit: src/sys/arch/aarch64/aarch64

2017-08-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 16 22:49:05 UTC 2017 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: add cpu_set_onfault glue To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/aarch64/aarch64/locore.S Pleas

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

2017-08-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 16 22:52:41 UTC 2017 Modified Files: src/sys/arch/aarch64/conf: files.aarch64 Log Message: retire copyinout.S and fusu.S To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/aarch64/conf/files.aarch

CVS commit: src/sys/arch/aarch64/aarch64

2017-08-16 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 16 22:52:48 UTC 2017 Removed Files: src/sys/arch/aarch64/aarch64: copyinout.S fusu.S Log Message: retire copyinout.S and fusu.S To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/sys/arch/aarch64/aarch64/cop

  1   2   3   >