summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-08-29postpone bzero buffer on paddingMichael Shalayeff
1998-08-29merge PDC/IODC calls infoMichael Shalayeff
1998-08-29fix {KERNEL,RESET}_PSWMichael Shalayeff
1998-08-29TLB stats definitionsMichael Shalayeff
1998-08-29tabs vs space; hptmask definitionMichael Shalayeff
1998-08-29m-include protectionMichael Shalayeff
better trap names remove garbage
1998-08-29reduce code limitMichael Shalayeff
add new_noncontig definitions syscall gateway define
1998-08-29add delay() and trap() protosMichael Shalayeff
1998-08-29fix entry/exit macrosMichael Shalayeff
add profiling support s/ptov/hptmask/ fix comments
1998-08-28some float/double/ldouble infoMichael Shalayeff
1998-08-28some MD setjmp-related infoMichael Shalayeff
1998-08-28o added link negotiationJason Wright
o sun4c support (XXX: will be revised)
1998-08-27ksymsTheo de Raadt
1998-08-27Undo changes which were not discussed.Theo de Raadt
1998-08-27defopt NTPMichael Shalayeff
1998-08-26First cut at qec+be support. Works in 10mbit/half duplex mode.Jason Wright
Removed qec+be dependency on stp2002.
1998-08-26o Fix up address rangesJason Wright
o Added qec_translate for translating addresses of prom children o Added qec_reset to do a generic reset of the card
1998-08-25Provision for mask or no mask modePer Fogelstrom
1998-08-25More interrupt changesPer Fogelstrom
1998-08-25PolishPer Fogelstrom
1998-08-25Add badaddr() and fix faultbuf handlingPer Fogelstrom
1998-08-25Mapping stuff v.i 4ePer Fogelstrom
1998-08-25Faultbuf modsPer Fogelstrom
1998-08-25Use symbolic namesPer Fogelstrom
1998-08-25Use symbolic namesPer Fogelstrom
1998-08-25Make faultbuf a structPer Fogelstrom
1998-08-25Local macroPer Fogelstrom
1998-08-25CleanupPer Fogelstrom
1998-08-25Add a few defines and change some.Per Fogelstrom
1998-08-25Fix a couple of spl errors - spotted by Dale and me.Per Fogelstrom
1998-08-25clear softints when they are taken, by the time hwpend as used, it was zeroed.Dale S. Rahn
1998-08-25have two areas to store irq counts, one for hardinterrupts, one for softDale S. Rahn
(delayed) interrupts. The 82378 does not seem to like a nonspecific EOI with the vector supplied, so do the specific EOI. Now getting reasonable hard interrupt counts.
1998-08-24reorganizekstailey
1998-08-24use new audiokstailey
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-23crank max data size from 64 to 128 megMarco S Hyman
1998-08-23ofnet driver does not work with bpf.Dale S. Rahn
1998-08-23Code to maintain edge/level in the isa interrupt driver.Dale S. Rahn
Use the pci iack cycle to determine interrupt cause instead of polling the chip. Probably could use some more work.
1998-08-23optimize declaration of "union sigval sv"kstailey
1998-08-22Various changes to allow mixing of ofw drivers and real drivers.Dale S. Rahn
NCR driver seems to work. Major changes are isa can be child of pci or mainbus. ofroot is child of mainbus not root. ofw bus configured before pci bus Note that if a pci device configures accessing of driver will crash the system. they need to be exclusive.
1998-08-22Changes to get a at least mostly working kernel debugger.Dale S. Rahn
Need to get symbol support in the loader too.
1998-08-22fixed Makefiles. Removed reference to libgcc.aSteve Murphree
1998-08-22fixed bugargs and lots of stuff regaurding netboot.Steve Murphree
1998-08-22Major cleanup of stand directory.Steve Murphree
1998-08-22Forgot this one. :-)Steve Murphree
1998-08-22Fixed command line args. VID Volume ID is now M88K.Steve Murphree
1998-08-22Fixed display error.Steve Murphree
1998-08-22working netboot.Steve Murphree
1998-08-22Initial import of bootxx.Steve Murphree
1998-08-22New libsa.Steve Murphree