Age | Commit message (Expand) | Author |
2005-12-31 | if you don't enable amdiic, when will people test it? | Theo de Raadt |
2005-12-31 | we do not look at the proberegs anymore, always full dumps | Theo de Raadt |
2005-12-31 | if a register dump is going to find that all the registers are the same, | Theo de Raadt |
2005-12-31 | Rework (once again) the console code, in order to match the PROM's logic better. | Miod Vallat |
2005-12-31 | Sync with recent kernel changes: recognize more models, use the same logic | Miod Vallat |
2005-12-31 | Add AMD-8111 SMBus controller driver. | Alexander Yurchenko |
2005-12-31 | The Sony DSC-P41 it's actually UFI, not SCSI. Unfortunately (all?) DSC | Federico G. Schwindt |
2005-12-31 | spacing | Theo de Raadt |
2005-12-31 | we think we can now probe chips correctly. only print the register dump | Theo de Raadt |
2005-12-31 | add macros for the expansion ROM base address register | David Gwynne |
2005-12-31 | regen. | Federico G. Schwindt |
2005-12-31 | sort and some cleanup. | Federico G. Schwindt |
2005-12-31 | add lots of comments. run the xeontemp probe stuff on other architectures as | Theo de Raadt |
2005-12-31 | reyk, touching a file I am actively hacking on without talking to me is a ser... | Theo de Raadt |
2005-12-30 | add asbtm iic sensor; ok kettenis@ | Damien Miller |
2005-12-30 | add i2c driver for Asus ASB100 sensors using register info from lm_sensors | Damien Miller |
2005-12-30 | regen | Jolan Luff |
2005-12-30 | typo | Jolan Luff |
2005-12-30 | Remove unused COMPAT_NETBSD32 block and get rid of register{32,64}_t | Todd C. Miller |
2005-12-30 | Properly detect AS99127F rev 1. | Mark Kettenis |
2005-12-30 | Missing or incorrect header sizes bounds check; ``looks ok'' mickey@ | Miod Vallat |
2005-12-30 | Kill conforced, and have console devices use CN_FORCED priority instead. | Miod Vallat |
2005-12-30 | Stop TIOCCONS from silently doing nothing if the console device has CN_REMOTE | Miod Vallat |
2005-12-30 | Introduce another console device priority level, CN_FORCED, which wins over | Miod Vallat |
2005-12-30 | When a driver claims console, let it set conscode to itself, instead of | Miod Vallat |
2005-12-30 | Introduce symbolic constants for the magic conscode values. | Miod Vallat |
2005-12-30 | knf (replace lines of c++/c99 '//' comments with #if 0) | Reyk Floeter |
2005-12-30 | Initial W83791D support for lm(4). | Mark Kettenis |
2005-12-30 | make ACPI_DEBUG compile | Ted Unangst |
2005-12-30 | remove the tailq used to locate ehci's companion controllers. i have | David Gwynne |
2005-12-30 | rebuild | Ted Unangst |
2005-12-30 | check for another sign that a lm75 is not there | Theo de Raadt |
2005-12-30 | change thrwakeup to take an argument which specifies how many threads | Ted Unangst |
2005-12-30 | remove #if __NetBSD__ and device_ptr_t. its more readable and less | David Gwynne |
2005-12-30 | while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. why | David Gwynne |
2005-12-30 | device_ptr_t -> struct device * | David Gwynne |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-30 | Some spaces->tab indentation fixes. | Jonathan Gray |
2005-12-30 | Make PT_SETFPREGS work even if the process didn't use the fpu yet. | Mark Kettenis |
2005-12-29 | W^X for G5 | Mark Kettenis |
2005-12-29 | regen | Reyk Floeter |
2005-12-29 | add additional Intel E7525 MCH subdevices. ok brad@ | Reyk Floeter |
2005-12-29 | ichiic for intel amd64 machines; spotted by reyk | Theo de Raadt |
2005-12-29 | regen | Reyk Floeter |
2005-12-29 | add a VMware virtual NIC device id | Reyk Floeter |
2005-12-29 | regen | Brad Smith |
2005-12-29 | add a ServerWorks PCI Express to PCI-X bridge | Brad Smith |
2005-12-29 | Correctly bounds check transfers passed to vndstrategy() | Pedro Martelletto |
2005-12-29 | Fix wrong optimization in spec_write() that goes: if we are about to do | Pedro Martelletto |
2005-12-29 | Match a few more lm(4) Winbond and ASUS chips. | Mark Kettenis |