Age | Commit message (Expand) | Author |
2007-04-24 | Firmware lies! Switching from LEVEL to EDGE triggered interrupt prevents | Gordon Willem Klok |
2007-04-23 | rename drivers with numbers in them; ok gwk drahn | Theo de Raadt |
2007-04-23 | iqg -> irq | Gordon Willem Klok |
2007-04-22 | better interrupt names for vmstat -iz; ok miod gwk | Theo de Raadt |
2007-04-22 | Add sysbutton a driver for the 'System identifier' button found on the | Gordon Willem Klok |
2007-04-22 | rename a very long driver name to something shorter, and more clear | Theo de Raadt |
2007-04-21 | Fix the rcs tags. | Gordon Willem Klok |
2007-04-21 | Add blinkenlights(4) a driver to control the 16 leds found on the front | Gordon Willem Klok |
2007-04-16 | macppcs can boot off usb disks, so treat "/usb" controllers in the ofw tree | David Gwynne |
2007-04-13 | Timecounters for macppc. As clean and simple as sparc64. Uses the %tb | Mark Kettenis |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-03 | A fix for smp old world macs such as the 9500MP and 9600MP which lack the | Gordon Willem Klok |
2007-04-02 | unmapiodev() takes the va as its first argument, not the pa. | Mark Kettenis |
2007-03-31 | Make sure we not to match secondary cpu's on non-MP kernel. I accidentally | Mark Kettenis |
2007-03-31 | Detect secondary cpu's. Get rid of legacy ofroot code. | Mark Kettenis |
2007-03-29 | Enable acx(4) as it is finally working on bigendian boxes. OK deraadt@ | Claudio Jeker |
2007-03-28 | disk addresses are in hex, not decimal. makes my LSILogic,sas@3/disk@13 | David Gwynne |
2007-03-27 | grok LSILogic,sas controllers in bootpath; as well, become aware that (at | Theo de Raadt |
2007-03-23 | Clean up the failure path of the attach routine, check the return value of | Gordon Willem Klok |
2007-03-22 | Move powerpc to __HAVE_MUTEX. With help from drahn@. Tested by nick@, xsa@, | Mark Kettenis |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-20 | Move macppc to __HAVE_CPUINFO, and make locore.S and trap.c suitable for | Mark Kettenis |
2007-03-20 | Spring cleaning: some whitespace, clean up the failure path in the attach | Gordon Willem Klok |
2007-03-17 | Make lcsplx() call spllower() instead of duplicating its code. | Mark Kettenis |
2007-03-14 | Make SMU sensors and fan control work on PowerMac8,1. | Mark Kettenis |
2007-03-13 | Drop the second and third arguments to adb_op_sync, for they are not used; | Miod Vallat |
2007-03-04 | Invoke adb_cuda_autopoll() and leave polling mode after all initialization | Miod Vallat |
2007-03-01 | On the first generation iMac G5 (PowerMac8,1) the fans node is called | Mark Kettenis |
2007-03-01 | If the kauai is not found in openfirmware, abort the config. ok deraadt | Dale Rahn |
2007-03-01 | Don't attach sensors and iic(4) if we didn't find any fans. | Mark Kettenis |
2007-03-01 | proper softint treatment (that get missed otherwise); found and tested by mpf... | Michael Shalayeff |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko |
2007-02-27 | previous commit ppc machines. has miod been reading tech-kern too much, | Theo de Raadt |
2007-02-26 | Zero rval[1] in setregs. | Miod Vallat |
2007-02-26 | Revert a portion of rev 1.21, via-cuda behaves exactly opposite of via-pmu, | Gordon Willem Klok |
2007-02-25 | Change how we determin if were running on a new world versus old world | Gordon Willem Klok |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-18 | Correct yo-yo shutdowns: | Gordon Willem Klok |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-16 | Enable malo(4) on macppc. OK mglocker@ deraadt@ | Claudio Jeker |
2007-02-12 | Cope with the different format of the name property of the root device in | Gordon Willem Klok |
2007-02-12 | Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wake | Gordon Willem Klok |
2007-02-12 | 4.1-beta | Henning Brauer |
2007-02-07 | enable arc(4) for Areca RAID Controllers. they work great. | David Gwynne |
2007-02-07 | enable bio(4) | David Gwynne |
2007-02-07 | bus_space_{read,write}_raw_region_[24] take the length of the buffer theyre | David Gwynne |
2007-02-06 | define the bio(4) cdev stuff in conf.h, rather than having a per machine | David Gwynne |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-05 | Map the pci space registers, so that the MEMORY enable gets turned on, | Dale Rahn |