summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-03-30Ensure that all files in /kern end with a newline (machine, model,Bruno Rohee
2003-03-30let this compile with TCPDEBUGTed Unangst
2003-03-30Fix probing of dual channel 7899 with some fixes from current FreeBSDKenneth R Westerback
2003-03-30Use snprintf() to simplify device name construction, removing nowKenneth R Westerback
2003-03-30Delete unused local version of strncat.Kenneth R Westerback
2003-03-30As long as I am here pull in some useful changes from NetBSD.Kenneth R Westerback
2003-03-30better MAXSSIZMichael Shalayeff
2003-03-29A few final (I hope) tweaks to the dma fixes.Kenneth R Westerback
2003-03-29Another chunk of bus_dma fixes. May actually approach correctness now.Kenneth R Westerback
2003-03-29Very limited support for Promise PDC20376 SATA. Only parallel ATAAlexander Yurchenko
2003-03-29Use sc_print_addr() where possible to improve messages.Kenneth R Westerback
2003-03-29ubchist is not a fully cooked kadaver and though use the other well formed pd...Michael Shalayeff
2003-03-29try to blinkMichael Shalayeff
2003-03-29fetch the device address list for where supported; say 16 addresses is ought ...Michael Shalayeff
2003-03-29add some author refs from the older versions of these from much older projectsMichael Shalayeff
2003-03-29nothing uses UADDRMichael Shalayeff
2003-03-29bus_space_vaddr and related definitions (needs actual implementations)Michael Shalayeff
2003-03-29allow attaching onto phantomas. check graphics id to seed out the medusa fddi...Michael Shalayeff
2003-03-29fix fpu printout and remove dead code pieceMichael Shalayeff
2003-03-29some mount stinger onto phantomas and there is not need to flag stingers tooMichael Shalayeff
2003-03-29device/vendor id is always < 7 chars. store it in the array and save on the e...Michael Shalayeff
2003-03-29add some more eisa devicesMichael Shalayeff
2003-03-28unbreak after SiS pcidevs changeTodd C. Miller
2003-03-28add support for the i830 that has 8 pci irq lines configure by the extra 0x68...Michael Shalayeff
2003-03-28a small boot for a cdMichael Shalayeff
2003-03-28s/SADIR/STANDIR/ to avoid conflict w/ the libsa; install raw boot as well as ...Michael Shalayeff
2003-03-28regenAlexander Yurchenko
2003-03-28Little consistency in SiS sectionAlexander Yurchenko
2003-03-28another const char * from David HillHenning Brauer
2003-03-28Improve debug output a bitAlexander Yurchenko
2003-03-28Fix the color inversion of the cursor (now it's not a solid block of black =)Jason Wright
2003-03-28const char *Henning Brauer
2003-03-28unbreakHenning Brauer
2003-03-28fake off the SYSTR_CLONE through a normally numbered other ioctl; as of previ...Michael Shalayeff
2003-03-28OCHIO* dies horrible death by dd; as per renaming done beforeMichael Shalayeff
2003-03-28zero'd -> zeroed;Jason McIntyre
2003-03-28Ip -> IP;Jason McIntyre
2003-03-28mu-law and A-law spelling;Jason McIntyre
2003-03-28more register defns (from linux)Jason Wright
2003-03-28Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWNJason Wright
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