CVS commit: src/sys/arch/hp300/stand/common

2021-07-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jul 5 13:41:08 UTC 2021 Modified Files: src/sys/arch/hp300/stand/common: autoconf.c ite.c ite_tc.c Removed Files: src/sys/arch/hp300/stand/common: grfreg.h Log Message: Get rid of obsolete grfreg.h. From OpenBSD.

CVS commit: src/sys/arch/hp300/stand/common

2016-06-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 9 03:05:54 UTC 2016 Modified Files: src/sys/arch/hp300/stand/common: tgets.c Log Message: return something To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp300/stand/common/tgets.c Please no

CVS commit: src/sys/arch/hp300/stand/common

2016-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 26 18:11:11 UTC 2016 Modified Files: src/sys/arch/hp300/stand/common: ite.c Log Message: PR/50852: David Binderman: make code more readable (although it was correct anyway) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/hp300/stand/common

2014-06-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 21 02:02:40 UTC 2014 Modified Files: src/sys/arch/hp300/stand/common: dcm.c if_le.c Log Message: Appease gcc48 -Wunused-but-set-variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch

CVS commit: src/sys/arch/hp300/stand/common

2014-05-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu May 1 18:08:47 UTC 2014 Modified Files: src/sys/arch/hp300/stand/common: if_le.c Log Message: Reduce a number of getsecs() calls in le_get() to make netboot a bit faster. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/arch/hp300/stand/common

2014-04-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Apr 22 15:49:14 UTC 2014 Modified Files: src/sys/arch/hp300/stand/common: dnkbd.c Log Message: Also fix the apci device address in dnkbd.c as apci.c rev 1.12: http://mail-index.netbsd.org/source-changes/2014/04/10/msg053940.

CVS commit: src/sys/arch/hp300/stand/common

2014-04-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Apr 19 06:04:59 UTC 2014 Modified Files: src/sys/arch/hp300/stand/common: clock.c samachdep.h Log Message: Add RTC support for HP9000/425e to bootloader too. Also put several cleanup: - make local functions and variables sta

CVS commit: src/sys/arch/hp300/stand/common

2014-04-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Apr 17 12:35:24 UTC 2014 Modified Files: src/sys/arch/hp300/stand/common: apci.c Log Message: Check the service switch on 425e to select apci serial console. Taken from OpenBSD/hp300. See the following comment for details:

CVS commit: src/sys/arch/hp300/stand/common

2014-04-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Apr 10 18:10:09 UTC 2014 Modified Files: src/sys/arch/hp300/stand/common: apci.c Log Message: Fix a botch on switching from apci (and dca) to MI com(4) 10 years ago. I.e. fix apci device address per FRODO_BASE macro change i

CVS commit: src/sys/arch/hp300/stand/common

2014-01-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jan 2 17:43:33 UTC 2014 Modified Files: src/sys/arch/hp300/stand/common: scsi.c Log Message: Change the SCSI select timeout from 2ms to 250ms as kernel spc(4) driver does. Noticed by miod@openbsd. To generate a diff of th

CVS commit: src/sys/arch/hp300/stand/common

2012-07-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jul 26 17:15:22 UTC 2012 Modified Files: src/sys/arch/hp300/stand/common: if_lereg.h Log Message: Remove '__attribute__((__packed__))' from structure definisions for Am7990 LANCE registers where no implicit padding is expecte

CVS commit: src/sys/arch/hp300/stand/common

2011-02-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 10 12:46:22 UTC 2011 Modified Files: src/sys/arch/hp300/stand/common: ite.c ite_dv.c ite_gb.c ite_hy.c ite_rb.c ite_subr.c ite_tc.c itevar.h Log Message: Pull OpenBSD's standalone ITE driver reorganization: -

CVS commit: src/sys/arch/hp300/stand/common

2011-02-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 10 11:17:21 UTC 2011 Modified Files: src/sys/arch/hp300/stand/common: ite.c itevar.h Log Message: Remove unused deinit functions. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/

CVS commit: src/sys/arch/hp300/stand/common

2011-02-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 10 11:08:24 UTC 2011 Modified Files: src/sys/arch/hp300/stand/common: ite_dv.c ite_gb.c ite_hy.c ite_rb.c ite_subr.c ite_tc.c itevar.h Log Message: Move and renamve hyper_ite_fontinit() to ite_fontinit1bpp() t

CVS commit: src/sys/arch/hp300/stand/common

2011-02-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 10 10:52:01 UTC 2011 Modified Files: src/sys/arch/hp300/stand/common: itevar.h Log Message: bcopy() -> memmove() How did this one survive several sweeps? To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src

CVS commit: src/sys/arch/hp300/stand/common

2011-02-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Feb 10 10:44:23 UTC 2011 Modified Files: src/sys/arch/hp300/stand/common: ite.c ite_subr.c itevar.h Log Message: All framebuffer drivers use common readbyte and writeglyph functions so no need to put them into per driver func

CVS commit: src/sys/arch/hp300/stand/common

2011-02-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Feb 7 13:11:41 UTC 2011 Modified Files: src/sys/arch/hp300/stand/common: autoconf.c clock.c hil.c ite.c ite_dv.c ite_gb.c ite_hy.c ite_rb.c ite_subr.c ite_tc.c Added Files: src/sys/arch/hp300/stand/common: