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