summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-12-30Kill conforced, and have console devices use CN_FORCED priority instead.Miod Vallat
2005-12-30When a driver claims console, let it set conscode to itself, instead ofMiod Vallat
2005-12-30Introduce symbolic constants for the magic conscode values.Miod Vallat
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-30Make PT_SETFPREGS work even if the process didn't use the fpu yet.Mark Kettenis
2005-12-29W^X for G5Mark Kettenis
2005-12-29ichiic for intel amd64 machines; spotted by reykTheo de Raadt
2005-12-29add admcts(4)Theo de Raadt
2005-12-29Add a bunch of i2c sensors.Mark Kettenis
2005-12-29Add viapm(4).Mark Kettenis
2005-12-29right spotTheo de Raadt
2005-12-29add admcts(4)Theo de Raadt
2005-12-29Add viapm(4).Mark Kettenis
2005-12-29remove bad newline for the secondary PCI bus with the 82450KX/GX chipsetBrad Smith
2005-12-29Fix isadma0 at isa0 at mainbus0Mark Kettenis
2005-12-28Remove dead cruft.Miod Vallat
2005-12-28...thus no need to override conscode if we are configured as console, so thatMiod Vallat
2005-12-28hyper, rbox and topcat not in intio space are CN_NORMAL priority, notMiod Vallat
2005-12-28Define dca remote console identifiers as regular identifier with the bit 7Miod Vallat
2005-12-28Setting the service switch on 425e to select serial console shall not beMiod Vallat
2005-12-28Fix totally bogus previous commit.Mark Kettenis
2005-12-27enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as neededTheo de Raadt
2005-12-27Remove the 1:1 association between SCSI targets and work queues, but use aMiod Vallat
2005-12-27Fail existing command upon bus reset.Miod Vallat
2005-12-27Better initialize local variables before they are used, even if the compilerMiod Vallat
2005-12-27Keep an array of command blocks (formerly M328_CMD), one per queue - sinceMiod Vallat
2005-12-27Instead of using options to configure code, use machine header filesDale Rahn
2005-12-27print real memory in MB as well as KB, also remove unused ifdef code.Dale Rahn
2005-12-27Do not tprintf() information, use printf() instead like all other tapeMiod Vallat
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-12-25Return proper frame buffer type rather than generic SUN24 id, Xwsfb has knownMiod Vallat
2005-12-25KERN_RESOURCE_SHORTAGE -> ENOMEMMiod Vallat
2005-12-25Ensure child_return() leaves registers the same way a successfull systemMiod Vallat
2005-12-24Claim a bit more memory such that we can load bsd.rd.Mark Kettenis
2005-12-23Make sure child_return() returns with carry clear and r0 = r1 = 0.Miod Vallat
2005-12-23move midi attachment for umidi down to the MIDI section.Brad Smith
2005-12-23add emu(4) and missing midi attachment for eap(4).Brad Smith
2005-12-22Enable ichiic(4), ok deraadt@.Alexander Yurchenko
2005-12-22Fully implemented microtime() operation.Dale Rahn
2005-12-22More reasonable size for fixed extent storage.Miod Vallat
2005-12-22Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@Miod Vallat
2005-12-22typoTheo de Raadt
2005-12-22disable lcd (dma) when screen is closed. in theory this should speedTheo de Raadt
2005-12-22do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, itTheo de Raadt
2005-12-22actual step X-# instead of rev # for pxa270Theo de Raadt
2005-12-22- attach and configure correctlyXavier Santolaria
2005-12-22Postpone the hil console detection logic to the first detection of a keyboard.Miod Vallat
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-22Set correct partition offset to 0 when initializing RAW_PART.Kenneth R Westerback