summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/elroy.c
AgeCommit message (Expand)Author
2012-02-25Fix a bad case of htole64() being used instead of htole32() when setting upMiod Vallat
2011-09-19%b format strings take the value before the bitname string, not the otherMiod Vallat
2011-01-01Only store bus/dev/func numbers when the corresponding pointer argumentMark Kettenis
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-09-22remove unused offset argument to rbus functionsJonathan Gray
2010-05-24Add missing prototypesTheo de Raadt
2009-03-30bzero pci attach argsMark Kettenis
2007-08-28Implement bus_space_vaddr().Mark Kettenis
2007-06-17Get interrupt information from PDC and use it to program the IO SAPIC.Mark Kettenis
2007-05-23Add proper bus_space_vaddr() implementation.Mark Kettenis
2007-05-21Import code to support the Elroy chip from hppa64 and make it actually work.Mark Kettenis