summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/psycho.c
AgeCommit message (Expand)Author
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-09-17I sense too much cut 'n paste.Artur Grabowski
2002-07-18s/0/NULL in pointer comparisonJason Wright
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-06-07remove staticJason Wright
2002-04-04Some PCI machines do not implement the uperf registers. Those that doJason Wright
2002-04-04s/0/NULL for pointersJason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-01-31Don't need uperf_psychovar.h to define one structure, put it in psychovar.hJason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
2002-01-29Don't install a handler for powerfail... this causes weird problems withJason Wright
2002-01-10Check result from malloc(9) when using M_NOWAIT. jason@ okThomas Nordin
2001-12-14Use default mapping type (little endian) if the type is 0, otherwise useJason Wright
2001-10-15Pull in several changes from NetBSD:Jason Wright
2001-09-27psycho_bus_[a|b] are essentially the same function; use a helper to avoid typosJason Wright
2001-09-26be more specific in psycho_ue case (partially based on NetBSD)Jason Wright
2001-09-26A little bit of voodoo borrowed from the linux driver: set theJason Wright
2001-09-04clean up error handling for psycho_bus_[a|b]Jason Wright
2001-09-01remove statics & KNFJason Wright
2001-08-29- modify probe routine to check the 'compatible' property for matching andJason Wright
2001-08-22psycho -> the pci host bridge on Ultra 5s.Artur Grabowski