summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2007-04-04Correctly set the TSB size on pyro(4).Mark Kettenis
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-04-03Match su16552.Mark Kettenis
2007-04-03Add iommu glue.Mark Kettenis
2007-04-02Remove bogus code. Turning on parity for pci busses may be a good idea, butMark Kettenis
2007-04-02Return EFBIG in case not enough segments are present to load a DMA requestClaudio Jeker
2007-04-01Add code to establish interrupts.Mark Kettenis
2007-04-01Shift pci tags for PCIe.Mark Kettenis
2007-04-01Provide (non functional) dma tag.Mark Kettenis
2007-04-01Shift tags when converting them into an address offset. Necessary to supportMark Kettenis
2007-04-01Fix DEBUG built.Mark Kettenis
2007-03-31do nbuf constraint based on KERNEND/KERNBASE to avoid integer overflow from n...Theo de Raadt
2007-03-31Map PCIe config space.Mark Kettenis
2007-03-31Fix DEBUG.Mark Kettenis
2007-03-30Add commented out entries for pyro(4).Mark Kettenis
2007-03-30First stab at a driver for the Host/PCIe bridge found on the Sun FireMark Kettenis
2007-03-29ignore various i2c seeproms that sun puts on all their machine parts; ok miod...Theo de Raadt
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-03-20Remove unused ALIGN32 macro. It wouldn't work anyway, sinceDeanna Phillips
2007-03-20typo in commentTodd T. Fries
2007-03-19Not only did I break RAMDISK, I also left a debugging printf.Artur Grabowski
2007-03-19please always test RAMDISK kernelsTheo de Raadt
2007-03-16Timecounters for sparc64. The cleanest and easiest timecounterArtur Grabowski
2007-03-15UltraSPARC-IV cpus appear a bit different in OpenFirmware than older cpus.Mark Kettenis
2007-03-15Make sure we find the OpenFirmware node for UltraSPARC-IV cpus.Mark Kettenis
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-03-13Add two more SFSR bits found on UltraSPARC-III cpus.Mark Kettenis
2007-03-13Implement proper atomic.h for sparc64.Artur Grabowski
2007-03-07For unsupported (yet) Expert3D style frame buffers, attach pcons and attachMiod Vallat
2007-03-06Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you followMark Kettenis
2007-03-06Three more Expert3D-like frame buffers we shouldn't attach to yet.Miod Vallat
2007-03-05Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead ofMark Kettenis
2007-02-28some older machines have small banks, and the kernel is too big!Theo de Raadt
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
2007-02-28SBus parallel port driver, from NetBSD but untested (no printer or cables);Miod Vallat
2007-02-27nicer panic; kettenis okTheo de Raadt
2007-02-27include alipm, but disabled; ok kettenisTheo de Raadt
2007-02-25Add cas(4). Ad a few missing comments while there.Mark Kettenis
2007-02-23Print safari error log register if we get a safari interrupt.Mark Kettenis
2007-02-23Establish pci error interrupt after we're done fiddling with schizo's registersMark Kettenis
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2007-02-12Fix the hw.vendor/product sysctls on sparc64, handle the cases whereGordon Willem Klok
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
2007-01-26Deal with zero wraparound in DVMA range checks;Marc Aurele La France
2007-01-20Do not panic on non-fatal iommu errors.Mark Kettenis