Age | Commit message (Expand) | Author |
2006-01-02 | knf. add some debug and use const. | Federico G. Schwindt |
2006-01-01 | correct a typo and reorder check. | Federico G. Schwindt |
2006-01-01 | Rearrange to fix a potential crash when changing parameters with audioctl | Federico G. Schwindt |
2006-01-01 | fix cut and paste error on FAN2 sysctl def | Damien Miller |
2006-01-01 | Fix mixer wraparound. from netbsd pr 16652. | Federico G. Schwindt |
2006-01-01 | proto not needed | Theo de Raadt |
2006-01-01 | switch from macppc-specific maciic(4) driver to the generic iic(4), | Theo de Raadt |
2006-01-01 | update for pcidevs name change | Brad Smith |
2006-01-01 | regen | Brad Smith |
2006-01-01 | this fxp PCI id is generic to the whole family so mark it as 8255x instead | Brad Smith |
2006-01-01 | Adjust for renamed VIA VT8233 PCI ID's. | Mark Kettenis |
2006-01-01 | regen | Mark Kettenis |
2006-01-01 | Correct names for VIA VT8233 PCI-ISA bridge PCI ID's: | Mark Kettenis |
2006-01-01 | Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives us | Miod Vallat |
2006-01-01 | Service clock interrupts at the computed splclock(), not spl2(); from NetBSD. | Miod Vallat |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2006-01-01 | 2006 | Miod Vallat |
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller |
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller |
2005-12-31 | Make PT_SETFPREGS work even if the process didn't use the fpu yet. | Mark Kettenis |
2005-12-31 | Search for the devices to attach to mainbus, not hardcoded. ok miod@ | Dale Rahn |
2005-12-31 | Nuke unused cdev_wscons_init() macro. | Miod Vallat |
2005-12-31 | Kill a pcvt leftover. | Miod Vallat |
2005-12-31 | whitespace cleanup. | Dale Rahn |
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat |
2005-12-31 | Better bounds for the lm7x register repeat test; ok deraadt@ | Miod Vallat |
2005-12-31 | This port does not use dev/cninit.c. | Miod Vallat |
2005-12-31 | Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h | Todd C. Miller |
2005-12-31 | Nuke unused variable 'space' found by lint. Eliminate some trailing | Kenneth R Westerback |
2005-12-31 | amdiic enable. if problems or worries, we shut things off before a release | Theo de Raadt |
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 |