Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-26 | sync | Theo de Raadt | |
2001-08-26 | new | Theo de Raadt | |
2001-08-26 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback | |
using adv_bus_dmamap_sync() defines that are defined appropriately depending on __HAS_NEW_BUS_DMAMAP_SYNC. The code changes are simple reversions to the original NetBSD code. | |||
2001-08-26 | do not panic if spl is wrong, for now; millert & art agree | Theo de Raadt | |
2001-08-26 | We can now compile kernels with -Werror. | Miod Vallat | |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat | |
2001-08-26 | Attempt to use the configuration and test register to tell a | Hugh Graham | |
VS4000 60 KA46 from a MV 3100/80 KA47. Apparently does not work on all 3100/80's, but better than nothing. | |||
2001-08-26 | this hasn't been used for ages. kill; krw@ ok. | Federico G. Schwindt | |
2001-08-26 | remove duplicate syscallargs() macros | Theo de Raadt | |
2001-08-26 | sync | Theo de Raadt | |
2001-08-26 | sync | Theo de Raadt | |
2001-08-26 | be and le varients of syscallarg; from netbsd | Theo de Raadt | |
2001-08-26 | Yup, I managed to fat finger all three of these while doing bus_dmamap_sync() | Jason Wright | |
conversion (luckily only sparc64 uses the 5 arg form so far =) | |||
2001-08-26 | deal with 5 arg form of bus_dmamap_sync() if available | Jason Wright | |
2001-08-26 | there is no need for .bak files | Theo de Raadt | |
2001-08-26 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback | |
using *_bus_dmamap_sync() defines that are defined appropriately depending on __HAS_NEW_BUS_DMAMAP_SYNC. Most of the code changes are simple reversions to the original NetBSD code. Slip in a siop_script_sync() instead of a manually done code section. | |||
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat | |
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt | |
2001-08-26 | Nuke annoying defopt, by popular demand. Plus you get two typos fixed | Miod Vallat | |
for free. | |||
2001-08-25 | PF ISN randomization. Or in trekkie techno-babble, ISN phase modulation. | Mike Frantzen | |
2001-08-25 | Ooops. Disable accidentally comitted DEBUG. | Artur Grabowski | |
2001-08-25 | It makes more sense to have argc stored as a long on the stack, | Artur Grabowski | |
not int. Shouldn't affect any archs except sparc64 (now one step closer to a working userland). | |||
2001-08-25 | This is mvmeppc land, not mvme88k. | Miod Vallat | |
2001-08-25 | Do not enter/compile installboot on mvmeppc yet - this code is not | Miod Vallat | |
ready yet. | |||
2001-08-25 | Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok. | Federico G. Schwindt | |
2001-08-25 | Implement the data cache invalidation functions for 040, and fix a typo | Miod Vallat | |
as well. millert@ ok | |||
2001-08-25 | Remove workarounds for old compiler bugs, and fix a few style issues. | Miod Vallat | |
millert@ ok | |||
2001-08-25 | Post-regdump cleanup. | Miod Vallat | |
Gotta run, Beck is behind me with a large axe. | |||
2001-08-25 | rcsid | Jason Wright | |
2001-08-25 | deal with 5 arg form of bus_dmamap_sync() if available. | Jason Wright | |
2001-08-25 | deal with 5 arg for of bus_dmamap_sync() if available | Jason Wright | |
2001-08-25 | Playing with string. | Hugh Graham | |
2001-08-25 | Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas, | Hugh Graham | |
and concerned with intvec counting. Also some ANSIfication. | |||
2001-08-25 | This hasn't been used for ages. Kill. | Artur Grabowski | |
2001-08-25 | Allow machdep code to decide the order in which we probe the | Artur Grabowski | |
pci buses. this is conditional on __PCI_BUS_DEVORDER and __PCI_DEV_FUNCORDER Used by sparc64. | |||
2001-08-25 | - Use BUS_DMA_RAW if it's defined. | Artur Grabowski | |
- pretty. | |||
2001-08-25 | Our diskconf needs process context. Do just like i386, move | Artur Grabowski | |
setroot, swapconf and dumpconf into a hook that main runs after scheduling has been enabled. | |||
2001-08-25 | Some fixes: | Artur Grabowski | |
- Make it build with DEBUG (by commenting out code). - Our uvm_fault still returns KERN_*, not errnos. - some cleanups. | |||
2001-08-25 | profile.h from sparc, slightly hacked up to match ELF. | Artur Grabowski | |
Not tested yet. | |||
2001-08-25 | float.h from sparc. | Artur Grabowski | |
2001-08-25 | Default to disabled zeroing of pages in the idle loop. | Artur Grabowski | |
2001-08-25 | cleanup | Artur Grabowski | |
2001-08-25 | One regdump to dump them all... | Marc Espie | |
(moid@ wants that commit, because it interferes with stuff he's cleaning, and he's prepared to clean up stuff I may have forgotten, even though this was tested) | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-25 | The VP cache code, while giving the powerpc port a signficant speed | Dale Rahn | |
increase is contributing to the instability of the port. This ifdef's the code, disabling it. | |||
2001-08-25 | It is nice to have the hex address of the function as well as the symbol | Dale Rahn | |
address. | |||
2001-08-24 | Adapt to trap() name change. | Miod Vallat | |
Only compile compatibility with older mvme88k executables if COMPAT_25 is defined. This makes sense to me, at least... | |||
2001-08-24 | Adapt to the <machine/asm.h> macros (only for entry points for now, because | Miod Vallat | |
LABEL has disappeared), and to the trap() name changes. | |||
2001-08-24 | Rename the trap() symbols with more insightful names. This forces us | Miod Vallat | |
to check all trap() invocations in the sources and fix them, thus improving the chances of 197-kernels to live. | |||
2001-08-24 | Define the usual <machine/asm.h> macros, for convenience of .S parts. | Miod Vallat | |