Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-27 | enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as needed | Theo de Raadt | |
by each arch enable adc(4), admtemp(4), admlc(4), admtm(4), admtmp(4), admtt(4), adt(4), lm(4), lmenv(4), lmtemp(4), maxds(4), and maxtmp(4) iic chip drivers too, which provide gobs of sensor info | |||
2005-12-27 | Remove the 1:1 association between SCSI targets and work queues, but use a | Miod Vallat | |
cyclic search of the first unused work queue. | |||
2005-12-27 | Fail existing command upon bus reset. | Miod Vallat | |
2005-12-27 | Better initialize local variables before they are used, even if the compiler | Miod Vallat | |
did not notice. | |||
2005-12-27 | Keep an array of command blocks (formerly M328_CMD), one per queue - since | Miod Vallat | |
we can't send more commands simultaneously - instead of using MALLOC/FREE for every scsi command we send. | |||
2005-12-27 | Instead of using options to configure code, use machine header files | Dale Rahn | |
<machine/intr.h>. On the road to cleanup. | |||
2005-12-27 | print real memory in MB as well as KB, also remove unused ifdef code. | Dale Rahn | |
2005-12-27 | Do not tprintf() information, use printf() instead like all other tape | Miod Vallat | |
drivers do. | |||
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
2005-12-27 | no longer use ia_compat; tested by a few | Theo de Raadt | |
2005-12-25 | Return proper frame buffer type rather than generic SUN24 id, Xwsfb has known | Miod Vallat | |
the proper id for a long time already... | |||
2005-12-25 | KERN_RESOURCE_SHORTAGE -> ENOMEM | Miod Vallat | |
2005-12-25 | Ensure child_return() leaves registers the same way a successfull system | Miod Vallat | |
call would. | |||
2005-12-24 | Claim a bit more memory such that we can load bsd.rd. | Mark Kettenis | |
tested by many; ok deraadt@ | |||
2005-12-23 | Make sure child_return() returns with carry clear and r0 = r1 = 0. | Miod Vallat | |
2005-12-23 | move midi attachment for umidi down to the MIDI section. | Brad Smith | |
2005-12-23 | add emu(4) and missing midi attachment for eap(4). | Brad Smith | |
2005-12-22 | Enable ichiic(4), ok deraadt@. | Alexander Yurchenko | |
2005-12-22 | Fully implemented microtime() operation. | Dale Rahn | |
2005-12-22 | More reasonable size for fixed extent storage. | Miod Vallat | |
2005-12-22 | Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@ | Miod Vallat | |
2005-12-22 | typo | Theo de Raadt | |
2005-12-22 | disable lcd (dma) when screen is closed. in theory this should speed | Theo de Raadt | |
up the memory subsystem performance making the processor run faster. but in tests i do not see this. maybe we also need to tweak the system bus arbiter ARB_CNTRL to grant more bus cycles to the cpu? | |||
2005-12-22 | do not do delay(HUGEVALUE) after enabling/disabling the lcd dma. yes, it | Theo de Raadt | |
has a weird effect when you enable it and the backlight at the same time, but most people don't see it because they are flipping the lid open. and it is not actually weird, it is actually rather neat. ok miod | |||
2005-12-22 | actual step X-# instead of rev # for pxa270 | Theo de Raadt | |
2005-12-22 | - attach and configure correctly | Xavier Santolaria | |
- pretty dmesg output input+OK miod@. | |||
2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. | Miod Vallat | |
On hp300, hil would claim console against dnkbd if no dnkbd was found at the time the loop is probed, even if the loop is empty. Because of this, plugging dnkbd later would not select it as console keyboard, which is really annoying on kernels without wsmux, such as hp300 RAMDISK. Now the first keyboard plugged will become the console keyboard, whatever its type. No functional change on hppa, since the console path gives a definite console device setting. | |||
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback | |
to read non-OpenBSD label information like MBRs and populate ('spoof') the OpenBSD disk label appropriately. So avoiding an I/O when doing 'spoofonly' is to miss the whole point. Backout all Sept. 26 and subsequent changes to disksubr.c files. The original CD problem with I/O errors on blank media will be addressed another way. Should fix the ext3 vs amd64 problems discussed on misc@. Thanks to steven@ for finally putting it terms that I understood. ok deraadt@ | |||
2005-12-22 | Set correct partition offset to 0 when initializing RAW_PART. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-12-22 | remove another debug message | Theo de Raadt | |
2005-12-22 | last change by me was wrong; do not setperf 2x on wakeup | Theo de Raadt | |
2005-12-22 | silence setperf code | Theo de Raadt | |
2005-12-22 | Bad commit, breaks hppa64. Prompted by deraadt@ | Marco Peereboom | |
2005-12-21 | Add MACHINE_STACK_ALIGN define. | Marco Peereboom | |
2005-12-21 | Remove KASSERT in attach, return an error instead; while there, implement | Miod Vallat | |
tpms_ioctl() correctly, fix typos, repair a minor dmesg glitch. Untested (donations welcome (-: ), yet ok brad@ | |||
2005-12-21 | No need to store description lines for unrecognized CMMUs... | Miod Vallat | |
2005-12-21 | sysctl machdep.lidsuspend=1 makes screen closures to cause a suspend. | Theo de Raadt | |
(opening the screen does not yet wake the machine up, not yet sure if that is even possible yet) | |||
2005-12-21 | Do not attach dnkbd as a console keyboard if console is on serial. | Miod Vallat | |
2005-12-21 | Simplify obio stanzas and remove unused locators. | Miod Vallat | |
2005-12-21 | Remove aed(4) on macppc, nothing uses its functionality since key repeat is | Miod Vallat | |
handled by wscons and mouse emulation was never enabled or documented. | |||
2005-12-20 | Vax does not need to __HAVE_PMAP_PHYSSEG. | Miod Vallat | |
2005-12-20 | volatile variable for looping; ok drahn | Theo de Raadt | |
2005-12-20 | Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus, | Dale Rahn | |
This will scale the speed for hw.setperf, this allows limiting apm -A to lower speed, or even overclocking. ok deraadt@ | |||
2005-12-20 | remove old #if 0 chunks no longer needed for debug | Theo de Raadt | |
2005-12-20 | using the right ebus bus space makes this beep again | Martin Reindl | |
2005-12-20 | Fix typo introduced in last commit. | Todd C. Miller | |
2005-12-20 | Since we are allowed to rely on the fact that the pcb is the first element | Miod Vallat | |
of struct user, use syntactic sugar in genassym.cf and use PCB_xxx defines instead of U_PCB_xxx, like all other platforms do; no functional change. | |||
2005-12-20 | Remove initial extent storage for crime and mace bus_space. By the time | Miod Vallat | |
these extents are created it is safe to use malloc. | |||
2005-12-20 | 01 -> SA_ONSTACK in sigreturn. | Miod Vallat | |
2005-12-20 | Trim include files list. | Miod Vallat | |