Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-05 | remove some ancient crud from the "modern machine" floppy | Theo de Raadt | |
2001-12-05 | match on Symbol's Spectrum24 pcmcia/prism2, form netbsd | Michael Shalayeff | |
2001-12-05 | add simpletech spectrum24, from netbsd | Michael Shalayeff | |
2001-12-05 | I don't know who is to blame, heko@ for bOrking this, or myself to have not | Miod Vallat | |
noticed for so long... | |||
2001-12-05 | sync | Christian Weisgerber | |
2001-12-05 | Add AdLib MSC 16 PnP. | Christian Weisgerber | |
From Georg Schwarz <georg.schwarz@iname.com>; ok deraadt@ | |||
2001-12-05 | change KMEMPAGES back to 64M, 128M does not work on large memory machines. | Dale Rahn | |
ok art@ | |||
2001-12-05 | If we assume (just pure speculation) that there will be a pmap sometime in | Artur Grabowski | |
the future that wants to allocate pv entries for every pmap_enter and wants to allocate those pv entries from kmem_map, it might be a good idea to init the kmem_map before initializing the kmemusage struct (because kmemusage allocates memory). | |||
2001-12-05 | Put back to the old KMEM size, until we can increase this and have it work | Dale Rahn | |
on large memory machines. | |||
2001-12-05 | calculate and use nkmempages, not NKMEMCLUSTERS. | Artur Grabowski | |
2001-12-05 | Remove NKMEMCLUSTERS. | Artur Grabowski | |
2001-12-05 | VM_KMEM_SIZE no longer needed. | Artur Grabowski | |
2001-12-05 | Change pcache_flush_line to pcache_flush_page since this is the only way | Artur Grabowski | |
we use the function. At the same time fix the pte pool backend functions to allocate and map the memory themselves. | |||
2001-12-05 | kill ugly spaces | Michael Shalayeff | |
2001-12-05 | unsmoke radium | Michael Shalayeff | |
2001-12-05 | add radiotack defs | Michael Shalayeff | |
2001-12-05 | update for radio drivers from tm@oganer.net und jumbo@narod.ru | Michael Shalayeff | |
2001-12-05 | KNF whack | Theo de Raadt | |
2001-12-05 | choose one AC97 name and stick with it a bit more often | Theo de Raadt | |
2001-12-05 | Same stuff as cgthree: | Jason Wright | |
- fix initialization so that the cursor is initialized to be in the same place the prom left it. - remove some trial and error #if 0 stuff - fix copyo's in a2int() - ditch *_romcursoraddr for a direct call to romgetcursoraddr() - allow this to attach (without panic()) if it is not the console. | |||
2001-12-05 | - fix initialization so that the cursor is initialized to be in the same | Jason Wright | |
place the prom left it. - remove some trial and error #if 0 stuff - fix copyo's in a2int() - ditch *_romcursoraddr for a direct call to romgetcursoraddr() - allow this to attach (without panic()) if is is not the console. | |||
2001-12-05 | Enable MSCP disk support, since although untested due to lack of | Hugh Graham | |
hardware, it's possible this is working... | |||
2001-12-05 | sync with netbsd. untested. | Hugh Graham | |
2001-12-05 | nuke rominterpret and update romgetcursoraddr() to work on sparc64; based on ↵ | Jason Wright | |
NetBSD work. | |||
2001-12-05 | Make OF_interpret() work correctly; based on NetBSD fix, but maintaining | Jason Wright | |
old OF_interpret(cmd, nreturns, ...) prototype (why/where/when would you need nargs anyway?) | |||
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos | |
date: 2000/02/11 19:22:52; author: thorpej; Add some very simple code to auto-size the kmem_map. We take the amount of physical memory, divide it by 4, and then allow machine dependent code to place upper and lower bounds on the size. Export the computed value to userspace via the new "vm.nkmempages" sysctl. NKMEMCLUSTERS is now deprecated and will generate an error if you attempt to use it. The new option, should you choose to use it, is called NKMEMPAGES, and two new options NKMEMPAGES_MIN and NKMEMPAGES_MAX allow the user to configure the bounds in the kernel config file. | |||
2001-12-05 | Make DEBUG not default, and make the default compile | Niklas Hallqvist | |
2001-12-05 | Oops forgot to regen. | Artur Grabowski | |
2001-12-05 | Break out the part that lowers v_holdcnt in brelvp into an own function | Artur Grabowski | |
and make it and vhold into public interfaces. | |||
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller | |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski | |
Today we add a pmap argument to pmap_update() and allocate map entries for kernel_map from kmem_map instead of using the static entries. This should get rid of MAX_KMAPENT panics. Also some uvm_loan problems are fixed. | |||
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski | |
the filesystem if we're allowed to mmap the file. | |||
2001-12-04 | Add declaration of "state" to _simple_lock_assert(). Since it is | Todd C. Miller | |
an int this can safely be omitted but it is bad style to do so. Closes PR 2223. | |||
2001-12-04 | commented out entry for cgthree | Jason Wright | |
2001-12-04 | skeleton driver for cgthree (at the same point as cgsix) | Jason Wright | |
2001-12-04 | enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@ | lebel | |
2001-12-04 | remove direct entry points for bwtwo, cgfourteen, cgsix, cgthree, and tcx | Jason Wright | |
2001-12-04 | Now that we found the bug, go back to not stop on SPL NOT LOWERED.. | Niklas Hallqvist | |
2001-12-04 | add commented out entries for cgsix at sbus and wsdisplay at cgsix | Jason Wright | |
2001-12-04 | add stuff for wsdisplay | Jason Wright | |
2001-12-04 | wscons driver for cgsix (based on vgafb from macppc and cgsix from sparc) | Jason Wright | |
Still kinda ugly, but seems to work. | |||
2001-12-04 | more bits defs; from netbsd | Michael Shalayeff | |
2001-12-04 | FREE_LOCK_INTERLOCKED drops the lock owner without changing lock "state". | Artur Grabowski | |
ACQUIRE_LOCK_INTERLOCKED set the owner back without validating that the state is ok. This could lead to changed states and FREE_LOCK could set spl to any random value. Try to preserve the state of the lock. XXX - all this locking in the code is insane. all this debugging code breaks stuff. | |||
2001-12-04 | regen | Michael Shalayeff | |
2001-12-04 | compaq smart array 5* series, from freebsd's ciss(4) | Michael Shalayeff | |
2001-12-04 | missing \n | Michael Shalayeff | |
2001-12-04 | part of i386 isr patches; OK niklas@ | Marco S Hyman | |
2001-12-04 | Do not fail on an existing but empty version file | Niklas Hallqvist | |
2001-12-04 | New try at a level based irq system. | Niklas Hallqvist | |
2001-12-03 | reason int -> u_short. From Mike Pechkin. | Daniel Hartmeier | |