summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
1999-11-16Optimize the case of writing to /dev/zero like we do in for /dev/nullArtur Grabowski
1999-11-13from chuq@chuq.com: several fixes to copy{in,out,}str() from charlesTheo de Raadt
1999-11-12Break out the allocation of pv entries and 4m pagetables into functions.Artur Grabowski
1999-11-11General cleanup of pmap.Artur Grabowski
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
1999-11-05MACHINE_NEW_NONCONTIG is now default even without uvm.Artur Grabowski
1999-11-05Since we no longer allocate the iommu page tables in pmap_bootstrap, we canArtur Grabowski
1999-11-05Move the allocation of iomme ptes to iommuattach (where it belongs).Artur Grabowski
1999-11-05remove some #if 0 code that will never be enabled anywayArtur Grabowski
1999-10-29Remove dead code.Artur Grabowski
1999-10-29Use UVM by default on sparc.Artur Grabowski
1999-09-29some SUN4* ifdefsArtur Grabowski
1999-09-20delay for longer after each zsputcTheo de Raadt
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski
1999-09-07print priJason Wright
1999-09-07update the comment about how the srmmu works (some names were wrong)Artur Grabowski
1999-09-07allow powerdown via tctrl driver for tadpole; from NetBSDJason Wright
1999-09-07add tadpole microcontroller device driver; from NetBSDJason Wright
1999-09-06unbreak pmap_enterArtur Grabowski
1999-09-06unbreak things after the pmap_enter changeArtur Grabowski
1999-09-06remove debugging cruftJason Wright
1999-09-06p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd'sJason Wright
1999-09-05use small font if size <= 800x600 (was if size < 800x600)Jason Wright
1999-09-05support for the "short" mouse protocol on tadpole; from netbsdJason Wright
1999-09-03in pmap_enter4m use access_type to set the initial mod/ref flags on the pvArtur Grabowski
1999-09-03use setpgt4m for the initial mappings too, not that it really matters sinceArtur Grabowski
1999-09-03We have to set the pagetable pointers with the atomic swap instruction.Artur Grabowski
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-29simplfy attachment of fvme childrenJason Wright
1999-08-24Opps. forgot this in the last uvm updateArtur Grabowski
1999-08-21definitions needed by sbin/kbd/kbd_sparc.cMats O Jansson
1999-08-20cleanup pmap_enk4mArtur Grabowski
1999-08-20in pv_link4m malloc can sleep. Make the malloc earlier and check ifArtur Grabowski
1999-08-20uninitialized variable; art@Jason Wright
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-08-17mem_access_fault4m: init ftype earlier to avoid passing junk to trapsignalArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-08-06reformat and simplify a littleJason Wright
1999-08-06take advantage of new interrupt handler #ifdef AUDIO_C_HANDLERJason Wright
1999-08-06revamp interrupt handler to allow for return values:Jason Wright
1999-07-25move around ioctl definitionsJason Wright
1999-07-23add fga, daadio, fvme, scf, flash for FORCE boards (commented out)Jason Wright
1999-07-23Drivers for the FORCE CPU-5V:Jason Wright
1999-07-20don't cache pagetables on microsparc 1 either. From NetBSDArtur Grabowski
1999-07-20add support for "floating accent" and compose. -mojMats O Jansson
1999-07-18print layout as %x, to match kbd(8)Theo de Raadt
1999-07-18Add code to support none us keyboards in kernel. -mojMats O Jansson
1999-07-18rf support; m4@umn.eduTheo de Raadt
1999-07-14put sub-class of architecture in SVR4_SI_PLATFORMTheo de Raadt
1999-07-09oops. missed a fewArtur Grabowski