summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-07-28Pass the end of the symbol table to the kernel.Mark Kettenis
2006-07-28Make option USER_PCICONF work.Mark Kettenis
2006-07-28no man page for nowTheo de Raadt
2006-07-28should install into /usr/mdec/Theo de Raadt
2006-07-28enter bootTheo de Raadt
2006-07-28regenBrad Smith
2006-07-28move the Siemens vendor id to the right location.Brad Smith
2006-07-28First stab at an armish bootloader. It will load /bsd from the drive in theMark Kettenis
2006-07-28regenBrad Smith
2006-07-28add some Broadcom, NVIDIA and Ricoh PCI ids.Brad Smith
2006-07-28do not bother playing tag with the PCI_COMMAND_STATUS_REGMark Kettenis
2006-07-28Simplify autoneg code a bit. Tested on a few sk(4)'s and an axe(4).Brad Smith
2006-07-28another Marvell Gig PHY.Brad Smith
2006-07-28regenBrad Smith
2006-07-28another Marvell Gig PHY.Brad Smith
2006-07-27remove weird floppyboot garbage; ok miodTheo de Raadt
2006-07-27missing \n in ddb printfMichael Shalayeff
2006-07-27new twe; reported by Randal Harisch <azar@eyeonvideo.com>Michael Shalayeff
2006-07-27oopsMichael Shalayeff
2006-07-27new twe idMichael Shalayeff
2006-07-27typoTheo de Raadt
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-27Rework opl_find() so that it does not need to take a proto softc, shavesMiod Vallat
2006-07-27enable cmpci(4) and enable midi@oplBrad Smith
2006-07-27+ opl* at cmpci?Brad Smith
2006-07-27ok, opl/cmpci can go in now, got the workaround for upcoming issuesTheo de Raadt
2006-07-27disable shit that will break the tree soonTheo de Raadt
2006-07-27Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, someBrad Smith
2006-07-26fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod...Michael Shalayeff
2006-07-26More files which have changed name or location since some time already andMiod Vallat
2006-07-26crank to 4.0-betaTheo de Raadt
2006-07-26don't call vn_rdwr() with IO_NODELOCKED when the vnode actually isn'tNikolay Sturm
2006-07-26Crank buffer sizes to the 1024 limit imposed by ttymalloc()Jonathan Gray
2006-07-25Do not bother reading the existing colormap on attach, since we willMiod Vallat
2006-07-25Remove cursor register address constants, code should (and does) use dc503reg.hMiod Vallat
2006-07-25Assembly versions of kvtopte() and kvtophys(), better than what gccMiod Vallat
2006-07-25Remove.Mark Kettenis
2006-07-25Kill option GPL_MATH_EMULATE.Mark Kettenis
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
2006-07-24Make sure the mapped frame buffer area is a multiple of the logical pageMiod Vallat
2006-07-24Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLCMiod Vallat
2006-07-24Add the 12x22 font to vax defaults.Miod Vallat
2006-07-24Insert empty glyphs to make the font data really contiguous, as rasopsMiod Vallat
2006-07-24move large local array out of a "called once, only at boot" functionTheo de Raadt
2006-07-24Simplify ioaccess() by computing the pte template outside the loop, andMiod Vallat
2006-07-24Recent change to the way mainbus children attach requires sbi_match to beMiod Vallat
2006-07-23Select the 8x15 font by default on vax.Miod Vallat
2006-07-23Make the default value of outputs.linein.dir "output" for the ThinkPad T60.Brad Smith
2006-07-23Do not print an odd message on machines where led0 is configured but didMiod Vallat
2006-07-23Make smg(4) on par with the current state of wsdisplay drivers: make it useMiod Vallat