Module Name:src
Committed By: tsutsui
Date: Sat Dec 21 17:53:21 UTC 2024
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Unifdef __ELF__.
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 src/sys/arch/hp300/hp300/machdep.c
Please note that
Module Name:src
Committed By: tsutsui
Date: Sat Dec 21 17:53:21 UTC 2024
Modified Files:
src/sys/arch/hp300/hp300: machdep.c
Log Message:
Unifdef __ELF__.
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 src/sys/arch/hp300/hp300/machdep.c
Please note that
Module Name:src
Committed By: tsutsui
Date: Fri Dec 20 22:43:26 UTC 2024
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/hp300/hp300/autoconf.c
Ple
Module Name:src
Committed By: tsutsui
Date: Fri Dec 20 22:43:26 UTC 2024
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/hp300/hp300/autoconf.c
Ple
Module Name:src
Committed By: tsutsui
Date: Fri Dec 20 22:42:58 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/dev/topcat.c
Please note t
Module Name:src
Committed By: tsutsui
Date: Fri Dec 20 22:42:58 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/dev/topcat.c
Please note t
Module Name:src
Committed By: tsutsui
Date: Sat Dec 7 00:13:14 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
Specify -fno-unwind-tables to shrink kernel binary size.
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/arch/hp
Module Name:src
Committed By: tsutsui
Date: Sat Dec 7 00:13:14 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: GENERIC
Log Message:
Specify -fno-unwind-tables to shrink kernel binary size.
To generate a diff of this commit:
cvs rdiff -u -r1.212 -r1.213 src/sys/arch/hp
Module Name:src
Committed By: tsutsui
Date: Sun May 19 15:39:58 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/uboot: Makefile
Log Message:
Enable SUPPORT_CD on uboot.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/stand/uboot/Makefil
Module Name:src
Committed By: tsutsui
Date: Sun May 19 15:39:58 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/uboot: Makefile
Log Message:
Enable SUPPORT_CD on uboot.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/stand/uboot/Makefil
Module Name:src
Committed By: msaitoh
Date: Mon May 13 00:08:49 UTC 2024
Modified Files:
src/sys/arch/hp300/include: hp300spu.h
Log Message:
s/combindations/combinations/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hp300/include
Module Name:src
Committed By: msaitoh
Date: Mon May 13 00:08:49 UTC 2024
Modified Files:
src/sys/arch/hp300/include: hp300spu.h
Log Message:
s/combindations/combinations/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hp300/include
Module Name:src
Committed By: tsutsui
Date: Sat May 11 22:29:36 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Removed Files:
src/sys/arch/hp300/stand/mkboot: volhdr.h
Log Message:
Use MI to refer LIF filesystem structures.
This should have be
Module Name:src
Committed By: tsutsui
Date: Sat May 11 22:29:36 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Removed Files:
src/sys/arch/hp300/stand/mkboot: volhdr.h
Log Message:
Use MI to refer LIF filesystem structures.
This should have be
Module Name:src
Committed By: tsutsui
Date: Sat May 11 19:16:19 UTC 2024
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
Recognize SCSI CD-ROM devices as a booted device properly.
Necessary for PR port-hp300/54455, to boot an md root root RAMDISK
kernel
Module Name:src
Committed By: tsutsui
Date: Sat May 11 19:16:19 UTC 2024
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
Recognize SCSI CD-ROM devices as a booted device properly.
Necessary for PR port-hp300/54455, to boot an md root root RAMDISK
kernel
Module Name:src
Committed By: tsutsui
Date: Sat May 11 09:55:11 UTC 2024
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
Fix a 20 years old botch by me in setbootdev() on switching to MI SCSI.
setbootdev() updates bootdev data shared between BOOTROM and
Module Name:src
Committed By: tsutsui
Date: Sat May 11 09:55:11 UTC 2024
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c
Log Message:
Fix a 20 years old botch by me in setbootdev() on switching to MI SCSI.
setbootdev() updates bootdev data shared between BOOTROM and
Module Name:src
Committed By: tsutsui
Date: Thu May 9 15:11:11 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/common: conf.c conf.h devopen.c scsi.c
scsireg.h scsivar.h sd.c
Log Message:
Add a preliminary CD boot support to uboot for preparation of PR/54455
Module Name:src
Committed By: tsutsui
Date: Thu May 9 15:11:11 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/common: conf.c conf.h devopen.c scsi.c
scsireg.h scsivar.h sd.c
Log Message:
Add a preliminary CD boot support to uboot for preparation of PR/54455
Module Name:src
Committed By: tsutsui
Date: Tue May 7 19:55:14 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c volhdr.h
Log Message:
Use proper signedness for the LIF file system data structures.
Ancient 4.3BSD used short and int for location, file siz
Module Name:src
Committed By: tsutsui
Date: Tue May 7 19:55:14 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c volhdr.h
Log Message:
Use proper signedness for the LIF file system data structures.
Ancient 4.3BSD used short and int for location, file siz
Module Name:src
Committed By: tsutsui
Date: Tue May 7 19:24:33 UTC 2024
Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp300/stand/inst: Makefile
src/sys/arch/hp300/stand/uboot: Makefile
Log Message:
Rename ${PROGAOUT} -> ${PROGE
Module Name:src
Committed By: tsutsui
Date: Tue May 7 19:24:33 UTC 2024
Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp300/stand/inst: Makefile
src/sys/arch/hp300/stand/uboot: Makefile
Log Message:
Rename ${PROGAOUT} -> ${PROGE
Module Name:src
Committed By: tsutsui
Date: Mon May 6 18:08:49 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
Misc cosmetic changes for mostly readability.
- KNF and add some newlines per blocks
- define and use proper bintobcd() macro
-
Module Name:src
Committed By: tsutsui
Date: Mon May 6 18:08:49 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
Misc cosmetic changes for mostly readability.
- KNF and add some newlines per blocks
- define and use proper bintobcd() macro
-
Module Name:src
Committed By: tsutsui
Date: Sun May 5 07:36:38 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
Fix integer overflow of strtol(3) for "loadpoint" address on ILP32 hosts.
This strtol(3) was introduced in rev 1.12 for PR/57909
Module Name:src
Committed By: tsutsui
Date: Sun May 5 07:36:38 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
Fix integer overflow of strtol(3) for "loadpoint" address on ILP32 hosts.
This strtol(3) was introduced in rev 1.12 for PR/57909
Module Name:src
Committed By: tsutsui
Date: Sat May 4 16:06:57 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Add comments about quirks of 98542/98543 framebuffers with 1024x400 pixels.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.1
Module Name:src
Committed By: tsutsui
Date: Sat May 4 16:06:57 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Add comments about quirks of 98542/98543 framebuffers with 1024x400 pixels.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.1
Module Name:src
Committed By: christos
Date: Fri May 3 15:39:50 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
Fix build as a tool (Jan-Benedict Glaw)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp300/stand
Module Name:src
Committed By: christos
Date: Fri May 3 15:39:50 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
Fix build as a tool (Jan-Benedict Glaw)
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp300/stand
Module Name:src
Committed By: tsutsui
Date: Wed May 1 19:28:33 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: diofb.c diofbvar.h topcat.c
Log Message:
Fix topcat(4) problems on some models that cause garbages on screen.
- Make sure that windowmove (hardware BITBLT) ops
Module Name:src
Committed By: tsutsui
Date: Wed May 1 19:28:33 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: diofb.c diofbvar.h topcat.c
Log Message:
Fix topcat(4) problems on some models that cause garbages on screen.
- Make sure that windowmove (hardware BITBLT) ops
Module Name:src
Committed By: tsutsui
Date: Wed May 1 08:58:34 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Add DELAY(9) to make palette register settings stable on 98543 in HP360.
Note 98547 (6 bpp variant) on HP370 (68030 33MHz) doesn't need t
Module Name:src
Committed By: tsutsui
Date: Wed May 1 08:58:34 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Add DELAY(9) to make palette register settings stable on 98543 in HP360.
Note 98547 (6 bpp variant) on HP370 (68030 33MHz) doesn't need t
Am 30.04.2024 um 11:55 schrieb Izumi Tsutsui:
> Module Name: src
> Committed By: tsutsui
> Date: Tue Apr 30 09:55:46 UTC 2024
>
> Modified Files:
> src/sys/arch/hp300/dev: dma.c
>
> Log Message:
> Fix another fatal typo that prevents dma(4) interrupts.
The buggy code was:
> if
Module Name:src
Committed By: tsutsui
Date: Tue Apr 30 09:55:46 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: dma.c
Log Message:
Fix another fatal typo that prevents dma(4) interrupts.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/hp300/de
Module Name:src
Committed By: tsutsui
Date: Tue Apr 30 09:55:46 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: dma.c
Log Message:
Fix another fatal typo that prevents dma(4) interrupts.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/hp300/de
Module Name:src
Committed By: tsutsui
Date: Tue Apr 30 05:06:09 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: intio.c
Log Message:
Fix fatal typo that prevents all intio devices probed.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hp300/d
Module Name:src
Committed By: tsutsui
Date: Tue Apr 30 05:06:09 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: intio.c
Log Message:
Fix fatal typo that prevents all intio devices probed.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hp300/d
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 17:47:27 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Check tc_waitbusy() before writing palette registers in topcat_setcolor().
This seems to make palette operations more stable on my HP360
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 17:47:27 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Check tc_waitbusy() before writing palette registers in topcat_setcolor().
This seems to make palette operations more stable on my HP360
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 17:39:59 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Use proper planemask per a vaild number of planes.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp300/dev/to
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 17:39:59 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcat.c
Log Message:
Use proper planemask per a vaild number of planes.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp300/dev/to
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 17:25:11 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: diofb.c
Log Message:
Fix MD allocattr to return proper attributes what MI rasops(9) expects.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/s
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 17:25:11 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: diofb.c
Log Message:
Fix MD allocattr to return proper attributes what MI rasops(9) expects.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/s
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 15:34:57 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: diofb.c topcat.c
Log Message:
Move a check of topcat(4) specific fb width quirks to topcat.c.
We need to check fb->planes but it's propbed in topcat.c after
co
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 15:34:57 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: diofb.c topcat.c
Log Message:
Move a check of topcat(4) specific fb width quirks to topcat.c.
We need to check fb->planes but it's propbed in topcat.c after
co
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 14:58:32 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcatreg.h
Log Message:
Increase DELAY() for waitbusy macroes as pre-wscons and 4.4BSD did.
It looks necessary for sane palette ops at least on HP98543 topcat
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 14:58:32 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: topcatreg.h
Log Message:
Increase DELAY() for waitbusy macroes as pre-wscons and 4.4BSD did.
It looks necessary for sane palette ops at least on HP98543 topcat
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 14:42:07 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/common: if_le.c
Log Message:
Don't panic as a fatal error on receiving packets with invalid length.
Such errors could happen on aged and fragile 10BASE-2 hub
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 14:42:07 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/common: if_le.c
Log Message:
Don't panic as a fatal error on receiving packets with invalid length.
Such errors could happen on aged and fragile 10BASE-2 hub
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 07:13:42 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/inst: Makefile
src/sys/arch/hp300/stand/uboot: Makefile
Log Message:
Use LINKS to create hard links to generate proper METALOG files.
Also use the def
Module Name:src
Committed By: tsutsui
Date: Mon Apr 29 07:13:42 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/inst: Makefile
src/sys/arch/hp300/stand/uboot: Makefile
Log Message:
Use LINKS to create hard links to generate proper METALOG files.
Also use the def
Module Name:src
Committed By: christos
Date: Sat Feb 24 15:34:47 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: Makefile mkboot.c
Log Message:
avoid stringop truncation, fix copyright string to prevent assembler warnings.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sat Feb 24 15:34:47 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: Makefile mkboot.c
Log Message:
avoid stringop truncation, fix copyright string to prevent assembler warnings.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Tue Feb 20 16:53:22 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: Makefile mkboot.c
Log Message:
add missing chunk for repro-build. fix gcc warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 sr
Module Name:src
Committed By: christos
Date: Tue Feb 20 16:53:22 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: Makefile mkboot.c
Log Message:
add missing chunk for repro-build. fix gcc warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 sr
Module Name:src
Committed By: christos
Date: Fri Feb 9 16:18:12 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
fix usage string, improve error handling.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/sta
Module Name:src
Committed By: christos
Date: Fri Feb 9 16:18:12 UTC 2024
Modified Files:
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
fix usage string, improve error handling.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/sta
Module Name:src
Committed By: christos
Date: Thu Feb 8 18:10:34 UTC 2024
Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
PR/57909: Jan-Benedict Glaw: Don't include (build) timestamp when doing a
r
Module Name:src
Committed By: christos
Date: Thu Feb 8 18:10:34 UTC 2024
Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp300/stand/mkboot: mkboot.c
Log Message:
PR/57909: Jan-Benedict Glaw: Don't include (build) timestamp when doing a
r
Module Name:src
Committed By: thorpej
Date: Sun Jan 28 17:31:40 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: intio.c intiovar.h
Log Message:
Rather than having different "builtin" tables (3xx, 362, 382, 4xx),
just have a single "builtin" table with a mask indicating wh
Module Name:src
Committed By: thorpej
Date: Sun Jan 28 17:31:40 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: intio.c intiovar.h
Log Message:
Rather than having different "builtin" tables (3xx, 362, 382, 4xx),
just have a single "builtin" table with a mask indicating wh
Module Name:src
Committed By: thorpej
Date: Thu Jan 18 03:40:48 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: files.hp300
src/sys/arch/hp300/include: hp300spu.h
Log Message:
Rather than testing for and defining the M680x0 CPU option in
hp300spu.h, make the indi
Module Name:src
Committed By: thorpej
Date: Thu Jan 18 03:40:48 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: files.hp300
src/sys/arch/hp300/include: hp300spu.h
Log Message:
Rather than testing for and defining the M680x0 CPU option in
hp300spu.h, make the indi
Module Name:src
Committed By: thorpej
Date: Tue Jan 16 07:07:00 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: dio.c dma.c dmavar.h
src/sys/arch/hp300/hp300: autoconf.c
src/sys/arch/hp300/include: intr.h
Log Message:
Fix computation of the appropriate aut
Module Name:src
Committed By: thorpej
Date: Tue Jan 16 07:07:00 UTC 2024
Modified Files:
src/sys/arch/hp300/dev: dio.c dma.c dmavar.h
src/sys/arch/hp300/hp300: autoconf.c
src/sys/arch/hp300/include: intr.h
Log Message:
Fix computation of the appropriate aut
Module Name:src
Committed By: thorpej
Date: Tue Jan 16 03:44:44 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: files.hp300
src/sys/arch/hp300/dev: dio.c frodo.c
src/sys/arch/hp300/hp300: genassym.cf locore.s
src/sys/arch/hp300/include: cpu.h intr.
Module Name:src
Committed By: thorpej
Date: Tue Jan 16 03:44:44 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: files.hp300
src/sys/arch/hp300/dev: dio.c frodo.c
src/sys/arch/hp300/hp300: genassym.cf locore.s
src/sys/arch/hp300/include: cpu.h intr.
Module Name:src
Committed By: thorpej
Date: Sat Jan 13 19:20:26 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: files.hp300
src/sys/arch/hp300/hp300: locore.s
src/sys/arch/hp300/include: cpu.h
Added Files:
src/sys/arch/hp300/include: vectors.h
Remo
Module Name:src
Committed By: thorpej
Date: Sat Jan 13 19:20:26 UTC 2024
Modified Files:
src/sys/arch/hp300/conf: files.hp300
src/sys/arch/hp300/hp300: locore.s
src/sys/arch/hp300/include: cpu.h
Added Files:
src/sys/arch/hp300/include: vectors.h
Remo
Module Name:src
Committed By: tsutsui
Date: Sat Oct 14 15:31:36 UTC 2023
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
Remove ancient and obsolete #if blocks.
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/arch/hp300/hp300/locor
Module Name:src
Committed By: tsutsui
Date: Sat Oct 14 15:31:36 UTC 2023
Modified Files:
src/sys/arch/hp300/hp300: locore.s
Log Message:
Remove ancient and obsolete #if blocks.
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/arch/hp300/hp300/locor
Module Name:src
Committed By: andvar
Date: Fri Sep 8 22:51:54 UTC 2023
Modified Files:
src/sys/arch/hp300/dev: dcm.c
Log Message:
hp300/dcm(4): set dsp value after sc is initialized.
fixes DCMSTATS enabled build for hp300.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: andvar
Date: Fri Sep 8 22:51:54 UTC 2023
Modified Files:
src/sys/arch/hp300/dev: dcm.c
Log Message:
hp300/dcm(4): set dsp value after sc is initialized.
fixes DCMSTATS enabled build for hp300.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: andvar
Date: Fri Sep 8 19:04:29 UTC 2023
Modified Files:
src/sys/arch/hp300/DOC: Debug.tips TODO.hp300
Log Message:
fix few typos in the text of Debug.tips and TODO.hp300 docs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src
Module Name:src
Committed By: andvar
Date: Fri Sep 8 19:04:29 UTC 2023
Modified Files:
src/sys/arch/hp300/DOC: Debug.tips TODO.hp300
Log Message:
fix few typos in the text of Debug.tips and TODO.hp300 docs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src
Module Name:src
Committed By: andvar
Date: Fri Sep 8 18:51:19 UTC 2023
Modified Files:
src/sys/arch/hp300/DOC: HPMMU.notes
Log Message:
s/Insruction/Instruction/
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp300/DOC/HPMMU.notes
Please note
Module Name:src
Committed By: riastradh
Date: Tue Jul 11 17:54:55 UTC 2023
Modified Files:
src/sys/arch/hp300/include: intr.h
Log Message:
hp300/intr.h: Put most of this under #ifdef _KERNEL.
Only ipl_cookie_t really needs to be exposed now, for crash(8).
To generate a
Module Name:src
Committed By: riastradh
Date: Tue Jul 11 17:54:55 UTC 2023
Modified Files:
src/sys/arch/hp300/include: intr.h
Log Message:
hp300/intr.h: Put most of this under #ifdef _KERNEL.
Only ipl_cookie_t really needs to be exposed now, for crash(8).
To generate a
Module Name:src
Committed By: riastradh
Date: Tue Jul 11 10:42:26 UTC 2023
Modified Files:
src/sys/arch/hp300/include: intr.h
Log Message:
hp300/intr.h: Fix missing includes.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hp300/include/intr.h
Module Name:src
Committed By: riastradh
Date: Tue Jul 11 10:42:26 UTC 2023
Modified Files:
src/sys/arch/hp300/include: intr.h
Log Message:
hp300/intr.h: Fix missing includes.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hp300/include/intr.h
Module Name:src
Committed By: tsutsui
Date: Fri Apr 21 23:01:59 UTC 2023
Modified Files:
src/sys/arch/hp300/dev: ct.c dcm.c rd.c
src/sys/arch/hp300/hp300: bus_space.c trap.c
Log Message:
Remove ancient /* ARGSUSED */ lint comments.
To generate a diff of this comm
Module Name:src
Committed By: tsutsui
Date: Fri Apr 21 23:01:59 UTC 2023
Modified Files:
src/sys/arch/hp300/dev: ct.c dcm.c rd.c
src/sys/arch/hp300/hp300: bus_space.c trap.c
Log Message:
Remove ancient /* ARGSUSED */ lint comments.
To generate a diff of this comm
Module Name:src
Committed By: tsutsui
Date: Fri Apr 21 22:44:27 UTC 2023
Modified Files:
src/sys/arch/hp300/stand/common: apci.c dca.c dcm.c ite.c
Log Message:
Remove ancient /* ARGSUSED */ lint comments.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/
Module Name:src
Committed By: tsutsui
Date: Fri Apr 21 22:44:27 UTC 2023
Modified Files:
src/sys/arch/hp300/stand/common: apci.c dca.c dcm.c ite.c
Log Message:
Remove ancient /* ARGSUSED */ lint comments.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/
Module Name:src
Committed By: tsutsui
Date: Fri Apr 21 22:43:11 UTC 2023
Modified Files:
src/sys/arch/hp300/stand/common: if_le.c
Log Message:
Avoid an extern declaration in .c file. Just declare it as static.
Suggested on tech-userlevel@.
To generate a diff of this co
Module Name:src
Committed By: tsutsui
Date: Fri Apr 21 22:43:11 UTC 2023
Modified Files:
src/sys/arch/hp300/stand/common: if_le.c
Log Message:
Avoid an extern declaration in .c file. Just declare it as static.
Suggested on tech-userlevel@.
To generate a diff of this co
Module Name:src
Committed By: tsutsui
Date: Fri Jan 27 19:48:00 UTC 2023
Modified Files:
src/sys/arch/hp300/include: bus.h
Log Message:
hp300: Specify proper constraints for bus_space_read region and multi ops.
Synk with next68k.
Also use consistent register name constrai
Module Name:src
Committed By: tsutsui
Date: Fri Jan 27 19:48:00 UTC 2023
Modified Files:
src/sys/arch/hp300/include: bus.h
Log Message:
hp300: Specify proper constraints for bus_space_read region and multi ops.
Synk with next68k.
Also use consistent register name constrai
Module Name:src
Committed By: tsutsui
Date: Sun Jan 15 06:19:46 UTC 2023
Modified Files:
src/sys/arch/hp300/dev: dcm.c dcmreg.h diofbreg.h diofbvar.h dma.c
dnkbd.c dvbox.c frodoreg.h hpib.c mcclock_frodo.c rbox.c rboxreg.h
rtc.c sti_sgc.c topcatreg.h
Module Name:src
Committed By: tsutsui
Date: Sun Jan 15 06:19:46 UTC 2023
Modified Files:
src/sys/arch/hp300/dev: dcm.c dcmreg.h diofbreg.h diofbvar.h dma.c
dnkbd.c dvbox.c frodoreg.h hpib.c mcclock_frodo.c rbox.c rboxreg.h
rtc.c sti_sgc.c topcatreg.h
Module Name:src
Committed By: tsutsui
Date: Sun Dec 11 07:41:37 UTC 2022
Modified Files:
src/sys/arch/hp300/stand/uboot: Makefile
Log Message:
Enable UFS2 support.
Tested on 425t with HPDisk emulating 7958B using NetBSD 9.3 UFS2 image.
To generate a diff of this commit:
Module Name:src
Committed By: tsutsui
Date: Sun Dec 11 07:41:37 UTC 2022
Modified Files:
src/sys/arch/hp300/stand/uboot: Makefile
Log Message:
Enable UFS2 support.
Tested on 425t with HPDisk emulating 7958B using NetBSD 9.3 UFS2 image.
To generate a diff of this commit:
Module Name:src
Committed By: tsutsui
Date: Sun Dec 11 07:39:30 UTC 2022
Modified Files:
src/sys/arch/hp300/stand/common: conf.c conf.h devopen.c samachdep.h
Log Message:
Make hp300 bootloaders UFS2 ready.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src
Module Name:src
Committed By: tsutsui
Date: Sun Dec 11 07:39:30 UTC 2022
Modified Files:
src/sys/arch/hp300/stand/common: conf.c conf.h devopen.c samachdep.h
Log Message:
Make hp300 bootloaders UFS2 ready.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src
Module Name:src
Committed By: tsutsui
Date: Sun Dec 11 06:27:35 UTC 2022
Modified Files:
src/sys/arch/hp300/stand/common: conf.c
Log Message:
Remove a #if 0'ed out unused function.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/stand/com
Module Name:src
Committed By: tsutsui
Date: Sun Dec 11 06:27:35 UTC 2022
Modified Files:
src/sys/arch/hp300/stand/common: conf.c
Log Message:
Remove a #if 0'ed out unused function.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/stand/com
1 - 100 of 153 matches
Mail list logo