summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
AgeCommit message (Expand)Author
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-21Use bus_space_map(9) and bus_space_vaddr(9).tsutsui
2006-07-21Use more proper macro.tsutsui
2006-07-21Use bus_space_map(9) and bus_space_vaddr(9) rather than iomap().tsutsui
2006-07-21Some KNF.tsutsui
2006-07-20Identify models HP362 and HP382. From OpenBSD, tested on my HP382.tsutsui
2006-07-19oops, fix typotsutsui
2006-07-19- strncpy() -> strlcpy()tsutsui
2006-07-19some KNFtsutsui
2006-07-19Define base address offsets of intio devices in intioreg.htsutsui
2006-07-19Use iobase address passed from attach args.tsutsui
2006-07-19- use __arraycount()tsutsui
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-06-25Remove unused extern variable declarations. Noticed by gcc4.tsutsui
2006-06-16- strncpy -> strlcpytsutsui
2006-06-10space nits.tsutsui
2006-05-31Use a proper macro to determine I/O size for DIO-II devices.tsutsui
2006-05-31Check scode range for DIO-II based framebuffers correctlytsutsui
2006-05-15include kauth.h for kauth_cred_geteuid.yamt
2006-05-14integrate kauth.elad
2006-04-14Make i/o statistics collection more generic, include tape drives andblymn
2006-03-29Add a missing parenthesis.tsutsui
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-26Make this compile with options DEBUG.tsutsui
2006-03-19- TAB/space cleanuptsutsui
2006-03-19TAB/space cleanup.tsutsui
2006-03-19Replace MALLOC(9) with malloc(9) in non critical path.tsutsui
2006-02-25Fix some typos.wiz
2006-02-23Use device_parent().thorpej
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-08-26s/locdesc_t/int/gdrochner
2005-07-04some autoconf cleanup fallout, leftover of last week, mostly fromdrochner
2005-06-28convert remaining autoconf bus "submatch" functions to use the newdrochner
2005-06-05Add volatile to the second argument to _gettime / _settime functions.he
2005-06-03Make fbmem volatile to appease gcc -Wcast-qual.tsutsui
2005-06-03Replace badbaddr() with hp300_bus_space_probe() to avoid -Wcast-qual warning.tsutsui
2005-06-03Add a const.tsutsui
2005-06-02Add a const.tsutsui
2005-06-02Add const.tsutsui
2005-06-02Add const.tsutsui
2005-06-02Add a const.tsutsui
2005-03-14Include "ioconf.h" for struct cfdriver *_cd decls.tsutsui
2005-02-19Include "ioconf.h" for struct cfdriver *_cd decls.tsutsui
2005-02-10Allocate struct todr_chip_handle in struct rtc_softc rather thantsutsui
2005-02-05make this compile with DEBUG.chs