summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
AgeCommit message (Expand)Author
2007-05-02supply the real devicename to sio_intr_establish() instead a genericMartin Reindl
2007-04-18Contrary to the comment in cia_dma_get_tag(), there are machines with ciaMartin Reindl
2007-03-16add DEC_KN300 support from NetBSD;Robert Nagy
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-06-15Rework the interrupt code, shaving some cycles off in the process.Brad Smith
2006-04-04Add a `prefetch threshold' member to the bus_dma_tag_t, so thatBrad Smith
2006-03-26Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() andBrad Smith
2006-03-20factorize SGMAP-mapped DMA map creation and destroy codeMartin Reindl
2006-03-16Get rid of specific softc structure for pci host bridges, as it is neverMiod Vallat
2006-03-13* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set toBrad Smith
2006-01-29Add a alpha_shared_intr_reset_strays() function that resets the strayMartin Reindl
2006-01-04missing zeroMartin Reindl
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2005-12-13Pchip0 PCI memory starts at 0x80000000000, correct and useMartin Reindl
2005-07-24Be more permissive when checking the interrupt vector for devices tied toMiod Vallat
2004-12-06Use config_defer().Brad Smith
2004-07-18shrinkTheo de Raadt
2004-06-28oopsTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-06-18Correct range validation in sio_iointr().Miod Vallat
2004-01-13need mbuf.hTheo de Raadt
2004-01-12match both ALI ISA bridges (more fallout); ok millertTheo de Raadt
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-09-02Our extent implementation relies on the fact that extents all have distinctMiod Vallat
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-01-08Make END() symbols match corresponding LEAF() name.Miod Vallat
2002-08-15fix END() labelTheo de Raadt
2002-07-09Use BWX on cia as much as possible.Artur Grabowski
2002-06-30AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton.Miod Vallat
2002-06-25No \n at the end of a panic() message... I thought all occurences had beenMiod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-23add support for AlphaPC 64.Eric Jackson
2001-12-14Don't use a single static struct alpha_bus_space since there are machinesNathan Binkert
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05irongate needs isadma bouncing.Artur Grabowski
2001-11-04Two new sysctls in the chipset tree.Artur Grabowski
2001-10-26Don't bomb if isadma is not configured.Artur Grabowski
2001-10-26First cut at a port of isadma and floppy driver. ok art@Nathan Binkert
2001-09-29dec_kn20aa_intr_disestablish() implementation from netbsd; art@ okMichael Shalayeff
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-17cut and paste typos; from art@Michael Shalayeff
2001-08-17cut and paste typoMichael Shalayeff
2001-08-17provide a way to get the number used for irq line, not only a stringMichael Shalayeff
2001-08-08vga_{isa,pci}.h -> vga.h since the former no longer exists.Todd C. Miller
2001-06-26More chipset info needed by X.Artur Grabowski
2001-06-26Provide chipset configuration to sysctls.Artur Grabowski
2001-06-26Provide some chipset information to usreland through sysctl.Artur Grabowski
2001-06-25Be more careful in pciide_compat_intr_disestablish.Artur Grabowski