summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2009-05-31Add Naturetech as a possible hardware vendor.Mark Kettenis
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-05-20Add code to attach sun mice on sparc and sparc64 as wsmouse devices. SinceMiod Vallat
2009-05-16Add vsw(4), a driver for the virtual network switch on sun4v. This is justMark Kettenis
2009-05-13Set D_VENDOR when spoofing a label on archs that use D_VENDOR whenKenneth R Westerback
2009-05-12Add missing semicolon.Mark Kettenis
2009-05-12Unbreak build.Mark Kettenis
2009-05-12Don't throw away ldc packets if the ldc link went just up, otherwise we mayMark Kettenis
2009-05-12Actually ACK a handshake initiated by the other end.Mark Kettenis
2009-05-12Add padding to ATTR_INFO message structure; OBP seems to insist on itMark Kettenis
2009-05-12Add some code for doing handshakes the other way around.Mark Kettenis
2009-05-12Make reserved member of protocol struct start with underscore.Mark Kettenis
2009-05-10Enable vcc(4) and vcctty(4).Mark Kettenis
2009-05-10Remove a dead variable and some unneeded returns.Mark Kettenis
2009-05-10Handle devices with multiple ports.Mark Kettenis
2009-05-10Rename mdesc_get_prop_string into mdesc_get_prop_str.Mark Kettenis
2009-05-10Add vcctty(4).Mark Kettenis
2009-05-10Add vcc(4) and vcctty(4). The vcc(4) driver is a driver for the "VirtualMark Kettenis
2009-05-10Add defines for magic character constants used by hypervisor consoleMark Kettenis
2009-05-04type pedantry.Owain Ainsworth
2009-05-03On the UltraBook the PROM privides two interrupts for its ccb(4)'s. HandleMark Kettenis
2009-05-03Avoid clobbering error return values with the result from extent_free(), byMark Kettenis
2009-05-02Avoid clobbering error return values with the result from extent_free(), byMark Kettenis
2009-04-30Work around UltraSPARC T1 "feature" that may cause random integer registerMark Kettenis
2009-04-28put vlan support onto these mediaTheo de Raadt
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onMark Kettenis
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-17Catch up with uvm_pglistalloc() interface change.Mark Kettenis
2009-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-04-13Explicitly test whether the SUNW,start-cpu-by-cpuid interface is availableMark Kettenis
2009-04-12Implement /dev/mdesc, a device to read the machine description on sun4vMark Kettenis
2009-04-12Move code handling Machine Descriptions out of the cbus(4) driver.Mark Kettenis
2009-04-07Eliminate useless loop over partitions and ignore zero lengthKenneth R Westerback
2009-04-05In the rare case where after we've loaded the iomap into the hardware,Owain Ainsworth
2009-04-04Bump the size of the array that we use to store bootpath components. Makes theMark Kettenis
2009-04-04Cleanup debug printfs.Mark Kettenis
2009-04-04Cleanup debug printf.Mark Kettenis
2009-03-29bzero pci attach argsMark Kettenis
2009-03-29Enable ahc(4).Mark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-21Make nvram writable (if necessary) before calling OF_setprop(). PreventsMark Kettenis
2009-03-16Trivial malloc + memset -> malloc(,,M_ZERO) conversion.Owain Ainsworth
2009-03-16pmap = (conditional ? user_way : pmap = pmap_kernel());Owain Ainsworth
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-12Define a proper wsdisplay type for raptor(4).Mark Kettenis
2009-03-09Initial stab at a driver for FFB3/XVR-1000. It seems to work fine, but withoutMark Kettenis
2009-03-07When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notMiod Vallat