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/netboot

2011-01-13 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Jan 13 21:54:15 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: siisata.c Log Message: Configure transfer mode registers to PIO mode. It seems to work without, but just to be on the safe side. To generate a diff

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/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 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 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-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-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 20:18:19 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c version Log Message: Try to increase compatibility with all controllers when reading the status. To generate a diff of this commit: cvs rdiff

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

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 20:16:42 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: main.c Log Message: Accept "wd[N[p]]:" (with N=disk and p=partition) for specifying a disk drive. To generate a diff of this commit: cvs rdiff -u -r

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

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 20:14:52 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: devopen.c Log Message: Do not crash, but use "netbsd" as default file name when missing. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.

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

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 20:13:47 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: globals.h siisata.c Log Message: Make disk-booting work on Synology by using a PIO ATA-read command (0x20) instead of the DMA read command (0xc8). Thi

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

2011-01-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 10 18:35:50 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c Log Message: Try to detect Iomega Storcenter board (untested). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch

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

2011-01-09 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 9 22:59:41 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/netboot: main.c Log Message: fixed message: "is found" -> "was found" To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/sandpoint/st

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

2010-08-08 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Aug 8 11:58:26 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c siisata.c Log Message: Erroneously committed test code. Reverted to previous revision. To generate a diff of this commit: cvs rdiff -u -r1.4 -

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

2010-08-08 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Aug 8 11:54:46 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c main.c siisata.c Log Message: Minor source cleanup. Suggested by Kiyohara. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys

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

2010-07-23 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Jul 23 20:04:52 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: siisata.c Log Message: Erroneously committed my test code. Reverted to 1.9. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ar

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

2010-07-23 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Jul 23 20:01:27 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c siisata.c Log Message: Fixed error in loop counter variable for lba_read(). Patch by Toru Nishimura. To generate a diff of this commit: cvs rd

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

2010-07-17 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jul 17 14:15:34 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: pciide.c Log Message: Code to set PCI cfg xfer mode registers of 0680A IDE, to make sure the chip is in PIO mode. Patch submitted by Toru Nishimura.

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

2010-06-27 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jun 27 12:09:41 UTC 2010 Removed Files: src/sys/arch/sandpoint/stand/netboot: atawd.c Log Message: No longer needed. See dsk.c. To generate a diff of this commit: cvs rdiff -u -r1.9 -r0 src/sys/arch/sandpoint/stand/netboot/ataw

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

2010-06-27 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jun 27 12:09:17 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: dsk.c Log Message: Replaced test code for Synology SiI3512 with working KuroBox code again. To generate a diff of this commit: cvs rdiff -u -r1.1 -r

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

2010-06-26 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jun 26 22:13:32 UTC 2010 Added Files: src/sys/arch/sandpoint/stand/netboot: dsk.c Log Message: - add IDE/SATA diskboot facility known ok with KuroBox PCIIDE, need more debug on SiI3512 SATA which fails reading sectors from a driv

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

2010-06-26 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jun 26 21:45:49 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: Makefile brdsetup.c dev_net.c devopen.c globals.h main.c nif.c pci.c pciide.c siisata.c Log Message: - add IDE/SATA diskboot facility know

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

2010-05-20 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu May 20 20:18:51 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c globals.h main.c version Log Message: brdsetup() cleanup by Toru Nishimura. Put all board-relevant data into a structure. A few

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

2010-05-19 Thread Frank Wille
Module Name:src Committed By: phx Date: Wed May 19 15:05:58 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: Makefile entry.S main.c Log Message: Implemented support for boot arguments. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/a

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

2010-05-19 Thread Frank Wille
Module Name:src Committed By: phx Date: Wed May 19 15:04:51 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c Log Message: Updated Synology extclk from latest Linux/Synology source. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src

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

2010-05-18 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue May 18 14:32:39 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c Log Message: Set Synology extclk from 33.33MHz to 33.164526MHz, which reduces the error in the mftb timer from 5% to 0.002%. The consol

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

2010-05-18 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue May 18 10:41:30 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c Log Message: Synology PCI fixup, submitted by Toru Nishimura. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/

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

2010-05-17 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon May 17 17:50:08 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: Makefile globals.h Log Message: CPPFLAGS cleanup, submited by Toru Nishimura. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/

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

2010-05-17 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon May 17 17:48:59 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c Log Message: Set correct extclk for KuroBox, which is not 33MHz. Patch submitted by Toru Nishimura. To generate a diff of this commit: cv

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

2010-05-13 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu May 13 10:40:02 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c dev_net.c entry.S main.c pci.c Log Message: Patches by Toru Nishimura: - set up DBATs for 8000-8fff and fc00-ff

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

2010-05-12 Thread Frank Wille
Module Name:src Committed By: phx Date: Wed May 12 18:33:09 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c Log Message: Typo: DHB should be DMB (most significant bye, not high byte). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2010-05-08 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat May 8 19:41:07 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c globals.h main.c Log Message: Support for IOMEGA Storcenter, by Toru Nishimura. Kurobox console is 57600. To generate a diff of this comm

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

2010-05-08 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat May 8 15:26:54 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: main.c Log Message: Print "Kuro Box" when detected. Print "Unknown board" when the hardware was not identified. To generate a diff of this commit: c

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

2010-05-08 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat May 8 14:40:08 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c globals.h main.c Log Message: Calculate busclock and cpuclock for 8245-based boards from PLL_CFG and HID1. Print the clocks after netboot's

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

2010-05-03 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon May 3 18:55:09 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: skg.c Log Message: Fixed descriptor size (noticed by nisimura). Using two TX descriptors. Might be better, although libsa seems to work with one. To

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

2010-05-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun May 2 14:27:07 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: version Log Message: Bumped version, because of last changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/sta

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

2010-05-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun May 2 13:36:31 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: fxp.c kse.c nvt.c pcn.c rge.c sip.c sme.c tlp.c vge.c wm.c Log Message: Fixed ALLOC() macro to allocate properly aligned memory. To gene

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

2010-05-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun May 2 13:31:14 UTC 2010 Modified Files: src/sys/arch/sandpoint/stand/netboot: Makefile brdsetup.c globals.h main.c nif.c Added Files: src/sys/arch/sandpoint/stand/netboot: skg.c Log Message: Add support for Q

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

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 ADMTek/I

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

2009-06-11 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Fri Jun 12 00:24:33 UTC 2009 Modified Files: src/sys/arch/sandpoint/stand/netboot: brdsetup.c entry.S globals.h main.c pci.c Log Message: - be more cautious before turning on Dcache. - add lines to determine platform