summaryrefslogtreecommitdiff
path: root/sys/arch
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-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-02s/TOOLDIR/EETOOLDIR/uch
2002-01-02sync with uhidev change.uch
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-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-02Use the right I/O addresses for the ISA radio cards.augustss
2002-01-02Add (commented out) udsbr.augustss
2002-01-02pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list,chs
2002-01-01merge in a bit from the MP branch to cut down on LOCKDEBUG spew:chs
2002-01-01Make mr pci attachment conform.augustss
2002-01-01Add (commented out) radio card support. From OpenBSD.augustss
2002-01-01Add entry for PC Weasel/PCI.hpeyerl
2002-01-01Fix typo in comment.skrll
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-31save and restore sprg[0-3] when calling openfirmwaredbj
2001-12-31handle have_address=TRUEdbj
2001-12-31Make the same change to icache/dcache size calculation as was done to ecache.matt
2001-12-31add <sys/systm.h> (for libkern.h) now that -ffree-standing is in effectlukem
2001-12-31Now that sbus_bus_mmap was converted to do the proper addressuwe
2001-12-31clarify usage. idea from david obrien.mrg
2001-12-31When determining ecache size, try using ecache-size. if it doesn't exist,matt
2001-12-30allow ddb access to lr, ctr, cr and xer registers when not on PPC_IBM4XXdbj
2001-12-30remove unused variable in kgdb_accdbj
2001-12-30In cpu_fork() set tf_npc as well in case a signal is taken in child_return()pk
2001-12-30Change interface between cpu_fork() and proc_trampoline() so that `tf_pc'pk
2001-12-30add -Os to COPTS after <bsd.prog.mk> is pulled in rather than addinglukem
2001-12-30Uncomment uhidev, since other entries depend on it.wiz
2001-12-30Make uhidev change.augustss
2001-12-30BUGFIX: It allocated only 44 bytes for hpcapm while the device neededtakemura
2001-12-29Commented out the line which install interrupt handler because sg2comtakemura
2001-12-29We also need the i386 header files; descend into ../i386/include tothorpej
2001-12-29Added debugging output indicating details of interrupt register setting.takemura
2001-12-29Added sg2com(SigmarionII sertial).takemura
2001-12-29Add a linker script for the NetBSD/x86_64 kernel; provides _etextthorpej
2001-12-28Update for new uhidev device attachment.augustss
2001-12-28Add PPPoE to all generic kernels that should be able to use it.martin
2001-12-28Fix some register constraints; specifically, the "port" operand,thorpej
2001-12-28Fix the definition of ELF32_MACHDEP_ENDIANNESS.thorpej
2001-12-28R4000/R4400 always detects virtual alias as ifshin