index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
fhc.c
Age
Commit message (
Expand
)
Author
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2010-11-11
Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@
Miod Vallat
2008-03-09
Check "status" property.
Mark Kettenis
2008-01-17
Print names we get from the prom within double quotes.
Mark Kettenis
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-05-01
Don't rely on the PROM to have configured the interrupts. Make Simics boot
Mark Kettenis
2004-10-01
add a blink_led API (shaves ~1k from GENERIC) rather than have the same
Jason Wright
2004-09-28
use prom mappings when availavk
Jason Wright
2004-09-28
missing \n
Jason Wright
2004-09-27
Important stuff: blinky lights for fhc
Jason Wright
2004-09-27
setup ign based on board number
Jason Wright
2004-09-27
compute the board number of each fhc
Jason Wright
2004-09-27
setup control register correctly and clear interrupts before attaching children
Jason Wright
2004-09-27
check malloc return correctly; from Patrick Latifi
Jason Wright
2004-09-24
Whoops, need to include the IGN... zs@fhc now sorta works (kinda...)
Jason Wright
2004-09-24
setup interrupt handling for fhc attached devices
Jason Wright
2004-09-23
- fix the bus_map functions (get the parent node right)
Jason Wright
2004-09-22
firehose controller driver (not quite working) for the e4500 (and others)
Jason Wright