"This is a string" "The next string will be empty" "" "This is a string with a \b(\\b) in it" "This is a string with a \t(\\t) in it" "This is a string with a \n(\\n) in it" "This is a string with a \v(\\v) in it" "This is a string with a \f(\\f) in it" "This is a string with a \r(\\r) in it" "This is a string with a \"(\\\") in it" "This is a string with a \z(\\z) in it" "This is a string with a \X4a(\\X4a) in it" "This is a string with a \x4a(\\x4a) in it" "This is a string with a \x7(\\x7) in it" "This is a string with a \112(\\112) in it" "This is a string with a \043(\\043) in it" "This is a string with a \7(\\7) in it" "This is a multi-line \ string" "This is an unterminated string "This is an unterminated string too ckdoc-9.3'>lockdoc-9.3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/arch/arc/pci
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-18malloc(9) -> kmem(9)thorpej
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
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
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-26use sprintf.christos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-02-20Merge forward from matt-nb5-mips64.matt
2010-11-02Use fixed pci_intr_handle_t per device number regardless of pin and swiz.tsutsui
2008-07-05Split device_t/softc with misc related changes.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-14Fix spl(9) botch in cpu_intr() on arc:tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-06-24Misc minor cleanup for arc interrupt handlers:tsutsui
2006-04-16In !defined(PCI_NETBSD_CONFIGURE) case, check PCI_ID_REG and PCI_CLASS_REGtsutsui
2006-04-16Pass mips_dcache_align to pci_configure_bus(9) for cacheline_size.tsutsui
2006-04-15Add support for pci_configure_bus(9) (a.k.a. options PCI_NETBSD_CONFIGURE)tsutsui
2006-04-15Ack interrupts only if they are actually handled.tsutsui
2006-04-15Misc cosmetics.tsutsui
2006-04-15Include "ioconf.h" rather than declare struct cfdriver foo_cd in each file.tsutsui
2005-12-11merge ktrace-lwp.christos
2005-11-15Explicitly enable interrupts before softintr is handled as notedtsutsui
2005-01-22Make all intr_mask value types uint32_t rather than int, u_int,tsutsui
2005-01-22- remove __P()tsutsui
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2003-11-01Count necpb interrupts with evcnt(9).tsutsui