Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-11 | Work in progress SMP code; mvme88k boards can spin up secondary CPUs, | Miod Vallat | |
kernel boots single user. Still a lot of polishing and bugfixing to do. | |||
2005-12-11 | Remove unused includes. | Miod Vallat | |
2005-12-11 | Factorize soft interrupt code between luna88k and mvme88k. | Miod Vallat | |
2005-12-11 | Fix ROMCR defines. | Miod Vallat | |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat | |
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@ | |||
2005-12-11 | Fix mixer for machines that have lineout and/or don't have headphone. | Mark Kettenis | |
ok joris@ | |||
2005-12-11 | Remove some dead code spotted by lint. | Kenneth R Westerback | |
ok miod@ deraadt@ | |||
2005-12-11 | On halt, wait for a keypress on the console and reboot; allows one to have | Miod Vallat | |
the BUG set to auto-boot and not lose the machine upon halting. Requested by deraadt@ and nick@ long ago. | |||
2005-12-11 | add a few Intel PCI-ISA bridges. | Brad Smith | |
2005-12-10 | Only initialize the CMMUs tied to our running CPU on startup. | Miod Vallat | |
Tested on luna88k and mvme88k. | |||
2005-12-10 | Just poll for PMU_INT_ADB_AUTO and PMU_INT_ADB interrupts when resetting | Pedro Martelletto | |
the device, should fix a huge delay attaching adb(4) on some boxes, thanks to everyone who tested, okay deraadt@. | |||
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat | |
2005-12-10 | , after end of last enum entry is bogus | Theo de Raadt | |
2005-12-10 | Kill MCA related includes. | Kenneth R Westerback | |
ok deraadt@ | |||
2005-12-09 | Add support for cpu voltage slewing. | Mark Kettenis | |
2005-12-09 | Add hook for voltage slewing the G5. | Mark Kettenis | |
"figure you should just commit" drahn@ | |||
2005-12-09 | Drop clause 3/4 as per i386 version. | Jonathan Gray | |
ok aaron@ (Copyright holder). | |||
2005-12-09 | disable ipmi in GENERIC until such times as it works everywhere | Bob Beck | |
2005-12-08 | Remove unused pcbb define. | Miod Vallat | |
2005-12-08 | Do not reset the IPL of the new process context frame in cpu_fork(). | Miod Vallat | |
2005-12-07 | Better use of the scheduler lock; no functional change on UP kernels. | Miod Vallat | |
2005-12-07 | Sprinkle holds and releases of the kernel lock whenever necessary; no functional | Miod Vallat | |
change for UP kernels. | |||
2005-12-07 | Add dsdt to GENERIC | Jordan Hargrave | |
keep disabled 'dsdt' for now ok marco@ | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-12-06 | typo | Pedro Martelletto | |
2005-12-05 | Remove duplicate declaration. | Miod Vallat | |
2005-12-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler | |
- Don't clobber perflevel, instead leave it to the user requested value. precise description and ok drahn@ :) | |||
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat | |
2005-12-04 | In the 188 interrupt handler, only fiddle with the PSR once in the main loop. | Miod Vallat | |
2005-12-04 | Slight cmmu code cleanup; use shorter function names, remove parity_enable | Miod Vallat | |
and the DDB and DEBUG helpers which are of questionable usefulness, some stylistic changes. | |||
2005-12-04 | Simplify ptrace branch handling code. | Miod Vallat | |
2005-12-04 | Oops, simplelock leftover. | Miod Vallat | |
2005-12-03 | splimp -> splhigh | Brad Smith | |
From NetBSD ok miod@ | |||
2005-12-03 | splimp -> splvm | Brad Smith | |
ok miod@ | |||
2005-12-03 | Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking, | Miod Vallat | |
for the MULTIPROCESSOR case. | |||
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat | |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat | |
2005-12-03 | Dissociate pmap locks and spl usage; code will now do explicit spl processing | Miod Vallat | |
in addition to pmap locking; no functional change. | |||
2005-12-03 | Remove unused debug material. | Miod Vallat | |
2005-12-03 | intstack does not need to be visible from C code anymore. | Miod Vallat | |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback | |
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change. ok miod@ | |||
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat | |
much, much, much shorter name. It is only used to print cpu revision anyway... | |||
2005-12-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat | |
on all running processors. Tested aoyama@ and I | |||
2005-12-02 | Better choice of types for struct pmap members and cmmu functions; | Miod Vallat | |
no functional change. | |||
2005-12-02 | Fix a few instruction display glitches. | Miod Vallat | |
2005-12-02 | add registers for 4 new clocks | Theo de Raadt | |
2005-12-02 | no 91Mhz mode for now, because the OSCR0 does not run in low-power mode; | Uwe Stuehler | |
found after prodding by deraadt@ | |||
2005-12-01 | Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary. | Miod Vallat | |
2005-12-01 | Do not depend on MAX_CPUS being 4. | Miod Vallat | |
2005-12-01 | fix #endif crud | Theo de Raadt | |