summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2006-08-17Check d_secpercyl in all readdisklable() functions, and have all ofKenneth R Westerback
2006-08-17(128 << fd->sc_type->secsize) instead of (128 * (1 << fd->sc_type->secsize)).Kenneth R Westerback
2006-08-15Allocate as many iommu page lists as necessary to match the size requestMiod Vallat
2006-08-14Enable uslcom(4) and uark(4) on all the USB capable archs.Jonathan Gray
2006-08-14enable arc since it works hereDavid Gwynne
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
2006-08-11For non-console vgafb, force rasops to initialize it as a monochrome resource,Miod Vallat
2006-08-11add rum(4) on arches where ural(4) is enabled.Damien Bergamini
2006-08-10Hookup hw.vendor and hw.product sysctls on sparc64.Gordon Willem Klok
2006-07-27remove weird floppyboot garbage; ok miodTheo de Raadt
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-10Do not blindly enable pci io/mem space.Mark Kettenis
2006-07-09*enty->*ently where applicableMiod Vallat
2006-07-06Make sure we alter ddb variables as ints, not longs; only matters on 64 bitMiod Vallat
2006-07-06Make dummy $g0 in ddb the right size.Miod Vallat
2006-07-04disable alipm until someone can find this spurious bug, which happens mostTheo de Raadt
2006-07-02get rid of an unused variable.David Gwynne
2006-07-01Cleanup dmesg printing.Mark Kettenis
2006-07-01one more dmesg tweakTheo de Raadt
2006-07-01clean dmesg output for iommu more; tested miod dlgTheo de Raadt
2006-07-01Make probeget() and related code in trap.c #ifdef DDBMiod Vallat
2006-07-01Add PMAP_LITTLE to the list of forbidden pa bits in pmap_kenter_pa().Miod Vallat
2006-07-01Provide our own alloc_attr() routine for sun frame buffer, since the computationMiod Vallat
2006-07-01Make sure we don't accidentally match one of the unused PCI error interruptsMark Kettenis
2006-06-30For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette insteadMiod Vallat
2006-06-30Some machines lack the virtual-dma property. In that case, go backTheo de Raadt
2006-06-29Fix PMAP_PREFER and make it use VA_ALIAS_MASK to prevent me from breakingMark Kettenis
2006-06-29No need to keep specific variables for the kernel messages colors on sunMiod Vallat
2006-06-29try prom mapping first, then memory mapping, then io mapping.. this worksTheo de Raadt
2006-06-28cleanup dmesg logging for iommu goo, make it follow the standard formTheo de Raadt
2006-06-28look at "virtual-dma" property to decide where the iommu address spaceTheo de Raadt
2006-06-28keep track of what is a schizo and what is tomatilloTheo de Raadt
2006-06-27Fix interrupt mapping. This now seems to work on all machines, even withMark Kettenis
2006-06-27pull in files.gpio in case we want itTheo de Raadt
2006-06-27don't bother printing "{se}bus: %s incomplete" for devices missing a regJason Wright
2006-06-26Always skip the offending instruction for fpu faults, even if it isMiod Vallat
2006-06-26Enable wide targets on FAS366 esp; note that this changes the way espMiod Vallat
2006-06-23match tomatillo varient (not yet fully working)Theo de Raadt
2006-06-22Enable sk(4).Brad Smith
2006-06-22BBC-based machines swap the two registers (good going Sun -- that is why weTheo de Raadt
2006-06-21if machdep.kbdreset==1 and the front panel button interrupt fires, tell initJason Wright
2006-06-21Only attach timer to the first counter-timer found.Miod Vallat
2006-06-21add the machdep.kbdreset logic to sparc64 (stuff to use it is coming)Jason Wright
2006-06-21grr... missed this... nuke SUN4U stuff here, tooJason Wright
2006-06-21Don't need option SUN4U. It's not -really- an option on sparc64, duh.Jason Wright
2006-06-21There was hope, at one time, of sharing fpu/ with sparc. That's stillJason Wright
2006-06-20Do not print hostid while booting, there's a sysctl for this.Miod Vallat
2006-06-20Fix tsbsize computation; from NetBSDMiod Vallat
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt