summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/upa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@miod2010-11-111-3/+2
* Print names we get from the prom within double quotes.kettenis2008-01-171-2/+2
* Remove some junk.kettenis2008-01-031-10/+2
* Only the most obvious bzero() -> M_ZERO changes. No cast changes, nokrw2007-09-171-3/+2
* Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead ofkettenis2007-03-051-6/+40
* nuke terms 3 & 4jason2003-06-021-6/+1
* Add support for the Sun Enterprise 450henric2003-02-171-33/+30
* remove call to debuggerjason2002-06-111-2/+1
* UPA driver for the Blade1000jason2002-06-111-0/+226