summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/sbus.c
AgeCommit message (Expand)Author
2010-11-11Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@Miod Vallat
2009-01-14Be sure to allocate memory with M_ZERO in sbus_alloc_dma_tag(), or strangeMiod Vallat
2009-01-02Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap().Mark Kettenis
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-03-16Set up interrupt translation for e10k.Mark Kettenis
2008-03-09Check "status" property.Mark Kettenis
2008-01-17Print names we get from the prom within double quotes.Mark Kettenis
2008-01-03Remove redundant extenr declaration.Mark Kettenis
2007-12-07unify a function name compared to other bussesTheo de Raadt
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-05-29use the right capitalization for `SBus'Igor Sobrado
2006-06-28cleanup dmesg logging for iommu goo, make it follow the standard formTheo de Raadt
2006-06-27don't bother printing "{se}bus: %s incomplete" for devices missing a regJason Wright
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2005-09-08make comments match the fact that we are on sun4u, plus minor cleanupMartin Reindl
2005-03-05Preliminary xbox support: attaches, memory mapping and interrupts work, butMiod Vallat
2005-01-27Fill all fields of intrhand structures not created by bus_intr_allocate().Miod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-18When reporting unknown sbus hardware, also report the hardware class (audio,Miod Vallat
2003-06-11Much of the sbus, psycho, and schizo bus_dma code is the same, so let'sHenric Jungheim
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-06The existing IOMMU code had a rounding problem that was most noticeableHenric Jungheim
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2002-03-14Make the sbus ipl handling more like psycho. Some devices (Aurora 210sj, eg)Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12sparc64's aren't likely to be CPU_ISSUN4CJason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-01-10Check result from malloc(9) when using M_NOWAIT. jason@ okThomas Nordin
2002-01-04expose sbus_bus_addr() so cgsix actually compiles (oops)Jason Wright
2001-10-15Pull in several changes from NetBSD:Jason Wright
2001-08-31implement autoconf mechanism using device_register(); from NetBSD.Jason Wright
2001-08-22Too much cut 'n paste. sbus is not an ifnet.Artur Grabowski
2001-08-20more stuff to do with OpenBSD/sparc style bootpath determinationJason Wright
2001-08-19sbus_cd.Artur Grabowski
2001-08-18RCSidsJason Wright
2001-08-18enough to get sbus.o from NetBSDJason Wright