index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
Age
Commit message (
Expand
)
Author
1999-12-08
make sure video timing is enabled (not always done by prom); NetBSD.
Jason Wright
1999-12-07
Use pool to allocate page tables. This has the nice effect that we can uncache
Artur Grabowski
1999-12-07
move .mul and .umul into the kernel. if v8 sparc is detected, replace with
Theo de Raadt
1999-12-01
crank DFLDSIZ to 32MB
Theo de Raadt
1999-11-26
Use round_page instead of some home-made macro.
Artur Grabowski
1999-11-25
In the cases where we are sure what page size we have, define PAGE_SIZE
Artur Grabowski
1999-11-24
No need to set the page size twice
Artur Grabowski
1999-11-22
add empty mmioctl() implementation for new /dev/mem interface for all
Matthieu Herrb
1999-11-22
Far too many things to note- a complete new revision coming in.
mjacob
1999-11-16
Don't allocate vmmap in pmap_bootstrap, allocate it in mmrw when needed.
Artur Grabowski
1999-11-16
Remove duplicate variable definitions.
Artur Grabowski
1999-11-16
No need to do "sp->sg_npte = 0" in an if (sp->sg_npte == 0)
Artur Grabowski
1999-11-16
Opps.. remove stuff that shouldn't be in the last commit.
Artur Grabowski
1999-11-16
Optimize the case of writing to /dev/zero like we do in for /dev/null
Artur Grabowski
1999-11-13
from chuq@chuq.com: several fixes to copy{in,out,}str() from charles
Theo de Raadt
1999-11-12
Break out the allocation of pv entries and 4m pagetables into functions.
Artur Grabowski
1999-11-11
General cleanup of pmap.
Artur Grabowski
1999-11-08
move MI definition of rd into it's MI place also fixing
Michael Shalayeff
1999-11-05
MACHINE_NEW_NONCONTIG is now default even without uvm.
Artur Grabowski
1999-11-05
Since we no longer allocate the iommu page tables in pmap_bootstrap, we can
Artur Grabowski
1999-11-05
Move the allocation of iomme ptes to iommuattach (where it belongs).
Artur Grabowski
1999-11-05
remove some #if 0 code that will never be enabled anyway
Artur Grabowski
1999-10-29
Remove dead code.
Artur Grabowski
1999-10-29
Use UVM by default on sparc.
Artur Grabowski
1999-09-29
some SUN4* ifdefs
Artur Grabowski
1999-09-20
delay for longer after each zsputc
Theo de Raadt
1999-09-10
roundup(foo, NBPG) -> round_page(foo)
Artur Grabowski
1999-09-07
print pri
Jason Wright
1999-09-07
update the comment about how the srmmu works (some names were wrong)
Artur Grabowski
1999-09-07
allow powerdown via tctrl driver for tadpole; from NetBSD
Jason Wright
1999-09-07
add tadpole microcontroller device driver; from NetBSD
Jason Wright
1999-09-06
unbreak pmap_enter
Artur Grabowski
1999-09-06
unbreak things after the pmap_enter change
Artur Grabowski
1999-09-06
remove debugging cruft
Jason Wright
1999-09-06
p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd's
Jason Wright
1999-09-05
use small font if size <= 800x600 (was if size < 800x600)
Jason Wright
1999-09-05
support for the "short" mouse protocol on tadpole; from netbsd
Jason Wright
1999-09-03
in pmap_enter4m use access_type to set the initial mod/ref flags on the pv
Artur Grabowski
1999-09-03
use setpgt4m for the initial mappings too, not that it really matters since
Artur Grabowski
1999-09-03
We have to set the pagetable pointers with the atomic swap instruction.
Artur Grabowski
1999-09-03
Change the pmap_enter api to pass down an argument that indicates
Artur Grabowski
1999-08-29
simplfy attachment of fvme children
Jason Wright
1999-08-24
Opps. forgot this in the last uvm update
Artur Grabowski
1999-08-21
definitions needed by sbin/kbd/kbd_sparc.c
Mats O Jansson
1999-08-20
cleanup pmap_enk4m
Artur Grabowski
1999-08-20
in pv_link4m malloc can sleep. Make the malloc earlier and check if
Artur Grabowski
1999-08-20
uninitialized variable; art@
Jason Wright
1999-08-17
factor out ie device definition; niklas@ ok
Michael Shalayeff
1999-08-17
mem_access_fault4m: init ftype earlier to avoid passing junk to trapsignal
Artur Grabowski
1999-08-17
New cpu_fork API to take a stack in which you point the child's stackpointer
Niklas Hallqvist
[next]