summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2006-03-16display the possible speedstep values like we do on intel chips.David Gwynne
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15Remove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT)Matthieu Herrb
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-15Switch sparc to device_register() to find out its boot device (when it's aMiod Vallat
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
2006-03-15Entries in cd_devs[] may be NULL, so be sure to check for them in yourMiod Vallat
2006-03-15Remove address range KASSERT check in vtopte() and kvtopte(), callers areMiod Vallat
2006-03-15spacingTheo de Raadt
2006-03-15knfTheo de Raadt
2006-03-15allow for more physmem segments; as required by some dell from dhill@Michael Shalayeff
2006-03-15no more need for apertureTheo de Raadt
2006-03-15remove dead macrosMichael Shalayeff
2006-03-14no need for an aperture. we are unlikely to ever allow pci video cardsTheo de Raadt
2006-03-14trailing tabs nomoreMichael Shalayeff
2006-03-14trailing tabs nomoreMichael Shalayeff
2006-03-14prevent the faults on iret to run w/ disabled intrs and cause deadlocks; nikl...Michael Shalayeff
2006-03-14move the kernel 1m up to provide more space for isadma; deraadt@ okMichael Shalayeff
2006-03-13Put wsscreen_list array inside the softc instead of on the stack; similar fixMiod Vallat