summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2000-07-11NKDD? no -- NKBD, bad mjacobTheo de Raadt
2000-07-10regenMichael Shalayeff
2000-07-10a few more boards, different sourcesMichael Shalayeff
2000-07-08oops, revert to correct versionMarco S Hyman
2000-07-08#audio -> #audio*Marco S Hyman
2000-07-08Fix CVS id fields.Dale S. Rahn
2000-07-08More useful panic message. Improves debugging slightly.Dale S. Rahn
2000-07-08Process memory ranges found in the openfirmware device tree by amountDale S. Rahn
2000-07-07Use b_cylinder instead of a homebrew define.Artur Grabowski
2000-07-07esp files commented out for now, since the MI esp driver was added.Dale S. Rahn
2000-07-07Updates from a newer version of the NetBSD driver.Dale S. Rahn
2000-07-07Support config type 2 as required for proper uni-north pci config cycles.Dale S. Rahn
2000-07-07Since it is possible for the interrupt controller to be configured lateDale S. Rahn
2000-07-07Additional bus defines, required to build ahc driver. ahc not quite workingDale S. Rahn
2000-07-07Fix some spl handling.Artur Grabowski
2000-07-07Convert spl* on sparc to be raising-only.Artur Grabowski
2000-07-06Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD;Federico G. Schwindt
2000-07-06dummy me, forgot \n in panic->printf transitionMichael Shalayeff
2000-07-06don't panic for nothingMichael Shalayeff
2000-07-06Add ICU 82801AA_LPC (as on the OR840 motherboard).Hakan Olsson
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-06#ifndef MSGBUFSIZE, ok niklas@Eric Jackson
2000-07-06Fix pmap_activate and activation of theArtur Grabowski
2000-07-06Make the handling of going into ddb from the console more like theArtur Grabowski
2000-07-06Don't include <vm/vm.h> twice. (art@ ok)Hakan Olsson
2000-07-06Enable CardBus per Theo's request, so we can iron out the wrinkles faster. AlsoAaron Campbell
2000-07-06Use isp_handle_index functions. Reorder when things getmjacob
2000-07-06printf %sTodd T. Fries
2000-07-05fix commentMichael Shalayeff
2000-07-05missing semicolonMichael Shalayeff
2000-07-05convert these config's to use asc as wellEric Jackson
2000-07-05change these to use asc as wellEric Jackson
2000-07-05change the esp scsi driver name to asc as not to conflict withEric Jackson
2000-07-05make dmesg work on alphaEric Jackson
2000-07-05Decouple memory access functions from db_interface.c so they can beHugh Graham
2000-07-05Add a breakpoint() inline for use with KGDB.Hugh Graham
2000-07-05Fix spl-handling in cnstart.Artur Grabowski
2000-07-05Change splsoftclock to spltty. spltty is probably too paranoid, but it'sArtur Grabowski
2000-07-05OpenBSD-tagArtur Grabowski
2000-07-05Sigh, scrr_len represents the length of the scrolling region, not the end ofAaron Campbell
2000-07-04missing splxArtur Grabowski
2000-07-04Missing splx.Artur Grabowski
2000-07-04Add a missing splx in intr_fasttrap.Artur Grabowski
2000-07-04fix uvisor entry.Federico G. Schwindt
2000-07-04add uvisor and clcs, both commented out.Federico G. Schwindt
2000-07-04Cleaner spl handling in userret.Artur Grabowski
2000-07-04Make dmesg and /kern/msgbuf work on pmax. Thanks art@ for help with mem.c. ok...Mats O Jansson
2000-07-03esp define was moved to conf/filesEric Jackson