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 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/sys/arch/sandpoint/sandpoint/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sandpoint/sandpoint/com_eumb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 configuration depend on the model-
flags in an optional BTINFO_MODEL bootinfo node.
Print the model name together with the vendor name, when known.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sandpoint/sandpoint/autoconf.c
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/sandpoint/sandpoint/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 flash via /dev/flash0 works now.
Writing is untested.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/sandpoint/flash_cfi.c
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/sandpoint/sandpoint/machdep.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sandpoint/sandpoint/mainbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/sys/arch/sandpoint/sandpoint/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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, though, so
the old solution to flash the power LED is still present as a fallback.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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
documents on Earth.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sandpoint/sandpoint/autoconf.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sandpoint/sandpoint/iic_eumb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 previous
commit made by accident.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.17 -r1.18 src/sys/arch/sandpoint/sandpoint/iic_eumb.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 /dev/satmgr
to talk the processor.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.62 src/sys/arch/sandpoint/sandpoint/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/sys/arch/sandpoint/sandpoint/mainbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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.
http://mail-index.netbsd.org/source-changes-d/2012/01/24/msg004538.html


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sandpoint/sandpoint/flash_cfi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-01-23 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Jan 23 15:16:38 UTC 2012

Modified Files:
src/sys/arch/sandpoint/sandpoint: flash_cfi.c

Log Message:
A detach function for the onboard flash probably makes no sense, so remove it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sandpoint/sandpoint/flash_cfi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/sys/arch/sandpoint/sandpoint/iic_eumb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/sys/arch/sandpoint/sandpoint/com_eumb.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/sys/arch/sandpoint/sandpoint/eumb.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sandpoint/sandpoint/mainbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant 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 src/sys/arch/sandpoint/sandpoint/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-07-01 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Fri Jul  1 19:16:06 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: com_eumb.c eumb.c eumbvar.h
iic_eumb.c mainbus.c satmgr.c

Log Message:
#include  instead of .


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sandpoint/sandpoint/com_eumb.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sandpoint/sandpoint/eumb.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/sandpoint/eumbvar.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sandpoint/sandpoint/iic_eumb.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sandpoint/sandpoint/mainbus.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-04-30 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Apr 30 11:14:04 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: iic_eumb.c

Log Message:
Add Iomega Storcenter dsrtc device (DS1337).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sandpoint/sandpoint/iic_eumb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-04-19 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Tue Apr 19 18:16:03 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
It is probably better to flash the power LED after power-off on a DSM-G600,
to make the user aware that he needs to remove power manually.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-04-19 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Tue Apr 19 18:06:19 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: machdep.c

Log Message:
Make it compile when no kernel symbols and no debugger is configured.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/sandpoint/sandpoint/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-04-17 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Apr 17 14:05:59 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
DSM-G600: Turn off all LEDs when shutting down, to indicate the device
can be switched off.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-04-10 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Apr 10 16:30:32 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
Missing comma. Make it compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 rdiff -u -r1.12 -r1.13 src/sys/arch/sandpoint/sandpoint/iic_eumb.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-04-04 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Apr  4 18:01:08 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: iic_eumb.c

Log Message:
Add more known I2C devices:
dlink: strtc
qnap: s390rtc


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sandpoint/sandpoint/iic_eumb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sandpoint/sandpoint/iic_eumb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-03-26 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Mar 26 22:36:34 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
Add QNAP reboot, reset and button handling functions.
Introduced an optional init function per board, which can set LEDs and other
special hardware to an initial state using the satellite processor.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-03-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Mar 12 16:49:17 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: machdep.c satmgr.c

Log Message:
The DSM-G600's satellite microcontroller provides no possibility to reboot
or powerdown the board, so we can only support reboot by falling back to
a default reboot procedure.
The default procedure will turn off interrupts and the MMU, then jump
through the firmware's reset vector (0xfff00100).


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sandpoint/sandpoint/machdep.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-03-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Mar 12 16:46:32 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: locore.S

Log Message:
When rebooting flush the instruction pipeline first, then do an absolute
jump to 0xfff00100.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sandpoint/sandpoint/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-03-09 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Wed Mar  9 20:33:57 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
DLink DSM-G600 button handling.
There are no commands to reboot or poweroff a G600, though.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-02-24 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Thu Feb 24 19:32:34 UTC 2011

Modified Files:
src/sys/arch/sandpoint/sandpoint: com_eumb.c satmgr.c

Log Message:
Print "interrupting at". Improved style guide conformance.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sandpoint/sandpoint/com_eumb.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sandpoint/sandpoint/iic_eumb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-06-30 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Wed Jun 30 17:50:34 UTC 2010

Modified Files:
src/sys/arch/sandpoint/sandpoint: autoconf.c

Log Message:
Determine the boot disk with bootinfo cookie.
Patch submitted by Toru Nishimura.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sandpoint/sandpoint/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-06-03 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Thu Jun  3 10:44:21 UTC 2010

Modified Files:
src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
Applied a patch by Toru Nishimura:
Fixed kmutex usage error and replaced tsleep by cv_waitsig.
Now "cat /dev/satmgr" no longer panics when pressing a button.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2010-05-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Wed May 12 17:20:24 UTC 2010

Modified Files:
src/sys/arch/sandpoint/sandpoint: eumbvar.h iic_eumb.c

Log Message:
Rewrote most of the code to make the 8245 I2C module finally work.
Tested with a RICOH RS5C372 RTC on a Synology DS-101g+ and Kurobox.
Reviewed by .


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sandpoint/sandpoint/eumbvar.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sandpoint/sandpoint/iic_eumb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.