Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-04 | update comment to match what the code does as of rev 1.149. | Brad Smith | |
From Jochen <jochen at penguin-breeder dot org> in PR 4961 ok deraadt@ | |||
2006-01-03 | Add UFS2 softdep bits, okay tedu@ | Pedro Martelletto | |
2006-01-03 | Revert part of the previous committed by mistake. | Alexander Yurchenko | |
2006-01-03 | Correct interrupt type check. Pointed out by kettenis@, thanks. | Alexander Yurchenko | |
2006-01-03 | Try to prevent red stating the machine on a misaligned user space stack by | Mark Kettenis | |
SIGKILLing the process. ok miod@, henric@ | |||
2006-01-03 | Be careful not to change any registers. | Mark Kettenis | |
ok grange@, deraadt@; tested by krw@ | |||
2006-01-03 | Make #undef match its temporary #define. | Miod Vallat | |
2006-01-03 | work in progress on the Apple Sudden Motion Sensor found in recent | Xavier Santolaria | |
PowerBooks and iBooks, driver is commented out for now; with prodding, help and ok from kettenis@, ok deraadt@. | |||
2006-01-03 | remove duplicate comment; | Jason McIntyre | |
from thordur i. bjornsson; | |||
2006-01-03 | m_pullup the same amount we copied, not just the IP header. | Marco Pfatschbacher | |
Any pf(4) translation that modifies more than IP addresses, was happening on the shared mbuf cluster. Thus we were sending icmp errors with corrupted payload. OK dhartmei@, markus@ | |||
2006-01-03 | Fix UFS2 detection by looking for the super-block at every possible | Pedro Martelletto | |
location, testing krw@ and moritz@, thanks. | |||
2006-01-03 | Use "official" chip part names/numbers for matching. | Mark Kettenis | |
ok deraadt@ | |||
2006-01-02 | Check db_console before entering ddb. | Miod Vallat | |
2006-01-02 | Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexec | Miod Vallat | |
attributes. | |||
2006-01-02 | Faster signal trampoline code for m88k: instead of pushing everything on | Miod Vallat | |
the stack a la m68k, put handler arguments in register, transfer control to the handler directly, but have it return in the sigcode. While there, remove wrong comments about the sigcode being on top of the user stack. | |||
2006-01-02 | Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT. | Miod Vallat | |
2006-01-02 | No need to check for P_INMEM in process_set_pc() and process_sstep(), as these | Miod Vallat | |
function are only invoked between PHOLD and PRELE. | |||
2006-01-02 | Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), and | Miod Vallat | |
remove a wrong comment aboute startrtclock() being invoked twice. | |||
2006-01-02 | Kill enablertclock. | Miod Vallat | |
2006-01-02 | fix typo in comment | Tom Cosgrove | |
ok deraadt@ | |||
2006-01-02 | add the 82801E SMBus controller id. | Brad Smith | |
2006-01-02 | use the correct format string directive %llu instead of "%ull". | Reyk Floeter | |
pointed out by Thorsten Glaser. | |||
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith | |
Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile. | |||
2006-01-02 | regen | Jonathan Gray | |
2006-01-02 | Make this generate code with ansi function declarations. | Jonathan Gray | |
No binary change in compiled version of generated file. | |||
2006-01-02 | mostly style nits; from kent@netbsd.org. | Federico G. Schwindt | |
some other cosmetical changes to make future merges easier. dlg@ ok. | |||
2006-01-02 | use pci_matchbyid. | Brad Smith | |
2006-01-02 | fix some typos and add open/close code of sync pipe, disabled for now. | Federico G. Schwindt | |
from kent@netbsd.org. dlg@ ok. | |||
2006-01-02 | make mixer names compatible with other audio devices. from kent@netbsd.org | Federico G. Schwindt | |
via netbsd pr 15441 by Kazuhito Honda. dlg@ ok this and previous diffs. | |||
2006-01-02 | regen | Brad Smith | |
2006-01-02 | add ATI IXP300 SMBus controller id. | Brad Smith | |
2006-01-02 | regen | Brad Smith | |
2006-01-02 | add SMSC PCI vendor id and product id's for the Victory66 chipset. | Brad Smith | |
2006-01-02 | add the name sparc64 calls this thing | Theo de Raadt | |
2006-01-02 | do i2c initialization using ofw data instead of scanning; ok kettenis | Theo de Raadt | |
this may require some changes for non-pmu controllers later, which may do the ofw tables slightly differently | |||
2006-01-02 | recognize sync-pipe audio stream; disabled for now. from kent@netbsd.org | Federico G. Schwindt | |
2006-01-02 | add source selector support. netbsd pr 26538. | Federico G. Schwindt | |
2006-01-02 | Correctly set the %di register on PXENV calls. This should help | Tom Cosgrove | |
older PXE clients get a bit further. Prompted by Rolf Sommerhalder's comments on misc@. ok krw@ (thanks) "no objection" mbalmer@ "go for it" fgsch@ "fine" deraadt@ | |||
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 | |
and the device is closed. netbsd pr 24066. Some cleanup and also correctly set the mode via audioctl. from mycroft. | |||
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 | |
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis | |||
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 | |
of 82557 | |||
2006-01-01 | Adjust for renamed VIA VT8233 PCI ID's. | Mark Kettenis | |
ok brad@, deraadt@ | |||
2006-01-01 | regen | Mark Kettenis | |