summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-08-20When using p4tcc supply a cpu_cpuspeed function to provide an estimatedGordon Willem Klok
2006-08-18add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming)Jason Wright
2006-08-18Don't renumber the PCI bus if we don't need to. Fixes some machines (DellMark Kettenis
2006-08-18Add a new Core Xeon CPU and an older Pentium Pro model to the busDimitry Andric
2006-08-18Make sure the PCI mode detection code is called if it hasn't been run yet.Mark Kettenis
2006-08-18Oops. If you don't use a label, remove it.Kenneth R Westerback
2006-08-17fix tyop.Michael Knudsen
2006-08-17enable msk(4) in a few more places.Brad Smith
2006-08-17tsk tsk, krw did not test compile thisTheo de Raadt
2006-08-17No need for divsi and friends, yetMiod Vallat
2006-08-17prefer higher phys memory for page tablesMichael Shalayeff
2006-08-17Check d_secpercyl in all readdisklable() functions, and have all ofKenneth R Westerback
2006-08-17Setup the transparent translation with writeback cache instead ofMiod Vallat
2006-08-17Large cleanup of the bootblocks, including ansi protos and de-register,Miod Vallat
2006-08-17(128 << fd->sc_type->secsize) instead of (128 * (1 << fd->sc_type->secsize)).Kenneth R Westerback
2006-08-16Add msck(4) and msk(4).Mark Kettenis
2006-08-16Add mskc(4) and msk(4).Mark Kettenis
2006-08-15Allocate as many iommu page lists as necessary to match the size requestMiod Vallat
2006-08-15Some VS4k/90 have the uVAX bit set in confdata, do not report them as uVAXens.Miod Vallat
2006-08-15A more reliable LCSPX probe, based on information from Blaz Antonic, testedMiod Vallat
2006-08-14say which type of header is unknownTheo de Raadt
2006-08-14enable bnx(4) on the CD RAMDISKs as well.Brad Smith
2006-08-14Enable bnx because we now can run traffic.Marco Peereboom
2006-08-14Fix 640x480 mode operation (needs a font change, and stride is larger thanMiod Vallat
2006-08-14Enable uslcom(4) and uark(4) on all the USB capable archs.Jonathan Gray
2006-08-14Driver for Arkmicro Technologies ARK3116 USB UART based devices.Jonathan Gray
2006-08-14Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it toKenneth R Westerback
2006-08-14enable arc since it works hereDavid Gwynne
2006-08-13Remove remains of cut'n'paste from ffs code.Miod Vallat
2006-08-13Make sure we generate sfb.h and cfb.h, even though support is not there yet.Miod Vallat
2006-08-13Let the domain keyboard work on models 362 and 382 as well.Miod Vallat
2006-08-13Oops, let HIL keyboards work again in the boot blocks.Miod Vallat
2006-08-13Fix EV6 processor minor type: 0 is reserved and thus all entries wereMichael Knudsen
2006-08-12Missing rcsidMiod Vallat
2006-08-12Fail TIOCSFLAGS if non-root, like all other serial drivers do.Miod Vallat
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
2006-08-11An old dvorak typo was lurking here.Miod Vallat
2006-08-11For non-console vgafb, force rasops to initialize it as a monochrome resource,Miod Vallat
2006-08-11Let the windowmove() callbacks return whether they could perform the operationMiod Vallat
2006-08-11add rum(4) on arches where ural(4) is enabled.Damien Bergamini
2006-08-11no O2's with a R14000 CPU were made, so remove superfluous code.Jasper Lievisse Adriaanse
2006-08-10Try and determine the keyboard layout from its identification string;Miod Vallat
2006-08-10Hookup hw.vendor and hw.product sysctls on sparc64.Gordon Willem Klok
2006-08-09Use the blitter again for the cursor on non-mono frame buffers.Miod Vallat
2006-08-07rcons removal fallout, spotted by kettenis@Miod Vallat
2006-08-06Replace magic numbers with adequate #defines, support vsync disabling in theMiod Vallat
2006-08-06Switch luna88k from rcons to rasops. Tested by aoyama@Miod Vallat
2006-08-06enable arc so it can get some exposure to testingDavid Gwynne