summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2012-12-10Add cdce(4).Brad Smith
2012-12-09clarify that changes to this module were not done by intelMike Belopuhov
2012-12-09get rid of awkward label names and use simple forward/backwardMike Belopuhov
2012-12-09whitespace cleanup that's been due a long timeMike Belopuhov
2012-12-09Recognize 7448 and 970MP processors.Brad Smith
2012-12-08Make ldomd(8) to control the availability of virtual disks to guest domains.Mark Kettenis
2012-12-08Fix a comment now that PowerPC 970 are recognized, make it clear thatMartin Pieuchot
2012-12-08Recognize PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 andMartin Pieuchot
2012-12-08Descriptor rings can be larger than a single page, so add the offset insteadMark Kettenis
2012-12-08Make bus_dmamem_mmap(9) honor BUS_DMA_NOCACHE.Martin Pieuchot
2012-12-07Use a timeout to do a delayed handshake if the receive queue of the LDCMark Kettenis
2012-12-06Implement bus_space_mmap(9).Martin Pieuchot
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-04Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony,Miod Vallat
2012-12-04Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs.Mark Kettenis
2012-12-04Implement bus_space_mmap(9).Mark Kettenis
2006-04-18Oops, correct import this time.Miod Vallat
2012-12-04Enable agp(4)Martin Pieuchot
2012-12-04Add support for Uninorth AGP bridges found in most if not all the macppcMartin Pieuchot
2012-12-04Make bus_dmamem_mmap(9) understand the BUS_DMA_NOCACHE flag, required forMartin Pieuchot
2012-12-04Only pull in sys/cdefs.h if neededTheo de Raadt
2012-12-03Close disk images if the client disconnects. This makes it possible toMark Kettenis
2012-12-03avoid depending on gcc cast as lvalue extension whichJonathan Gray
2012-12-02Implement hardware flow control and enable it by default (by setting CRTSCTS).Mark Kettenis
2012-12-02Add "support" for VD_OP_GET_WCE and VD_OP_SET_WCE. These operations don'tMark Kettenis
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-12-01Crank boot blocks version because of the compiler change.Miod Vallat
2012-12-01Switch m88k ports to gcc 3.Miod Vallat
2012-12-01Silently ignore VD_OP_GET_DEVID as Solaris uses it even though we don'tMark Kettenis
2012-11-29Enable rtsx(4) in GENERIC on i386 and amd64.Stefan Sperling
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-11-28- Use IF_Gbps(1) instead of IF_Mbps(1000)Brad Smith
2012-11-27Add acpi_{acquire,release}_glk locking functions.Paul Irofti
2012-11-25Avoid using multiline litterals in __asm__ statement, gcc3 complains aboutMiod Vallat
2012-11-25remove the use of cast as lvalue which is verboten with newer gccJonathan Gray
2012-11-25Recognize a wrong network configuration which would cause tftpboot toMiod Vallat
2012-11-25Sync register clobber information in MVMEPROM_CALL() with those used in theMiod Vallat
2012-11-25Make the instruction replace struct static const so it will endJonathan Gray
2012-11-24Do not assign the "host" MAC address to virtual switch ports. Don't print theMark Kettenis
2012-11-23Change the way we encode devhandle and devino in the sysino such that we canMark Kettenis
2012-11-21Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOCMark Kettenis
2012-11-21Trivial fixes for labels not followed by statements, which gcc 3 complainsMiod Vallat
2012-11-21Try to negotiate version 1.1 of the vDisk protocol such that we can getMark Kettenis
2012-11-19Add atomic 32-bit cas operations.Paul Irofti
2012-11-19Use a more descriptive name for the userland cas operation.Paul Irofti
2012-11-18Small memcpy optimizationsStefan Fritsch
2012-11-16Add oce(4) / mfii(4) and virtio devicesBrad Smith
2012-11-15Print UniNorth/U3 revision number, taken from opemfirmare, to know whichMartin Pieuchot
2012-11-13Do not advance the timecounter too fast on MULTIPROCESSOR kernels; noticedMiod Vallat
2012-11-10Recent x86 CPUs come with a constant time stamp counter. If this isMarcus Glocker