index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hp300
/
dev
Age
Commit message (
Expand
)
Author
2023-04-21
Remove ancient /* ARGSUSED */ lint comments.
tsutsui
2023-02-12
fix various typos in comments.
andvar
2023-01-15
TAB/space cleanup.
tsutsui
2022-12-03
Explicitly include <sys/kernel.h> for hz(9) as man pages says.
tsutsui
2022-12-03
Add empty DIOCCACHESYNC ioctl(2) for rd(4).
tsutsui
2022-12-01
Misc KNF and cosmetics.
tsutsui
2022-11-30
Remove more duplicated static function declarations.
tsutsui
2022-11-30
Use proper RAW_PART macro rather than a magic number.
tsutsui
2022-11-30
Set disk_geom parameters required by DIOCGPARTINFO in disk_ioctl().
tsutsui
2022-11-30
Remove a duplicated static function declaration.
tsutsui
2022-11-30
Pass a correct dev_t arg to disk_ioctl().
tsutsui
2022-11-30
Check bounds of each partition by MI bounds_check_with_label(9).
tsutsui
2022-11-30
Check bounds of RAW_PART by bounds_check_with_mediasize() as other drivers.
tsutsui
2022-11-30
Fix silent bus error panic on 98543A topcat framebuffer on HP320 and HP360.
tsutsui
2022-11-26
Misc KNF and cosmetics.
tsutsui
2022-11-25
Remove unnecessary declarations.
tsutsui
2022-11-25
Service mode switch should not be treated as an error.
tsutsui
2022-11-25
Use proper integer types for HP-IB xfer parameters.
tsutsui
2022-11-23
Remove now unused buffer members from softc prepared only for rdreset().
tsutsui
2022-11-23
Fix "rd(4) at punits not configured on HPDisk are misprobed" problem.
tsutsui
2022-11-21
Use common macro for numbers of cylinders and blocks for HP-IB disks.
tsutsui
2022-07-03
fix various typos in comments, mainly s/pallete/palette/.
andvar
2022-05-23
s/boundries/boundaries/, s/itterate/iterate/ and few more typos.
andvar
2022-04-10
fix various typos in comments and output/log messages.
andvar
2021-12-05
s/corect/correct/ in comment.
msaitoh
2021-09-06
fix typos in word "segment" and two additional typos in if_tl.c.
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-07-31
s/threshhold/threshold
andvar
2021-07-11
Add Device and drive info of 2202A, 7908A, 7911A, and 7941A.
tsutsui
2021-07-09
Add support of multiple rd(4) disks on all punits for HPDisk.
tsutsui
2021-07-05
Cleanup duplicated CS/80 indentify structures. From OpenBSD.
tsutsui
2021-07-05
Move attach messages from common rdident() to explicit rdattach().
tsutsui
2021-07-05
Pull HP-IB probe fixes from OpenBSD/hp300.
tsutsui
2021-06-30
No need to bother to use aprint_debug(9) inside #ifdef DEBUG block.
tsutsui
2021-06-04
Consistently use #define<tab> as rdreg.h.
tsutsui
2021-05-18
Consistently use #define<tab> here.
tsutsui
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-04-15
Fix two problems on old topcat(4) framebuffers found on HP332/340.
tsutsui
2021-01-10
Print rd(4) capacity and geometry info as sd(4) and wd(4) do.
tsutsui
2020-12-29
Use C99 designated initializers for struct consdev.
tsutsui
2020-12-26
Fix a longstanding bug in hilkbd (and dnkbd) console attachment.
tsutsui
2020-12-23
Add bitmap access ops support for SGC CRX (A1659-66001) framebuffer.
tsutsui
2020-11-18
malloc(9) -> kmem(9)
thorpej
2020-09-29
s/occurence/occurrence/
msaitoh
2020-09-29
s/parition/partition/
msaitoh
2020-05-04
Add bitmap access ops support for EVRX framebuffer on HP9000/425e.
tsutsui
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-05-28
s/recieve/receive/
msaitoh
2019-05-08
Merge isaki-audio2 branch, the overhaul of audio subsystem.
isaki
2018-12-08
Clean up initialization of com_regs structure, in preparation for
thorpej
[next]