summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-01-02if pm_adb_op times out waiting for an interrupt, attempt to takedbj
2002-01-02defer attaching akbd as console until after it hasdbj
2002-01-02Set sc_framesize to a reasonable value early on so that DEBUG codead
2002-01-02Get rid of a few stray __P().augustss
2002-01-02More whitespace fixes from FreeBSD.augustss
2002-01-02Fix a typo.thorpej
2002-01-02Need <sys/systm.h> for ffs() prototype (noticed by gcc 3.1).thorpej
2002-01-02VR41XX/TX3922 common kernel.uch
2002-01-02fix typo in comment.uch
2002-01-02fix bootstrap stack violation.uch
2002-01-02fix memory probe sequence.uch
2002-01-02when bootinfo has no framebuffer information, don't attach bicons.uch
2002-01-02s/TOOLDIR/EETOOLDIR/uch
2002-01-02sync with uhidev change.uch
2002-01-02Change the probe code. You cannot unmap bus space and then use it.augustss
2002-01-02int128_t and u_int128_t are wrapped in defined(_KERNEL) && defined(MIPS3_5900)uch
2002-01-02_intr_suspend and _intr_resume declarations are moved to intr.h.uch
2002-01-02R5900 short-loop bug.uch
2002-01-02Fix another descriptor parsing bug. Thanks to Tero Kivinen foraugustss
2002-01-02BUGFIX: sg2com isn't attached as a console device if it is a console.takemura
2002-01-02make this hostprog friendly.mrg
2002-01-02- add a -i path-to-installboot optionmrg
2002-01-02Add missing newline.augustss
2002-01-02Use the right I/O addresses for the ISA radio cards.augustss
2002-01-02Fix typos.augustss
2002-01-02Move debug define.augustss
2002-01-02Add udsbr.augustss
2002-01-02Add (commented out) udsbr.augustss
2002-01-02Add udsbr(4), a D-Link DSB-R100 FM radio (untested).augustss
2002-01-02Support detach.augustss
2002-01-02in uvm_fault_unwire_locked(), if we find that a pmap entry is missing,chs
2002-01-02pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list,chs
2002-01-01Add radio names.augustss
2002-01-01merge in a bit from the MP branch to cut down on LOCKDEBUG spew:chs
2002-01-01redo part of the last commit.chs
2002-01-01Make mr pci attachment conform.augustss
2002-01-01Add (commented out) radio card support. From OpenBSD.augustss
2002-01-01Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popovaugustss
2002-01-01Regen.augustss
2002-01-01Add a radio card.augustss
2002-01-01Add entry for PC Weasel/PCI.hpeyerl
2002-01-01Add stanza for PC Weasel/PCI.hpeyerl
2002-01-01Watchdog back-end driver for PC Weasel/PCI serial console and remotehpeyerl
2002-01-01Fix typo in comment.skrll
2002-01-01Add a missing subclass definition.augustss
2002-01-01Happy New Year!perry
2002-01-01boost up default times for when clocks are insane (as we do every few years.)perry
2002-01-01Remove the call to abort(). We don't pull in a prototype for it,thorpej
2001-12-31introduce a new UVM fault type, VM_FAULT_WIREMAX. this is differentchs
2001-12-31Labels must be followed by statements.thorpej