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

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:42:08 UTC 2021 Modified Files: src/sys/arch/pmax/stand: Makefile.booters Log Message: Handle mipsn64 To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/pmax/stand/Makefile.booters Please

CVS commit: src/sys/arch/pmax

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Nov 21 16:07:18 UTC 2020 Modified Files: src/sys/arch/pmax/pmax: bus_dma.c src/sys/arch/pmax/tc: dt.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/pmax

CVS commit: src/sys/arch/pmax/pmax

2020-09-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Sep 28 01:20:29 UTC 2020 Modified Files: src/sys/arch/pmax/pmax: machdep.c Log Message: Protect where the bootinfo esym value is less than the kernel "end" symbol by setting the end of kernel marker to the greater of these two

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

2020-09-07 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 09:14:48 UTC 2020 Modified Files: src/sys/arch/pmax/conf: RAMDISK64 Log Message: bump ramdisk image size to match build size. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/pmax/conf/RAMDISK64

CVS commit: src/sys/arch/pmax/pmax

2020-09-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 4 06:12:16 UTC 2020 Modified Files: src/sys/arch/pmax/pmax: machdep.c Log Message: Fix build of INSTALL kernel which doesn't have DDB To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/sys/arch/pmax/pmax

CVS commit: src/sys/arch/pmax/pmax

2020-09-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Sep 3 07:05:30 UTC 2020 Modified Files: src/sys/arch/pmax/pmax: machdep.c Log Message: Make DDB "machine reset" call emulate pushing the HALT button. Useful if DDB gets confused and "reboot" doesn't work. To generate a diff

CVS commit: src/sys/arch/pmax/tc

2020-09-02 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Sep 3 06:42:29 UTC 2020 Modified Files: src/sys/arch/pmax/tc: ioasic.c Log Message: The TC device addresses are defined in KSEG1, but this confuses bus_space(9) which expects bus addresses and not kernel virtual addresses. P

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

2020-08-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 30 07:09:02 UTC 2020 Modified Files: src/sys/arch/pmax/conf: GENERIC Log Message: Add some debug options to help find why the automated tests are failing. XXX turn off on release branch To generate a diff of this commit:

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

2020-08-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 30 07:08:13 UTC 2020 Modified Files: src/sys/arch/pmax/conf: GENERIC Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 src/sys/arch/pmax/conf/GENERIC Please note that diffs

CVS commit: src/sys/arch/pmax/pmax

2019-12-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 15 12:50:39 UTC 2019 Modified Files: src/sys/arch/pmax/pmax: disksubr.c Log Message: Disable (pretty useless and obscure) message when checking for Ultrix comaptible labels. To generate a diff of this commit: cvs rdiff -

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

2019-04-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Apr 26 22:29:20 UTC 2019 Modified Files: src/sys/arch/pmax/conf: GENERIC64 Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/pmax/conf/GENERIC64 Please note that diffs are not publi

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

2019-04-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Apr 26 22:28:41 UTC 2019 Modified Files: src/sys/arch/pmax/conf: GENERIC64 Log Message: Enable BUFQ_PRIOCSCAN, CARP, Veriexec To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/pmax/conf/GENERIC64 Ple

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

2019-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 3 11:30:28 UTC 2019 Modified Files: src/sys/arch/pmax/conf: RAMDISK RAMDISK64 Log Message: Adjust for bigger ramdisk To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/pmax/conf/RAMDISK cvs rdi

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

2019-03-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 31 16:11:57 UTC 2019 Modified Files: src/sys/arch/pmax/conf: RAMDISK RAMDISK64 Log Message: bump To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/pmax/conf/RAMDISK cvs rdiff -u -r1.4 -r1.5 src

CVS commit: src/sys/arch/pmax/pmax

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 7 04:32:38 UTC 2019 Modified Files: src/sys/arch/pmax/pmax: bus.c Log Message: #if 0 the same code as already done To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/pmax/pmax/bus.c Please note that

CVS commit: src/sys/arch/pmax/pmax

2018-09-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Sep 17 16:52:29 UTC 2018 Modified Files: src/sys/arch/pmax/pmax: dec_3min.c Log Message: Fix hangup after framebuffers are attached on 3MIN. PR port-pmax/53611 Ok'ed by mrg@. Should be pulled up to netbsd-7 and netbsd-8.

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

2018-01-05 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jan 5 13:20:46 UTC 2018 Modified Files: src/sys/arch/pmax/conf: GENERIC Log Message: Comment out DIAGNOSTIC/DEBUG/LOCKDEBUG from r1.192 slowing down real machines. OK christos@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/pmax/ibus

2018-01-05 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jan 5 13:11:32 UTC 2018 Modified Files: src/sys/arch/pmax/ibus: pm.c Log Message: Check presence of VFB01/VFB02 frame buffer option on DEC(station|system) 3100. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 sr

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

2017-08-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 6 11:50:21 UTC 2017 Modified Files: src/sys/arch/pmax/conf: GENERIC Log Message: Turn on DIAGNOSTIC and DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.191 -r1.192 src/sys/arch/pmax/conf/GENERIC Please not

CVS commit: src/sys/arch/pmax/pmax

2017-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 16 17:35:20 UTC 2017 Modified Files: src/sys/arch/pmax/pmax: bus.c Log Message: fix printf formats. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/pmax/pmax/bus.c Please note that diffs are n

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

2017-07-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 14 12:27:55 UTC 2017 Modified Files: src/sys/arch/pmax/conf: RAMDISK Log Message: make the comment match To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/pmax/conf/RAMDISK Please note that di

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

2017-07-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 13 21:14:41 UTC 2017 Modified Files: src/sys/arch/pmax/conf: RAMDISK Log Message: ramdisk ate too much ice cream, compensate. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/pmax/conf/RAMDISK

CVS commit: src/sys/arch/pmax/ibus

2017-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 18 16:37:06 UTC 2017 Modified Files: src/sys/arch/pmax/ibus: dz_ibus.c Log Message: PR/52242: Utkarsh Anand: Minimal fix for fallout from moving to the common mips bus_space code. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/pmax/pmax

2017-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 18 16:34:56 UTC 2017 Modified Files: src/sys/arch/pmax/pmax: bus.c bus_dma.c Log Message: Fix debug (make it compile) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/pmax/pmax/bus.c cvs rdiff -

CVS commit: src/sys/arch/pmax

2016-11-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 16 19:37:06 UTC 2016 Modified Files: src/sys/arch/pmax/conf: files.pmax src/sys/arch/pmax/ibus: ibus_3max.c ibus_pmax.c src/sys/arch/pmax/include: bus.h src/sys/arch/pmax/tc: tcbus.c Added Files:

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

2016-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 12:27:35 UTC 2016 Modified Files: src/sys/arch/pmax/conf: GENERIC Log Message: add aslr/mprotect et.al. To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/sys/arch/pmax/conf/GENERIC Please note tha

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

2016-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 3 11:34:47 UTC 2016 Modified Files: src/sys/arch/pmax/stand: Makefile.booters Log Message: Add NOPIE To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/pmax/stand/Makefile.booters Please note

CVS commit: src/sys/arch/pmax/ibus

2016-06-20 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Jun 20 20:19:43 UTC 2016 Modified Files: src/sys/arch/pmax/ibus: sii.c Log Message: Fix DEBUG build While here, if DIAGNOSTIC panic to KASSERTMSG. ok mlelstv@ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/

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

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 19:11:20 UTC 2016 Modified Files: src/sys/arch/pmax/stand/common: callvec.c Log Message: Update to match change to dec_prom.h. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/pmax/stand/co

CVS commit: src/sys/arch/pmax/include

2016-06-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:38:18 UTC 2016 Modified Files: src/sys/arch/pmax/include: dec_prom.h Log Message: gets -> unsafe_gets; nothing uses this but let's not start by accident. (related to PR 51200) To generate a diff of this commit: c

CVS commit: src/sys/arch/pmax/pmax

2016-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 22 04:48:25 UTC 2016 Modified Files: src/sys/arch/pmax/pmax: dec_3maxplus.c Log Message: revert part of rev 1.66 that converted a tri-state variable into a bool while leaving a comparision against "< 3". To generate a diff

CVS commit: src/sys/arch/pmax/pmax

2016-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Feb 1 17:39:41 UTC 2016 Modified Files: src/sys/arch/pmax/pmax: machdep.c Log Message: PR/50737: David Binderman: Check bounds before dereferencing. To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 src/sys/

CVS commit: src/sys/arch/pmax/tc

2015-06-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jun 28 09:15:45 UTC 2015 Modified Files: src/sys/arch/pmax/tc: dt.c Log Message: Use-after-free. ok christos@ Found by The Brainy Code Scanner. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/pmax/

CVS commit: src/sys/arch/pmax

2015-06-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jun 9 20:23:53 UTC 2015 Modified Files: src/sys/arch/pmax/ibus: ibus.c mcclock_ibus.c sii_ds.c src/sys/arch/pmax/tc: mcclock_ioasic.c tcbus.c Log Message: #include either or as needed To generate a diff of this comm

CVS commit: src/sys/arch/pmax/pmax

2014-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 24 19:31:40 UTC 2014 Modified Files: src/sys/arch/pmax/pmax: dec_3100.c dec_3max.c dec_3maxplus.c dec_3min.c dec_5100.c dec_maxine.c machdep.c Log Message: use cpu_{g,s}etmodel To generate a diff of this co

CVS commit: src/sys/arch/pmax/pmax

2013-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 10 20:18:51 UTC 2013 Modified Files: src/sys/arch/pmax/pmax: machdep.c Log Message: more unused variable fixes To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/sys/arch/pmax/pmax/machdep.c Please no

CVS commit: src/sys/arch/pmax

2013-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 10 20:09:53 UTC 2013 Modified Files: src/sys/arch/pmax/ibus: pm.c sii.c src/sys/arch/pmax/pmax: machdep.c src/sys/arch/pmax/tc: dtkbd.c ioasic.c Log Message: fix unused variable warnings To generate a d

CVS commit: src/sys/arch/pmax

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 13 06:51:23 UTC 2012 Modified Files: src/sys/arch/pmax/pmax: autoconf.c dec_3100.c dec_3max.c dec_3maxplus.c dec_3min.c dec_5100.c dec_maxine.c src/sys/arch/pmax/tc: tcbus.c Log Message: struct device

CVS commit: src/sys/arch/pmax/tc

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Oct 13 06:49:27 UTC 2012 Modified Files: src/sys/arch/pmax/tc: asc_ioasic.c Log Message: Fix botch on device_t/softc split in debug printf macro. from chs@ To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/s

CVS commit: src/sys/arch/pmax

2011-07-09 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jul 9 17:32:31 UTC 2011 Modified Files: src/sys/arch/pmax/ibus: dz_ibus.c ibus.c ibus_3max.c ibus_pmax.c ibusvar.h pm.c sii.c sii_ds.c src/sys/arch/pmax/include: locore.h src/sys/arch/pmax/pmax: autoc

CVS commit: src/sys/arch/pmax/tc

2011-06-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 4 01:37:36 UTC 2011 Modified Files: src/sys/arch/pmax/tc: dt.c dtkbd.c dtms.c dtvar.h Log Message: - split device_t/softc - make sure that *(dtdv_handler)() registered via dt_establish_handler() takes softc, not device

CVS commit: src/sys/arch/pmax/ibus

2011-06-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 4 01:31:24 UTC 2011 Modified Files: src/sys/arch/pmax/ibus: pm.c sii.c sii_ds.c siivar.h Log Message: Split device_t/softc. No crash during device attach on GXemul. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/arch/pmax/pmax

2011-04-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Apr 6 15:31:48 UTC 2011 Modified Files: src/sys/arch/pmax/pmax: autoconf.c Log Message: Move intr_init() (which initializes evcnt(9) for interrupts) from early machdep.c:mach_init() to autoconf.c:cpu_configure(). evcnt_init

CVS commit: src/sys/arch/pmax/pmax

2011-04-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Apr 6 15:31:08 UTC 2011 Modified Files: src/sys/arch/pmax/pmax: machdep.c Log Message: Move intr_init() (which initializes evcnt(9) for interrupts) from early machdep.c:mach_init() to autoconf.c:cpu_configure(). evcnt_init(

CVS commit: src/sys/arch/pmax/pmax

2011-04-02 Thread Michael L. Hitch
Module Name:src Committed By: mhitch Date: Sun Apr 3 03:19:52 UTC 2011 Modified Files: src/sys/arch/pmax/pmax: dec_3maxplus.c dec_3min.c dec_maxine.c Log Message: Fix pmax timecounters for mips3-class machines. Apparently no one else has run a 5000/150 with 5.0 or later

CVS commit: src/sys/arch/pmax/pmax

2011-03-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Mar 28 14:40:01 UTC 2011 Modified Files: src/sys/arch/pmax/pmax: locore_machdep.S Log Message: Use CALLFRAME_SP(sp) instead of CALLFRAME_S0(sp) to save s0. At least PROM's _getenv() on 3MIN doesn't preserve CALLFRAME_S0(s0) a

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

2011-03-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Mar 26 15:49:27 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: bootinit.S bootread.S clear_cache.S getchar.S printf.S start.S Log Message: Use .set reorder to entrust compiler hazards and BDslots to avoi

CVS commit: src/sys/arch/pmax/include

2011-03-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Mar 18 16:28:51 UTC 2011 Modified Files: src/sys/arch/pmax/include: param.h Log Message: - include after MACHINE is defined - remove redundant comment To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/a

CVS commit: src/sys/arch/pmax/pmax

2011-03-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Mar 10 17:13:13 UTC 2011 Modified Files: src/sys/arch/pmax/pmax: dec_3max.c dec_3min.c Log Message: Set correct struct clockframe .intr value for hardclock(9). To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 s

CVS commit: src/sys/arch/pmax

2011-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Feb 20 07:50:26 UTC 2011 Modified Files: src/sys/arch/pmax/conf: GENERIC GENERIC64 RAMDISK64 files.pmax src/sys/arch/pmax/ibus: dz_ibus.c ibus.c ibus_3max.c ibus_pmax.c ibusvar.h mcclock_ibus.c sii_ds.c

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

2011-01-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jan 28 11:58:39 UTC 2011 Modified Files: src/sys/arch/pmax/stand: Makefile.booters Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/pmax/stand/Makefile.booters Please note that d

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

2011-01-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 23 13:18:58 UTC 2011 Modified Files: src/sys/arch/pmax/stand: Makefile.booters Log Message: Define NOMAN earlier To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/pmax/stand/Makefile.booters Plea

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

2011-01-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 12 15:32:43 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: if_prom.c Log Message: Pull a fix from src/sys/net/if_ethersubr.c rev. 1.185: Fix off by one. To generate a diff of this commit: cvs rdiff -u -r1.10

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

2011-01-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Jan 11 16:19:38 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: bootinfo.c Log Message: ANSIfy. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/pmax/stand/common/bootinfo.c Please note tha

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

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 17:01:17 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: common.h if_prom.c start.S Log Message: - start.S add a hazard nop so that prom_restart() works properly on MIPS1 (it seems broken since initial rev

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

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 16:43:30 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: bootinit.S bootread.S clear_cache.S getchar.S printf.S Log Message: Add hazard nops required by MIPS1 in noreorder case. (Umm, is it easier

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

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 15:25:44 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: start.S startprog.S Log Message: Indent instructions in BDslots. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/pmax/stand

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

2011-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 10 15:25:15 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: bootinit.S bootread.S clear_cache.S getchar.S printf.S Log Message: - specify .set noreorder to fill BDslots properly - indent instructions

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

2011-01-09 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 9 16:55:13 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: if_prom.c Log Message: Misc cleanup: - use DPRINTF() style debug printf - KNF and ANSIfy - fix space/TAB botch - remove extra newlines To generate a d

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

2011-01-09 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 9 16:28:40 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: if_prom.c Log Message: Check if `enet' environment variable is available before reference to get MAC address, and exit with appropriate warning messages

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

2011-01-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jan 7 14:50:27 UTC 2011 Modified Files: src/sys/arch/pmax/stand/common: startprog.S Log Message: Put .set noreorder so that BDslots are properly filled. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/a

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

2010-11-25 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Nov 25 14:05:28 UTC 2010 Modified Files: src/sys/arch/pmax/stand/common: startprog.S Log Message: Fix botch on mips64 merge: - use correct offsets to pass args to loaded kernel in __mips_o32 case Now NetBSD/pmax kernel prop

CVS commit: src/sys/arch/pmax/ibus

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 20:31:10 UTC 2010 Modified Files: src/sys/arch/pmax/ibus: pm.c Log Message: Set RI_NO_AUTO in ri_flg if init function is invoked from cnattach. Untested. (3100 support seems somewhat broken, per gxemul output) To gen