summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2006-03-23- Remove variable names from function prototypes.Brad Smith
2006-03-23Use PAGE_SIZE instead of NBPG.Brad Smith
2006-03-23ANSI and KNF.Brad Smith
2006-03-23ANSIfyBrad Smith
2006-03-23Extra parentheses in comments.Ray Lai
2006-03-22Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
2006-03-20Don't forget to unlock of reading the RTC fails.Mark Kettenis
2006-03-20a bit of demagification. this moves the checks for the cpu scaling featuresDavid Gwynne
2006-03-20factorize SGMAP-mapped DMA map creation and destroy codeMartin Reindl
2006-03-19Change BLKDEV_IOSIZE down to 2KB like on all other platforms; ok kettenis@Miod Vallat
2006-03-19Do not compile misaligned access recovery code if option SMALL_KERNEL;Miod Vallat
2006-03-19mountroot for disk devices shall be dk_mountroot(), not ffs_mountroot().Miod Vallat
2006-03-19rev 1.86Brad Smith
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-18No need to keep pointers to cfdriver structs in potential boot devices structMiod Vallat
2006-03-18In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter.Miod Vallat
2006-03-18Switch to a rpcc-based delay() implementation. From NetBSD.Miod Vallat
2006-03-17Fix single-stepping via ptrace(2); ok art@ kettenis@Miod Vallat
2006-03-17Do not print the result of pci_devinfo() when attaching pcib, since thisMiod Vallat
2006-03-16Get rid of specific softc structure for pci host bridges, as it is neverMiod Vallat
2006-03-16Get rid of redundant check in tcasicmatch() - we will only request "tcasic"Miod Vallat
2006-03-16spacesTheo de Raadt
2006-03-16Fix for PR 4966: Only disregard bit 27 of MSR_EBL_CR_POWERON forDimitry Andric
2006-03-16ventical -> verticalMiod Vallat
2006-03-16remove useless powernow cruft from dmesg. we're interested in theDavid Gwynne
2006-03-16dont leak memory when we fail to find any valid states.David Gwynne