summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2006-11-28rename scsibus_attach_args to scsi_attach_args. this can help avoidDavid Gwynne
2006-11-26enable mpiDavid Gwynne
2006-11-25add commented out entries for gem@sbusBrad Smith
2006-11-19In sigreturn, report the correct error if copyin() fails; spotted byMiod Vallat
2006-11-14fix a comment (wording from mark)Jasper Lievisse Adriaanse
2006-10-27Add a few UltraSPARC-III ASI's.Mark Kettenis
2006-10-25Make sure we actually flush the I-TLB on UltraSPARC-III by doing it fromMark Kettenis
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-09-28uath(4) works, kind of, sometimes...Theo de Raadt
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27add pgt(4) and acx(4), work in progress.Brad Smith
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-09-26Zap D_REMOVABLE flag from disklabel. If you didn't already know thatKenneth R Westerback
2006-09-22Dump memory above 4GB correctly.Miod Vallat
2006-09-01Standardize on EFBIG in bus_dmamap_load* if caller is too greedy; I hadMiod Vallat
2006-08-31Fix handling of 64-bit quantities in Open Firmware's client interface.Mark Kettenis
2006-08-30we can fit ehci & pci verbose. Much nicer.Theo de Raadt
2006-08-29XXX when we find vgapci devices on a USIII machine, fail to matchTheo de Raadt
2006-08-27Enable HORRID_III_HACK, but make sure we only disable the data cache onMark Kettenis
2006-08-27Use the correct IGN for the B side of schizo. Makes interrupts actually workMark Kettenis
2006-08-18add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming)Jason Wright
2006-08-17enable msk(4) in a few more places.Brad Smith
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