summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-04-14ANSIfy functions.Marco Peereboom
2006-04-14ANSIfy function names.Marco Peereboom
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
2006-04-14Compile hp300 stand with Wall or I'll never get motivated to make it clean.Miod Vallat
2006-04-14rm trailing whitespaceMartin Reindl
2006-04-13Drop the ivec[] interrupt acknowledge address array, compute the addressMiod Vallat
2006-04-13Fix timeout initialization bug introduced in rev 1.8.Miod Vallat
2006-04-13Use PAGE_SIZE rather than NBPG.Brad Smith
2006-04-13Don't use NBPG.Brad Smith
2006-04-10typo by bradTheo de Raadt
2006-04-10sch5017 is an adt7460 clone of some type. also, we are seeing someTheo de Raadt
2006-04-10Intrepid 2 host bridges.Brad Smith
2006-04-10recognize the Intrepid 2 ATA controller.Brad Smith
2006-04-10enable schenvTheo de Raadt
2006-04-09On macppc and sparc64, if allowaperture=0 only allow mmap()-ing ofMatthieu Herrb
2006-04-09On MVME188 systems with more than two CMMUs par CPU, do not honor theMiod Vallat
2006-04-09Rewrite bus_compatible() to allow one alias to expand to several drivers,Miod Vallat
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-04-08Don't panic in apic_intr_establush() if interrupt is not sharable and alreadyMark Kettenis
2006-04-06Hook up mfi, remains disabled.Marco Peereboom
2006-04-05enable tqphy(4) here tooMartin Reindl
2006-04-05Enable an(4) on BE archs now that it works.Kurt Miller
2006-04-04enable tqphy(4), found on xl(4)Martin Reindl
2006-04-04Add a `prefetch threshold' member to the bus_dma_tag_t, so thatBrad Smith
2006-04-04clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit.Brad Smith
2006-04-04Add input routines to the i2s layer to support future Zaurus audio input.Christopher Pascoe
2006-04-04Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOsChristopher Pascoe
2006-04-04Abort any DMA that is in progress before changing the DMA completion handler,Christopher Pascoe
2006-04-04Configure the I2S controller's GPIOs, not than the USB's.Christopher Pascoe
2006-04-04Small hex-vs-decimal typo from gwk, and tested by me (with cpusig checkUwe Stuehler
2006-04-01Revert previous commit, this causes sti1 probe to hang on some models.Miod Vallat
2006-03-31No point in calling pte_spill_r() 90% of the time, when the first thingDale Rahn
2006-03-30iop works on my amd64, add it deraadt@Peter Stromberg
2006-03-29workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ kette...Michael Shalayeff
2006-03-29Recognise it(4) at port 0xd00 as well. This is where ASUS seemJonathan Gray
2006-03-29Enable the MPU-401 MIDI UART found at isa address 0x330Jonathan Gray
2006-03-27add a few more crypto cards.Brad Smith
2006-03-27rev 1.30Brad Smith
2006-03-27kill unused extern in ifdef DEBUG evenMichael Shalayeff
2006-03-27regenMichael Shalayeff
2006-03-27typoMichael Shalayeff
2006-03-27com at pcmcia; from fkr@bytemine.deTheo de Raadt
2006-03-27put com(4) at cdevsw 26Theo de Raadt
2006-03-26Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() andBrad Smith
2006-03-26Support for accesing 8-bit ISA I/O throught the gpio(4)Alexander Yurchenko
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-24hppa has CardBus and USB as well so add umsm(4).Jonathan Gray
2006-03-24move the mp tramp higher to avoid trashing boot args and also to fight strang...Michael Shalayeff
2006-03-24Enable umsm(4) on archs that support CardBus.Jonathan Gray
2006-03-24- Set the PCI latency timer for bus master devices.Brad Smith