summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-03-21Fix TSS fault handling.Tobias Weingartner
1999-03-17do not toast later swdevt[] entriesTheo de Raadt
1999-03-17sd3b tooTheo de Raadt
1999-03-17cleanup default swap devices (MAXPARTITIONS)Theo de Raadt
1999-03-17proper formatting for dmesgTheo de Raadt
1999-03-17ispTheo de Raadt
1999-03-17complete update of ISP driver- Finally enabled for sparcmjacob
1999-03-17Add in a real working isp_sbus.cmjacob
1999-03-16Reflect realityThorsten Lockert
1999-03-16K6-3Theo de Raadt
1999-03-15on cypress, disable write caching for nowTheo de Raadt
1999-03-13If a program crashes due to a "program" exeception, dump additionalDale S. Rahn
information as to why, illegal instruction, floating point, ...
1999-03-12reference docJason Wright
1999-03-12Additional pic related change, not currently used by powerpc port.Dale S. Rahn
1999-03-11ne* fixupsTheo de Raadt
1999-03-11wb(4) fits on RAMDISKTheo de Raadt
1999-03-11add wbJason Wright
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-09add more 'cc' usage, actually overestimating gcc's smartness; also fix ↵Michael Shalayeff
currently unused bus macros. kids tested mother approved
1999-03-09Add support for disabling the processor serial number on the P3.Jason Downs
1999-03-08Add support for CPUID level 2. This is used to determine the L2 cache sizeJason Downs
on Intel processors; print out the correct CPU name and cache size at boot. Also clean up the feature flags, including PPro errata.
1999-03-08Tweak horizontal frequency higher so that fringe case (basic SVGA + oldMarc Espie
picassoII) work.
1999-03-07disable isp, enable adw/mx/vrTheo de Raadt
1999-03-05Add forgotten file, espie@ has checked it compilesNiklas Hallqvist
1999-03-05CS4232 hack goes awayTheo de Raadt
1999-03-05room for few more devicesTheo de Raadt
1999-03-05no isp yetTheo de Raadt
1999-03-04note com/lpt chipset usedMichael Shalayeff
1999-03-04isapnp wss supportTheo de Raadt
1999-03-04pn* now fits...Theo de Raadt
1999-03-03rework check_eh() so that it is bridge awareJason Wright
1999-03-03unsigned vs. signed nitJason Wright
1999-03-03pull in some viking stuff from NetBSD; delay use of CPUFLG_CACHEPAGETABLESJason Wright
if VIKING_PCR_TC isn't set.
1999-03-02TypoMarc Espie
1999-03-01add checks for if_bridge (in addition to if_bpf)Jason Wright
1999-03-01led driver support for 4/[1236]00 machinesJason Wright
1999-03-01Add extra pixel to 'l', so that it no longer looks like a '|'Marc Espie
1999-02-28conditionalize use of sbus_testdma()Jason Wright
1999-02-28new boxkstailey
1999-02-28do not APMDEBUG ramdisk floppy, it is very noisyTheo de Raadt
1999-02-28permit swap on wd0b and sd0b, for swaponTheo de Raadt
1999-02-28DEBUG should not affect apm.cTheo de Raadt
1999-02-28compensate for check on unicast packets rx'd in promisc mode being movedJason Wright
to ether_input().
1999-02-26deal with uvm. Mostly name changes.Artur Grabowski
1999-02-26change pmap_{de,}activate to take a struct proc *.Artur Grabowski
XXX - This should be done to other archs, but since nothing (except uvm) uses it right now, the interface will be changed there when support for uvm is added.
1999-02-26cnt.foo -> uvmexp.barArtur Grabowski
vm_fault -> uvm_fault
1999-02-26some allocation changes, name changes, etc for uvmArtur Grabowski
1999-02-26add kcopy (uvm)Artur Grabowski
cnt.foo -> uvmexp.bar kmem allocation changes for uvm
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26some uvm constantsArtur Grabowski