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

2009-08-19 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 19 06:22:54 UTC 2009 Modified Files: src/sys/arch/powerpc/pic: files.pic picvar.h Added Files: src/sys/arch/powerpc/pic: pic_mpcsoc.c Log Message: - Have pic_mpcsoc.c to adapt variations of Moto/Freescale

CVS commit: src/sys/arch/sandpoint

2009-08-19 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 19 06:28:07 UTC 2009 Modified Files: src/sys/arch/sandpoint/conf: ENCPP1 GENERIC SANDPOINT std.sandpoint src/sys/arch/sandpoint/include: openpicreg.h src/sys/arch/sandpoint/sandpoint: machdep.c Log

CVS commit: src/etc/etc.sandpoint

2009-08-24 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Aug 24 14:17:05 UTC 2009 Modified Files: src/etc/etc.sandpoint: Makefile.inc Log Message: - add GENERIC.NAS to a standard sandpoint distribution. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

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

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

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

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

CVS commit: src/sys/dev/i2c

2011-01-03 Thread Tohru Nishimura
nisimura Exp $ */ /*- * Copyright (c) 2007, 2010 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Tohru Nishimura and Matt Thomas. + * by Matt Thomas. * * Redistribution and use in source and binary

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

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

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.

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

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

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

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

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

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

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:

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

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

CVS commit: [matt-nb5-mips64] src/sys/uvm

2010-01-26 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Jan 27 07:45:19 UTC 2010 Modified Files: src/sys/uvm [matt-nb5-mips64]: uvm_page.c Log Message: Remove JRT two line comment about cache interference since the change specifically addresses general VIPT cache issue. Need

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-01-27 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jan 28 01:57:46 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: vm_machdep.c Log Message: fix a comment to tell register S7 ($23) is used for curlwp pointer. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man4

2009-05-24 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun May 24 16:32:58 UTC 2009 Modified Files: src/share/man/man4: uftdi.4 Log Message: - detect FTDI chiptype from bcdDevice field to determine the number of channels. - now capable of quad channel FT4232H. - mention FT232BM,

CVS commit: src/sys/dev/usb

2009-05-25 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon May 25 11:35:10 UTC 2009 Modified Files: src/sys/dev/usb: usbdevs Log Message: add VID 0x6011 for FT4232H quad channel chip. To generate a diff of this commit: cvs rdiff -u -r1.526 -r1.527 src/sys/dev/usb/usbdevs Please

CVS commit: src/sys/dev/usb

2009-05-25 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon May 25 11:36:52 UTC 2009 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen to sync with new usbdevs file. To generate a diff of this commit: cvs rdiff -u -r1.521 -r1.522

CVS commit: src/sys/dev/usb

2009-05-25 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon May 25 11:38:49 UTC 2009 Modified Files: src/sys/dev/usb: uftdi.c Log Message: add VID 0x6011 case to match FT4232H chip. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/usb/uftdi.c Please note

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

2009-07-03 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Jul 3 10:31:19 UTC 2009 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c globals.h main.c tlp.c Log Message: - adapt KURBOX/HG arrangements, requested and tested by kiyohara. - make tlp.c suited for

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

2009-07-09 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jul 9 15:39:28 UTC 2009 Modified Files: src/sys/arch/sandpoint/stand/netboot: tlp.c Log Message: - show link speed and duplexity. - fix an incomplete mod in mii_read(). To generate a diff of this commit: cvs rdiff -u

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

2009-07-20 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Jul 20 11:43:09 UTC 2009 Modified Files: src/sys/arch/sandpoint/stand/netboot: Makefile devopen.c globals.h nif.c rge.c Added Files: src/sys/arch/sandpoint/stand: Makefile Log Message: - fix rge.c

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

2009-07-20 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Mon Jul 20 11:46:17 UTC 2009 Modified Files: src/sys/arch/sandpoint/conf: GENERIC.NAS Log Message: - add missing usb* at ehci? line. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/sandpoint

2009-07-29 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jul 30 05:57:28 UTC 2009 Modified Files: src/sys/arch/sandpoint/pci: pci_machdep.c src/sys/arch/sandpoint/sandpoint: com_eumb.c Log Message: - fix EUMB com console attach case. - #ifdef out pci_conf_interrupt() for

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

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

CVS commit: src/share/man

2011-01-27 Thread Tohru Nishimura
2011/01/27 11:33:43 nisimura Exp $ +.\ +.\ Copyright (c) 2011 The NetBSD Foundation, Inc. +.\ All rights reserved. +.\ +.\ This code is derived from software contributed to The NetBSD Foundation +.\ by Tohru Nishimura. +.\ +.\ Redistribution and use in source and binary forms, with or without

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2012-02-22 Thread Tohru Nishimura
from software contributed to The NetBSD Foundation + * by Tohru Nishimura. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above

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

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.

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

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

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

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

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

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

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

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

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

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

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).

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

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.

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

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

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

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

2010-10-31 Thread Tohru Nishimura
- * by Tohru Nishimura. + * Written by Frank Wille for The NetBSD Project. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,7 +29,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: iic_eumb.c,v

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:

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

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

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

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

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

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

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

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

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

  1   2   3   >