summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2023-04-21Remove ancient /* ARGSUSED */ lint comments.tsutsui
2023-04-21Remove ancient /* ARGSUSED */ lint comments.tsutsui
2023-04-21Avoid an extern declaration in .c file. Just declare it as static.tsutsui
2023-02-12fix various typos in comments.andvar
2023-02-12Add optoion GENERIC.local include to the end of ~all GENERIC configsabs
2023-01-27hp300: Specify proper constraints for bus_space_read region and multi ops.tsutsui
2023-01-15TAB/space cleanup.tsutsui
2022-12-11Enable UFS2 support.tsutsui
2022-12-11Make hp300 bootloaders UFS2 ready.tsutsui
2022-12-11Remove a #if 0'ed out unused function.tsutsui
2022-12-11Cleanup extern declarations.tsutsui
2022-12-03Explicitly include <sys/kernel.h> for hz(9) as man pages says.tsutsui
2022-12-03Add empty DIOCCACHESYNC ioctl(2) for rd(4).tsutsui
2022-12-01Misc KNF and cosmetics.tsutsui
2022-11-30Remove more duplicated static function declarations.tsutsui
2022-11-30Use proper RAW_PART macro rather than a magic number.tsutsui
2022-11-30Set disk_geom parameters required by DIOCGPARTINFO in disk_ioctl().tsutsui
2022-11-30Remove a duplicated static function declaration.tsutsui
2022-11-30Pass a correct dev_t arg to disk_ioctl().tsutsui
2022-11-30Check bounds of each partition by MI bounds_check_with_label(9).tsutsui
2022-11-30Check bounds of RAW_PART by bounds_check_with_mediasize() as other drivers.tsutsui
2022-11-30Fix silent bus error panic on 98543A topcat framebuffer on HP320 and HP360.tsutsui
2022-11-26Misc KNF and cosmetics.tsutsui
2022-11-25Remove unnecessary declarations.tsutsui
2022-11-25Service mode switch should not be treated as an error.tsutsui
2022-11-25Sync with rdreg.h integer type changes.tsutsui
2022-11-25Use proper integer types for HP-IB xfer parameters.tsutsui
2022-11-23Remove now unused buffer members from softc prepared only for rdreset().tsutsui
2022-11-23Fix "rd(4) at punits not configured on HPDisk are misprobed" problem.tsutsui
2022-11-21Use common macro for numbers of cylinders and blocks for HP-IB disks.tsutsui
2022-11-21Make local functions and variables static.tsutsui
2022-11-21Make local variables static and read only ones const.tsutsui
2022-11-21Sync a list of HP-IB disk IDs with kernel's one.tsutsui
2022-10-16Use complete cpu name strings for readability.tsutsui
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-08-07UFS/LFS dirhash:simonb
2022-07-03fix various typos in comments, mainly s/pallete/palette/.andvar
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-23s/boundries/boundaries/, s/itterate/iterate/ and few more typos.andvar
2022-04-12s/sould/should/ and s/shoud/should/andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2021-12-05s/corect/correct/ in comment.msaitoh
2021-10-09Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui
2021-09-25Call cnpollc(9) before cngetc(9) as the cons(9) man page says.tsutsui
2021-09-06fix typos in word "segment" and two additional typos in if_tl.c.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-06Add comments how mm_md_physacc() for hp300 works.tsutsui
2021-07-31s/threshhold/thresholdandvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-11Add Device and drive info of 2202A, 7908A, 7911A, and 7941A.tsutsui