summaryrefslogtreecommitdiff
path: root/sys/arch/algor/pci/pcib.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-14malloc(9) -> kmem(9)thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2011-07-09Allow algor kernels to be built under either algor/algor64 ormatt
2011-07-08Major update of algor.matt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2009-08-19Define, and hook into the isa_chipset_tag_t, pcib_isa_detach_hook().dyoung
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-05-12According to the i8259 manual, EOI, R, and SL bits belong to OCW2 registertsutsui
2005-12-11merge ktrace-lwp.christos
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2003-11-02Fix uninitialized error in pcib_print().he
2003-01-01Use aprint_normal() for cfprint() routines.thorpej
2002-10-02Fix script-o's in last.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-06-22Check in work-in-progress of P-6032 support. This is not tested,thorpej
2001-06-22Fill in one P-6032 snippet.thorpej
2001-06-21More ISA interrupt rototilling. I get *some* interrupts on a:thorpej
2001-06-21Rototill ISA interrupt code. In particular, I have remembered mostthorpej
2001-06-15Yet more interrupt cleanup -- the platform mater interrupt establishthorpej
2001-06-10Hand off intr evcnt responsiblity in a reasonable way on the 5064.thorpej
2001-06-10Check in work-in-progress of generic ISA interrupt support. Thethorpej
2001-06-01The P-4032 has no ISA bridge/bus, so remove all P-4032 conditionals.thorpej
2001-05-28A port to the Algorithmics MIPS evaluation boards. We currentlythorpej