summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-01-04Cut buffers pressure down to 35% of kvm max, since (for now) kvm isMiod Vallat
2006-01-04Stop abusing phys_map to know if it is safe to use malloc in extent routines;Miod Vallat
2006-01-04Do not return zero in bus_space_map() on failure (sigh).Miod Vallat
2006-01-04Use symbolic constants for the MACE ISA address range in mace_space_unmap()Miod Vallat
2006-01-04Better rounding logic when registering memory regions in uvm; we would loseMiod Vallat
2006-01-04detect lm96000Theo de Raadt
2006-01-04Make sure we unmap io space if we fail to attach.Mark Kettenis
2006-01-04split out I2C_DEBUG into I2C_VERBOSE. VERBOSE is on. Turn on DEBUG toTheo de Raadt
2006-01-04Move bpf_mtap_hdr() after trunk_*_input() so that we hopefully see only oneBrad Smith
2006-01-04add sysctl machdep.console_device supportMartin Reindl
2006-01-04syncAlexander Yurchenko
2006-01-04Add via kt880 agp; from Mike Belopuhov <mkb@crypt.org.ru>Alexander Yurchenko
2006-01-04missing zeroMartin Reindl
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2006-01-04regenBrad Smith
2006-01-04betterBrad Smith
2006-01-04regenBrad Smith
2006-01-04- add 2 SiS PCI to PCI bridgesBrad Smith
2006-01-04regenBrad Smith
2006-01-04rename 8111 ACPI to 8111 PowerBrad Smith
2006-01-04driver for the nvidia nforce2/3/4 smbus controller.David Gwynne
2006-01-04update comment to match what the code does as of rev 1.149.Brad Smith
2006-01-03Add UFS2 softdep bits, okay tedu@Pedro Martelletto
2006-01-03Revert part of the previous committed by mistake.Alexander Yurchenko
2006-01-03Correct interrupt type check. Pointed out by kettenis@, thanks.Alexander Yurchenko
2006-01-03Try to prevent red stating the machine on a misaligned user space stack byMark Kettenis
2006-01-03Be careful not to change any registers.Mark Kettenis
2006-01-03Make #undef match its temporary #define.Miod Vallat
2006-01-03work in progress on the Apple Sudden Motion Sensor found in recentXavier Santolaria
2006-01-03remove duplicate comment;Jason McIntyre
2006-01-03m_pullup the same amount we copied, not just the IP header.Marco Pfatschbacher
2006-01-03Fix UFS2 detection by looking for the super-block at every possiblePedro Martelletto
2006-01-03Use "official" chip part names/numbers for matching.Mark Kettenis
2006-01-02Check db_console before entering ddb.Miod Vallat
2006-01-02Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexecMiod Vallat
2006-01-02Faster signal trampoline code for m88k: instead of pushing everything onMiod Vallat
2006-01-02Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT.Miod Vallat
2006-01-02No need to check for P_INMEM in process_set_pc() and process_sstep(), as theseMiod Vallat
2006-01-02Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), andMiod Vallat
2006-01-02Kill enablertclock.Miod Vallat
2006-01-02fix typo in commentTom Cosgrove
2006-01-02add the 82801E SMBus controller id.Brad Smith
2006-01-02use the correct format string directive %llu instead of "%ull".Reyk Floeter
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2006-01-02regenJonathan Gray
2006-01-02Make this generate code with ansi function declarations.Jonathan Gray
2006-01-02mostly style nits; from kent@netbsd.org.Federico G. Schwindt
2006-01-02use pci_matchbyid.Brad Smith
2006-01-02fix some typos and add open/close code of sync pipe, disabled for now.Federico G. Schwindt
2006-01-02make mixer names compatible with other audio devices. from kent@netbsd.orgFederico G. Schwindt