Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-12 | This file isn't used anymore. | Miod Vallat | |
2001-03-12 | Simplify vmapbuf by moving the vm_map_pmap computation off loop (inspired | Miod Vallat | |
by similar code in the sparc port). Compile the diagnostic code in vmapbuf and vunmapbuf only if DIAGNOSTIC is defined. | |||
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat | |
2001-03-12 | Remove dead code related to soft interrupts. | Miod Vallat | |
While there, fix a typo in a panic message. | |||
2001-03-12 | /dev/ksyms support. | Miod Vallat | |
Replace netintr() with netisr_dispatch. Move the location of printf(version) so that it is saved in the message buffer. | |||
2001-03-12 | /dev/ksyms support. | Miod Vallat | |
Declare random source device - makes ssh work on mvme88k at last. | |||
2001-03-12 | /dev/ksyms support. | Miod Vallat | |
2001-03-12 | Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600. | Hugh Graham | |
2001-03-12 | Initial code for UVM. not tested yet... | Steve Murphree | |
2001-03-12 | Adjust the way that media is initialized on DP8390-compatibles; from NetBSD. | Aaron Campbell | |
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok | |||
2001-03-12 | add nsphyter | Jason Wright | |
2001-03-11 | Remove debugging print from last commit. | Dale Rahn | |
2001-03-10 | Support the DOZE low power mode on the appropriate processors. | Dale Rahn | |
This should increase battery life on some systems. | |||
2001-03-09 | enable in kernel configs at 42% | Michael Shalayeff | |
2001-03-09 | kernel will compile with -Werror. Added intr.h | Steve Murphree | |
2001-03-08 | Include <machine/asm_macro.h>, reorder include files list. | Miod Vallat | |
2001-03-08 | Define ff1() as a one-liner assembly inline, rather than a function in | Miod Vallat | |
locore_asm_routines. | |||
2001-03-08 | Forgot to add this file yesterday, as part of the new include files, | Miod Vallat | |
for convenience of drivers. | |||
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2001-03-08 | configure usb devices and raid | Eric Jackson | |
2001-03-08 | Some warning hunting. | Miod Vallat | |
2001-03-08 | Some warning hunting. | Miod Vallat | |
Define new include files for convenience, for use by drivers who can attach either to pcctwo or syscon, or need bug console routines. | |||
2001-03-08 | Some warning hunting. | Miod Vallat | |
2001-03-07 | Correct argument order for branch_taken's callback function. | Miod Vallat | |
2001-03-07 | Fix open comment. | Miod Vallat | |
2001-03-07 | Simplification of the interrupt handler prototype and calling convention: | Miod Vallat | |
they can either ask for a fixed void* argument, or an execution frame, but not both anymore - no handler used this third flavour anyway. Add code for UKC. While there, some warning hunting. | |||
2001-03-07 | Correct the diagnostic code in flush_atc_entry. | Miod Vallat | |
This function may be called for a pmap which is not marked as tied to any cpu, which is acceptable behaviour. While there, some warning hunting. | |||
2001-03-07 | Include <machine/cpu.h> for non-locore code. | Miod Vallat | |
This makes sure code including <machine/param.h> will get prototypes for setsoftXXX macros - there is code in the tree which depends on this. | |||
2001-03-07 | Remove 68k-isms, fix interrupt handler prototypes, warning hunting. | Miod Vallat | |
2001-03-07 | Fix interrupt handler registration and prototypes. | Miod Vallat | |
While there, some warning hunting. | |||
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat | |
callbacks. While there, some warning hunting. | |||
2001-03-07 | Get rid of definitions of ASSEMBLER, LOCORE and such. We will get | Miod Vallat | |
the correct defines from the Makefile now. | |||
2001-03-07 | _KERNEL, not KERNEL, dammit ! | Miod Vallat | |
2001-03-07 | Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. | Miod Vallat | |
2001-03-07 | General cleanup in the kernel compilation process, sync style with | Miod Vallat | |
other ports, add warning flags. | |||
2001-03-07 | ssh replaces siop here, too... | Miod Vallat | |
2001-03-07 | lca and apecs buses need sgmap glue as well. | Eric Jackson | |
pointed out by wasilx@forest.ihep.su - PR1713 | |||
2001-03-07 | Replace siop devices with ssh. | Miod Vallat | |
Include ../../../conf/GENERIC in non-GENERIC configurations. Remove XT, which is no more different from GENERIC then. | |||
2001-03-07 | Bye-bye siop, enter ssh | Miod Vallat | |
2001-03-07 | Change siop name to ssh, as per mvme68k, to prevent conflict with the | Miod Vallat | |
other siop driver. Change siop-related defines to ssh-related defines everywhere. | |||
2001-03-07 | DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch() | Eric Jackson | |
2001-03-06 | bit of cleaning | Theo de Raadt | |
2001-03-06 | isapnp pcic fits | Theo de Raadt | |
2001-03-05 | Backs out changes to wsdisplay.c so alpha (and presumably others) | Todd C. Miller | |
is happy again. It also makes i386 serial console work by changing the console priority in wscons_machdep.c from CN_INTERNAL to CN_NORMAL and moves the com/pccom console attach routine for i386 to be the first so it will be matched (consinit takes the first highest match). | |||
2001-03-05 | Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED. | Aaron Campbell | |
These cards are probably very rare. deraadt@ ok | |||
2001-03-05 | this can contain minimal usb support | Theo de Raadt | |
2001-03-04 | Revert to our old traceback code, with heuristic argument printout. | Niklas Hallqvist | |
2001-03-04 | typo | Artur Grabowski | |
2001-03-04 | fix typo in comment, org -> or | Brad Smith | |
2001-03-03 | cnkqfilter for sparc | Niels Provos | |