summaryrefslogtreecommitdiff
path: root/sys/arch/algor/pci
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
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
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
2011-04-06Fix fallout of pci_attach_args constification. This should be the lastdyoung
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
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-05-12According to the i8259 manual, EOI, R, and SL bits belong to OCW2 registertsutsui
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
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-07-14add __KERNEL_RCSID()lukem
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-10-20Fix typo in mmap hander.simonb
2001-09-04Implement bus_space_mmap().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-22Only call through the function pointer if it's not NULL.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-14When the old PCI address map is in use, disable I/O space. Also disablethorpej
2001-06-14Read the PCI memory space base and the PCI DMA window base from thethorpej
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-01If a bus doens't want to use an extent, don't force it to.thorpej
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