summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-20Define an empty pmap_collect().Miod Vallat
2006-06-20regenJonathan Gray
2006-06-20Promise PDC20775, from Aaron Linville.Jonathan Gray
2006-06-20add the BCM5755 and BCM5787 ASICs to the appropriate macros.Brad Smith
2006-06-20pack wwn fields into struct better; ok marco krwTheo de Raadt
2006-06-19Shave 900 bytes off ramdisk kernels (before compression) by not includingMiod Vallat
2006-06-19Be more strict in the probe routines and actually check ca_nintr andMiod Vallat
2006-06-19Remove redundant test in uni_n_config() as well as an unused softc member;Miod Vallat
2006-06-19oops, forgot \n at end of kqueue lines; Nicholas MarriottTheo de Raadt
2006-06-19Factor for disk size is /2. Odd but tested on all mfis I have.Marco Peereboom
2006-06-19Appease the printf gods here tooMiod Vallat
2006-06-19Since a part of the nvram may be write-protected on some machines, checkMiod Vallat
2006-06-19Everytime one forgets an argument in a printf-like function call, God killsMiod Vallat
2006-06-19a little .Xr;Jason McIntyre
2006-06-19add -c to usage() and synopsis;Jason McIntyre
2006-06-19we can fit all four ral firmwaresTheo de Raadt
2006-06-19sort usage();Jason McIntyre
2006-06-19tweak the -S stuff;Jason McIntyre
2006-06-19Allocate bus_dma memory from kernel_map, not kmem_map.Miod Vallat
2006-06-19Real kvm routines for vax; allows ``target kvm'' to work in gdb for kernelMiod Vallat
2006-06-19Reset pcb_onfault around uvm_fault() calls.Miod Vallat
2006-06-19Some markup/content errors. Found by Marc Winiger <mw@msys.ch>. ok jmc@Marc Balmer
2006-06-19permissable -> permissible. ok jmcSteven Mestdagh
2006-06-19Make a BGI (Back Ground Init) a scrub instead of rebuild.Marco Peereboom
2006-06-19Add hot spare support.Marco Peereboom
2006-06-19Remove the no longer needed date/time calculations.Marc Balmer
2006-06-19remove the no longer needed time calculations now that we have them inMarc Balmer
2006-06-19Don't sleep and then say we're going to sleep -- do it the other wayMichael Knudsen
2006-06-19and this goes awayTheo de Raadt
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-19Do not bother initializing the rfact member of `struct sensor'; it is on itsMark Kettenis
2006-06-19Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-06-19Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-06-19unbreak the code if compiled with IEEE80211_DEBUG by using the rightReyk Floeter
2006-06-19if at startup a given group has carpdemote == 0, we don't do carp demotion.Henning Brauer
2006-06-19Remove freebsdism.Michael Knudsen
2006-06-19Unbreak the tree. The code to set and unset the RTF_MPATH bit on all multipathClaudio Jeker
2006-06-19add the new ASIC revs to the bge_majorrevs table.Brad Smith
2006-06-19add new PCI ids.Brad Smith
2006-06-19Close a race in the interrupt handler code.Dale Rahn
2006-06-19some new ASIC revisions.Brad Smith
2006-06-19kill local and remote callback and just have one called fileproc.Joris Vink
2006-06-19regenBrad Smith
2006-06-19add some more Broadcom Gig PCI ids.Brad Smith
2006-06-19pcn no longer fits, sighTheo de Raadt
2006-06-19Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() areKenneth R Westerback
2006-06-18Make mpi not spit out WWNN and WWPN as requested by deraadt and dlg. DoMarco Peereboom
2006-06-18Fix memleak; From Coverity Scan, CID 3135.Jasper Lievisse Adriaanse
2006-06-18tsk, tsk, tsk... the rule is simple: any define consisting ofOtto Moerbeek
2006-06-18s/memcmp/IEEE80211_ADDR_EQ/Damien Bergamini