summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-03-28add a whole bunch of display types (will be used by the accelerated XJason Wright
2003-03-28In ccdsize(), check for CCDF_INITED before doing the ccdopen().Todd C. Miller
2003-03-28Add a sysctl to option USER_LDT, to control its behaviour, which will beMiod Vallat
2003-03-28Fix VIA C3 comment.Tobias Weingartner
2003-03-28If console acceleration was not enabled, do not reinitialize the blitterMiod Vallat
2003-03-28Fix various gremlins in the hilms code my simple test program did not catch,Miod Vallat
2003-03-28Better message to report an empty loop during probe.Miod Vallat
2003-03-28Fix REQUEST SENSE handling based on lessons learned struggling withKenneth R Westerback
2003-03-27- Add support for the *CURS* ioctls (requires mapping the DAC registersJason Wright
2003-03-27map vid mem based on linebytes and heightJason Wright
2003-03-27Whoops, the rest of the *CURS* ioctl supportJason Wright
2003-03-27add support for *CURS* ioctlsJason Wright
2003-03-27double ;Henning Brauer
2003-03-27don't need linear maps here eitherJason Wright
2003-03-27Improve disassmbly of powerpc branch instructions, print the conditionalDale Rahn
2003-03-27map the vid mem based on linebytes and heightJason Wright
2003-03-27const and static cleaningJason Wright
2003-03-27Don't need linear mappings in here.Jason Wright
2003-03-27no sbus in hereJason Wright
2003-03-273.3-currentMiod Vallat
2003-03-27idx is unsignedHenning Brauer
2003-03-25Clear interrupts (set to IDLE) as they are established.Jason Wright
2003-03-25Missing splx(); Patrick LatifiTodd C. Miller
2003-03-24Tree patches from c.pascoe at itee dot uq dot edu dot au:Jason Wright
2003-03-24splimp() around xl_reset() during autoconf. something in xl_reset() wantsJason Wright
2003-03-24fix error return values (NULL to ENOMEM) and add missing ellist_destroy()Kenjiro Cho
2003-03-21install a real handler for correctable ECC errors and make a count ofJason Wright
2003-03-21install a powerhook to restore the AC97 state after suspend;Jason Wright
2003-03-21RegenMiod Vallat
2003-03-21its obwous``renassiance'' apeers too be a spelink mistaek.Miod Vallat
2003-03-21Now that ahc has the necessary endian fixes, enable it on macppc.Dale Rahn
2003-03-21Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc.Dale Rahn
2003-03-21- Add missing "\n" to some pf_table.c printf()Cedric Berger
2003-03-20The current code tries to use the same field in the interrupt handler asHenric Jungheim
2003-03-20Compute linebytes and such earlier and use them to decide how muchJason Wright
2003-03-19regenTodd C. Miller
2003-03-19Add ProSavage DDR video; Nick HollandTodd C. Miller
2003-03-19regenMichael Shalayeff
2003-03-19match on nvidia nforce2; from netbsd@ via wayne@epipe.com.au; miod@ okMichael Shalayeff
2003-03-19Add i830 support from NetBSD via patch in kernel/3150.Todd C. Miller
2003-03-19regenTodd C. Miller
2003-03-19s/82845G_IV/82845G_IGD/ from NetBSDTodd C. Miller
2003-03-18regenMichael Shalayeff
2003-03-18match on SMC 8041TX by cis; from netbsd via mbing@nfr.net; miod@ okMichael Shalayeff
2003-03-18Restore bootable tape functionality. Previous loadfile() would never useMiod Vallat
2003-03-17Fix UK keyboard layout (2 & 3 shifted from one position).Matthieu Herrb
2003-03-16Old unused stuff left under the carpet.Miod Vallat
2003-03-16A better explanation of why we need to operate hil keyboards in raw mode.Miod Vallat
2003-03-16typosmargarida
2003-03-15specifed -> specifiedTheo de Raadt