summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
AgeCommit message (Expand)Author
2023-04-21Remove ancient /* ARGSUSED */ lint comments.tsutsui
2023-02-12fix various typos in comments.andvar
2023-01-15TAB/space cleanup.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-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-07-03fix various typos in comments, mainly s/pallete/palette/.andvar
2022-05-23s/boundries/boundaries/, s/itterate/iterate/ and few more typos.andvar
2022-04-10fix various typos in comments and output/log messages.andvar
2021-12-05s/corect/correct/ in comment.msaitoh
2021-09-06fix typos in word "segment" and two additional typos in if_tl.c.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-31s/threshhold/thresholdandvar
2021-07-11Add Device and drive info of 2202A, 7908A, 7911A, and 7941A.tsutsui
2021-07-09Add support of multiple rd(4) disks on all punits for HPDisk.tsutsui
2021-07-05Cleanup duplicated CS/80 indentify structures. From OpenBSD.tsutsui
2021-07-05Move attach messages from common rdident() to explicit rdattach().tsutsui
2021-07-05Pull HP-IB probe fixes from OpenBSD/hp300.tsutsui
2021-06-30No need to bother to use aprint_debug(9) inside #ifdef DEBUG block.tsutsui
2021-06-04Consistently use #define<tab> as rdreg.h.tsutsui
2021-05-18Consistently use #define<tab> here.tsutsui
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-15Fix two problems on old topcat(4) framebuffers found on HP332/340.tsutsui
2021-01-10Print rd(4) capacity and geometry info as sd(4) and wd(4) do.tsutsui
2020-12-29Use C99 designated initializers for struct consdev.tsutsui
2020-12-26Fix a longstanding bug in hilkbd (and dnkbd) console attachment.tsutsui
2020-12-23Add bitmap access ops support for SGC CRX (A1659-66001) framebuffer.tsutsui
2020-11-18malloc(9) -> kmem(9)thorpej
2020-09-29s/occurence/occurrence/msaitoh
2020-09-29s/parition/partition/msaitoh
2020-05-04Add bitmap access ops support for EVRX framebuffer on HP9000/425e.tsutsui
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-05-28s/recieve/receive/msaitoh
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej