summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/fhc.c
AgeCommit message (Expand)Author
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-11-11Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@Miod Vallat
2008-03-09Check "status" property.Mark Kettenis
2008-01-17Print names we get from the prom within double quotes.Mark Kettenis
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-05-01Don't rely on the PROM to have configured the interrupts. Make Simics bootMark Kettenis
2004-10-01add a blink_led API (shaves ~1k from GENERIC) rather than have the sameJason Wright
2004-09-28use prom mappings when availavkJason Wright
2004-09-28missing \nJason Wright
2004-09-27Important stuff: blinky lights for fhcJason Wright
2004-09-27setup ign based on board numberJason Wright
2004-09-27compute the board number of each fhcJason Wright
2004-09-27setup control register correctly and clear interrupts before attaching childrenJason Wright
2004-09-27check malloc return correctly; from Patrick LatifiJason Wright
2004-09-24Whoops, need to include the IGN... zs@fhc now sorta works (kinda...)Jason Wright
2004-09-24setup interrupt handling for fhc attached devicesJason Wright
2004-09-23- fix the bus_map functions (get the parent node right)Jason Wright
2004-09-22firehose controller driver (not quite working) for the e4500 (and others)Jason Wright