CVS commit: src/sys/arch/sandpoint

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 05:35:50 UTC 2021 Modified Files: src/sys/arch/sandpoint/conf: KUROBOX src/sys/arch/sandpoint/sandpoint: com_eumb.c Log Message: At least KuroBox Classic and HG seem to have buggy UART, for which ETXRDY interrupts

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

2021-03-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Mar 25 03:44:25 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: rge.c Log Message: Fix tftp boot with RTL8169/8110. When sending frame shorter than 60 octets, we add trailing \0's to payload to construct 60-octet

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

2021-03-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Mar 24 02:53:16 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile Log Message: Remove "lib" directory for cleandir. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2021-03-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 23 07:21:41 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Make this compile with -DDEBUG. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

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

2021-03-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 23 07:21:16 UTC 2021 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Make sure not to run kernel if fdloadfile() fails; it returns *non-zero* value on error. To generate a diff of this commit: cvs

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

2021-03-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Mar 17 14:58:16 UTC 2021 Modified Files: src/sys/arch/sandpoint/pci: pciide_machdep.c Log Message: Make this distinguishable with native PCI interrupt. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/sandpoint

2021-03-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Mar 17 14:50:11 UTC 2021 Modified Files: src/sys/arch/sandpoint/pci: pciide_machdep.c src/sys/arch/sandpoint/sandpoint: com_eumb.c machdep.c nhpow.c satmgr.c Log Message: Switch to intr_establish_xname(). To generate a

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

2021-01-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 4 15:36:22 UTC 2021 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: Use sel{record,remove}_knote(). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2020-07-08 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Jul 9 05:12:09 UTC 2020 Modified Files: src/sys/arch/sandpoint/sandpoint: autoconf.c Log Message: Adapt to proplib api changes To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2019-04-07 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Apr 7 15:44:44 UTC 2019 Modified Files: src/sys/arch/sandpoint/sandpoint: com_eumb.c Log Message: Call com_init_regs() in eumbcnattach() to set up com port register mapping. Fixes broken console output after changes to remove

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

2018-05-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 15 01:07:06 UTC 2018 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Revert previous; we actually use direct-configuration of I2C in this kernel config. To generate a diff of this commit: cvs rdiff -u

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

2018-05-14 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue May 15 00:57:15 UTC 2018 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Fully specifiy the location of indirectly-configured I2C devices. In particular, the parent spec must not be wild-carded, as doing so

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

2017-08-03 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Aug 3 19:51:00 UTC 2017 Modified Files: src/sys/arch/sandpoint/stand/altboot: skg.c Log Message: This driver should also support Schneider & Koch SK-9821 v2.0, besides Marvell SKnet. To generate a diff of this commit: cvs

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

2017-08-03 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Aug 3 19:22:15 UTC 2017 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c siisata.c version Log Message: Some Synology network devices show vendor 0x1148 (Schneider & Koch) instead of 0x11ab (Marvell). Detect

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

2017-08-03 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Aug 3 09:42:34 UTC 2017 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: Fixed overflow in delay() for delays greater than 2 seconds. Replaced u_long by uint32_t and u_quad by uint64_t whenever the

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

2016-11-26 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Nov 26 15:03:23 UTC 2016 Modified Files: src/sys/arch/sandpoint/pci: pci_machdep.c Log Message: PCI MSI/MSI-X manipulation stub functions are not provided as weak alias. To generate a diff of this commit: cvs rdiff -u

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

2016-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 28 14:18:34 UTC 2016 Modified Files: src/sys/arch/sandpoint/stand: Makefile.inc Log Message: NOPIE here too To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sandpoint/stand/Makefile.inc Please

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

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:40:24 UTC 2016 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

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

2015-10-15 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Thu Oct 15 12:00:02 UTC 2015 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: fix a board type check logic error that affected Linkstation and Kurobox (HG). They were mistakenly recognized kurot4

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

2015-09-30 Thread Frank Wille
Module Name:src Committed By: phx Date: Wed Sep 30 14:18:54 UTC 2015 Modified Files: src/sys/arch/sandpoint/sandpoint: autoconf.c machdep.c Log Message: Now more than a single I2C device per model may be configured directly. An additional flags argument makes the

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

2015-09-30 Thread Frank Wille
Module Name:src Committed By: phx Date: Wed Sep 30 14:22:02 UTC 2015 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Disable CFI in the GENERIC kernel again, as currently only cmdset 1.3 is supported, which is not present in all flash chips. Add

CVS commit: src/sys/arch/sandpoint

2015-09-30 Thread Frank Wille
Module Name:src Committed By: phx Date: Wed Sep 30 14:14:32 UTC 2015 Modified Files: src/sys/arch/sandpoint/include: bootinfo.h src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c siisata.c version Log Message: Pass a name and flags

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

2015-09-29 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Sep 29 15:12:53 UTC 2015 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c globals.h Log Message: The disk's unittag is not equal to the channel, so we need an additional unitchan entry to make lba_read() work in all

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

2015-09-21 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Sep 21 23:34:21 UTC 2015 Modified Files: src/sys/arch/sandpoint/conf: KUROBOX Log Message: Remove erroneously entered debug options. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2015-09-21 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Sep 21 23:31:41 UTC 2015 Modified Files: src/sys/arch/sandpoint/conf: GENERIC KUROBOX Log Message: double vlan pseudo-device removed To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

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

2015-09-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Sep 7 23:00:08 UTC 2015 Modified Files: src/sys/arch/sandpoint/sandpoint: flash_cfi.c machdep.c mainbus.c Log Message: Fix nor-flash bus space: extent limit should not be zero and bus space is definitely big-endian. Reading the

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

2015-09-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Sep 7 23:01:08 UTC 2015 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Enable cfi/nor/flash devices as reading from flash seems to work now. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89

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

2014-08-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 8 21:18:10 UTC 2014 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: Use __unreachable(). To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

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

2014-08-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Aug 5 17:55:20 UTC 2014 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c dev_net.c dsk.c main.c nif.c Log Message: Don't use non-literal strings as format strings. XXX Switch to strlcpy. To

CVS commit: src/sys/arch/sandpoint

2014-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 17:35:08 UTC 2014 Modified Files: src/sys/arch/sandpoint/pci: pci_machdep.c src/sys/arch/sandpoint/stand/altboot: main.c Log Message: fix sprintf. To generate a diff of this commit: cvs rdiff -u -r1.31

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

2014-03-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Mar 22 18:54:28 UTC 2014 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: drop trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2014-03-05 Thread Frank Wille
Module Name:src Committed By: phx Date: Wed Mar 5 14:13:20 UTC 2014 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Enabled SYSV* options, which all ports have (and which is needed by 3rd party software like SANE, e.g.). Added ugen*. To generate a

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

2014-02-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Feb 7 08:51:34 UTC 2014 Modified Files: src/sys/arch/sandpoint/sandpoint: locore.S Log Message: Remove enable_intr() and disable_intr(), which are unused. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2014-02-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Feb 7 09:22:02 UTC 2014 Modified Files: src/sys/arch/sandpoint/isa: isaclock.c Log Message: Replaced enable/disable_intr by splhigh/splx. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2014-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 5 21:09:33 UTC 2014 Modified Files: src/sys/arch/sandpoint/stand/altboot: devopen.c Log Message: Drop duplicate and unused extern global variable. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2014-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 5 21:10:50 UTC 2014 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: sprinkle const To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sandpoint/stand/altboot/main.c

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/sandpoint/stand/altboot

2013-09-15 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Sep 15 18:22:57 UTC 2013 Modified Files: src/sys/arch/sandpoint/stand/altboot: version Log Message: New version can read the MAC address for QNAP systems from flash. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2013-08-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 06:44:02 UTC 2013 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile Log Message: Use bsd.klinks.mk To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/sandpoint

2013-05-25 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat May 25 15:07:49 UTC 2013 Modified Files: src/sys/arch/sandpoint: README.NAS Log Message: Added another three NH23x compatible products. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2013-02-19 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Feb 19 15:58:19 UTC 2013 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: Implement real hardware power-off for DSM-G600 using the ZWC command. It seems that not all microcontrollers support the command,

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

2012-12-25 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Dec 25 17:02:35 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Add a DEBUG function to search the Flash for byte-streams, as U-Boot usually doesn't offer a search function. To generate a

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

2012-12-25 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Dec 25 17:07:07 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c rge.c Log Message: QNAP V200 boards have no EEPROM for the MAC address, so all devices default to the same address (00:e0:4c:69:20:01).

CVS commit: src/sys/arch/sandpoint

2012-11-26 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Nov 26 17:56:17 UTC 2012 Modified Files: src/sys/arch/sandpoint: README.NAS Log Message: Add another NH-231 clone to the list: Vibe NS-349-S To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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/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-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/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/sys/arch/sandpoint/conf

2012-04-29 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Apr 29 15:59:32 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Add driver for ATAPI disk drives. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/sandpoint/conf/GENERIC

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

2012-04-26 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Apr 26 19:59:37 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot dsk.c globals.h main.c Log Message: Multiple boot devices and/or paths may be specified, which are booted one after

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-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/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/stand/altboot

2012-04-16 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Apr 16 16:55:29 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c Log Message: Improved Synology CS/RS support: watch power-state of all SATA drives before initializing them, configure

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/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/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/sandpoint/conf

2012-02-11 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Feb 11 12:31:47 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Add support for ATAPI CD/DVD drives as well. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

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

2012-02-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Feb 10 12:02:33 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: machdep.c Log Message: oea_batinit() demands a minimum block size of 8M now. OK by releng@. To generate a diff of this commit: cvs rdiff -u -r1.61

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

2012-02-10 Thread Frank Wille
Module Name:src Committed By: phx Date: Fri Feb 10 21:09:20 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Enable support for USB CD/DVD drives. OK releng@. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

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

2012-01-31 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Jan 31 21:12:03 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: mainbus.c Log Message: Print MPC8245 cpu speed. We can calculate it using the PLL ratio. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2012-01-30 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 30 15:47:01 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: flash_cfi.c Log Message: Revert my last modification. The detach function might make sense to unload and replace a driver module.

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

2012-01-23 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 23 14:13:51 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Removed duplicate bridge(4) device. Insert blank after viaide(4). Some more restructuring. To generate a diff of this commit: cvs rdiff

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

2012-01-22 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 22 13:08:17 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c globals.h main.c pciide.c siisata.c version Log Message: Support PATA drive configuration option (ide:N[N...]). Wait until drives

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

2012-01-22 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 22 13:16:54 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c Log Message: Cleanup in perform_atareset(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2012-01-22 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 23 01:58:55 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Restructured, based on macppc and ofppc. Added some new options and pseudo-devices. To generate a diff of this commit: cvs rdiff -u

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/arch/sandpoint

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 19:39:25 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC KUROBOX files.sandpoint src/sys/arch/sandpoint/include: bus_funcs.h src/sys/arch/sandpoint/sandpoint: machdep.c mainbus.c Added Files:

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

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 20:03:12 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c entry.S Log Message: Add 0x7000 BAT-mapping for NH230/231. NH23x: Initialize LEDs on startup (status off, to indicate the bootloader

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

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 20:16:53 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot Log Message: Add NH230 PPCboot version. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2012-01-14 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 14 22:36:54 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot brdsetup.c Log Message: Netronics is spelled Netronix. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2012-01-08 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 8 14:53:54 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: Set the extclk for NH230 to 3300Hz. Prepare a synosetup() function which should set a different extclk for the 400MHz

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

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 19:57:49 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h Log Message: NH230 PPCBoot configures the memory boundary registers for 128MB, although the board has only 64MB. Fix that. To

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

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 20:51:23 UTC 2012 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Disable flash device unless nor(4) is not finished. Add pcf8563rtc(4) for NH230/231. To generate a diff of this commit: cvs rdiff -u

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

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 21:03:06 UTC 2012 Modified Files: src/sys/arch/sandpoint/sandpoint: iic_eumb.c Log Message: Configure pcf8563rtc for nhnas models. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2012-01-01 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 1 14:16:41 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot Log Message: Add Iomega StorCenter. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2012-01-01 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Jan 1 18:25:03 UTC 2012 Modified Files: src/sys/arch/sandpoint/stand/altboot: main.c Log Message: Handle devices with two network interfaces (e.g. a DSM-G600 with stge(4) and ath(4)). To generate a diff of this commit: cvs

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

2011-12-29 Thread Frank Wille
Module Name:src Committed By: phx Date: Thu Dec 29 10:27:36 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: com_eumb.c satmgr.c Log Message: Replaced 16 by I8259_ICU in intr_establish(). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/sandpoint

2011-12-28 Thread Frank Wille
Module Name:src Committed By: phx Date: Wed Dec 28 20:33:20 UTC 2011 Modified Files: src/sys/arch/sandpoint/conf: GENERIC src/sys/arch/sandpoint/pci: pci_machdep.c Log Message: Add a workaround for the VT6410 IDE controller on the Iomega Storcenter. Its interrupt

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

2011-12-18 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Dec 18 14:29:00 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: eumb.c mainbus.c Log Message: Replaced conf_args by mainbus_attach_args. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/sandpoint

2011-12-17 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Dec 17 20:20:38 UTC 2011 Modified Files: src/sys/arch/sandpoint/conf: GENERIC files.sandpoint src/sys/arch/sandpoint/include: bus_funcs.h src/sys/arch/sandpoint/sandpoint: machdep.c mainbus.c Added Files:

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

2011-11-22 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Nov 22 16:56:29 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: machdep.c Log Message: Print Model: information with oea_startup(). To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

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

2011-11-13 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Nov 13 16:22:18 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: README.altboot Log Message: Add DS-106j. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2011-11-12 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Nov 12 16:56:12 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: dsk.c pciide.c Log Message: Add support for IT821x IDE. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2011-11-12 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Nov 12 23:52:54 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c version Log Message: Improved Iomega microcontroller support. Bumped version to 1.8. To generate a diff of this commit: cvs rdiff -u

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

2011-11-12 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Nov 12 23:57:55 UTC 2011 Modified Files: src/sys/arch/sandpoint/sandpoint: satmgr.c Log Message: Add Iomega support (init, reboot, poweroff). Make new sysctl-nodes for Iomega fan control in machdep.satmgr. To generate a diff

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

2011-11-12 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Nov 13 00:06:54 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: pciide.c Log Message: Make the chipfix() functions return void instead of int, as the return value is useless. Suggested by nisimura. To generate a

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

2011-11-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Nov 7 21:11:56 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: Fixed Iomega microcontroller support. Implemented Iomega reboot function. To generate a diff of this commit: cvs rdiff -u

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

2011-11-06 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Nov 6 20:20:57 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h main.c Log Message: Added a test terminal for communicating with the satellite microcontroller. When compiled with DEBUG option

CVS commit: src/sys/arch/sandpoint

2011-11-05 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Nov 6 00:28:12 UTC 2011 Modified Files: src/sys/arch/sandpoint: README.NAS src/sys/arch/sandpoint/pci: pci_machdep.c Log Message: Fixed PCI line to EPIC IRQ mapping for Iomega Storcenter. To generate a diff of this

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

2011-11-01 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Nov 1 16:32:57 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c dsk.c pciide.c Log Message: The Apollo family of IDE interface chips has both channels disabled by default, so we have to enable them in a

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/stand/altboot

2011-10-30 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Oct 30 20:42:09 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: Makefile entry.S Added Files: src/sys/arch/sandpoint/stand/altboot: exception.c Log Message: Make sure to disable interrupts, as U-Boot may

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

2011-10-30 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Oct 30 21:08:33 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c dsk.c entry.S fxp.c globals.h nvt.c rge.c skg.c stg.c vge.c Log Message: Added in8() and out8() to access a byte with

  1   2   3   >