Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | Make the sbus ipl handling more like psycho. Some devices (Aurora 210sj, eg) | Jason Wright | |
use Sbus level 5 for interrupts which means spltty() is not blocked correctly because the sbus interrupt handling uses the implied spl of the interrupt instead of the level passed to it. | |||
2002-03-14 | From NetBSD: driver for lpt at ebus | Jason Wright | |
2002-03-14 | add apio* at sbus? and lpt* at apio? | Jason Wright | |
2002-03-14 | Properly conditionalize uvm history dump | Jason Wright | |
2002-03-14 | add asio* at sbus? and com* at asio? | Jason Wright | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat | |
your kernel configuration file. By default, GENERIC will enable this. When PTRACE is not enabled, several ptrace-like features of the procfs filesystem will be disabled as well (namely, the ability to read and write any process' registers, as well as attching, single stepping and detaching to/from processes). This should help paranoid people build better sandboxens, and us to build smaller ramdisks. | |||
2002-03-12 | sparc64's aren't likely to be CPU_ISSUN4C | Jason Wright | |
2002-03-12 | Look up the TTE and only do the streaming cache dance if the mapping is ↵ | Jason Wright | |
marked as streaming. | |||
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright | |
BUS_DMA_READ, BUS_DMA_WRITE, and BUS_DMA_STREAMING | |||
2002-03-07 | Remove some debugging code accidentally committed in previous | Jason Wright | |
2002-03-07 | From NetBSD: | Jason Wright | |
Fix calculation of dma segment length when the DVMA range is crossing the boundary. | |||
2002-03-05 | Insert missing newline for autoconf prettiness. | Jason Wright | |
2002-03-04 | Typos; Matt <matt@vertrauen.org> | Jason Wright | |
2002-02-23 | make this compile w/out pckbd (thanks marco for pointing this out) | Jason Wright | |
2002-02-22 | Be sure to wait the whole 0.5 seconds (half a second!) for the streaming | Jason Wright | |
cache to flush, not some fraction of it, before giving up. | |||
2002-02-22 | Debugger() is #ifdef DDB | Theo de Raadt | |
2002-02-22 | - don't call strbuf_flush_done for each segment, call it once per map (and | Jason Wright | |
then only if necessary) - When flushing a partial segment make sure we flush all of the necessary pages (the case where len < NBPG would not correctly flush both pages if va + off <-> va + off + len crossed a page boundary) | |||
2002-02-22 | a few sigval_ptr cases were returning pc instead of fault address | Theo de Raadt | |
2002-02-22 | From NetBSD: | Jason Wright | |
- Fix pr sparc64/15633: datafault at tlp_start causes panic - Also clean up some additional 32-bit kernel printf issues. - Handle the case where a DMA operation wraps from the end of a page to the beginning of the same page properly by double-mapping that page. - Move a brace so this will compile w/o DEBUG. - Overhaul iommu_dvmamap_load_raw(). From Me: - Verify the streaming cache exists before waiting on it to clear during flush. - Force sync of flush status (hardware sets it to 1 when its done) - Force sync flush of registers (bus_space_barrier) - Flush ALL segments on BUS_DMA_POSTREAD operations (not just the first!) | |||
2002-02-21 | There is no need to restrict number of bufs to 200. | Artur Grabowski | |
It's just a pasto from sparc. | |||
2002-02-19 | bump NMBCLUSTERS | Jason Wright | |
2002-02-19 | From NetBSD: | Jason Wright | |
change some debug printfs to make gcc happy | |||
2002-02-19 | If there are pckbd's, register ourselves to handle beeps... AXi's can now | Jason Wright | |
squawk with the best of 'em. | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Shift the UPAID in the correct direction. | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Fix microsecond calculation in microtime. Fix register allocation in microtime(). | |||
2002-02-19 | stategy is not an english word | Theo de Raadt | |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt | |
2002-02-18 | add pms/pmsi at pckbc and wsmouse at pms/pmsi | Jason Wright | |
2002-02-18 | Driver for the i8042 keyboard controller on systems with ebus | Jason Wright | |
(why you'd want to use a PS/2 keyboard on a sun machine is beyond me, but whatever...) | |||
2002-02-18 | provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing) | Jason Wright | |
2002-02-18 | Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebus | Jason Wright | |
(driver coming later today, hopefully) | |||
2002-02-18 | Add __HAVE_NWSCONS (so pckbc will do the right thing) | Jason Wright | |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
2002-02-12 | beep! | Jason Wright | |
2002-02-12 | Much to my annoyance, teach zskbd how to bark. | Jason Wright | |
2002-02-11 | 1<<39 is horrible | Theo de Raadt | |
2002-02-08 | vagfb_setcolor() needs to enter entries into the software copy of the | Jason Wright | |
palette so that it can be restored correctly. | |||
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright | |
From NetBSD: change bus_space_mmap() prototype to standard one | |||
2002-02-05 | Disable wsmux for now | Jason Wright | |
2002-02-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright | |
portions from NetBSD. | |||
2002-02-01 | Default kernel is bsd around these parts. | Jason Wright | |
2002-02-01 | missing \n | Jason Wright | |
2002-01-31 | add USER_PCICONF | Jason Wright | |
2002-01-31 | add support for USER_PCICONF | Jason Wright | |
2002-01-31 | Move ioctl userland accessible stuff to <dev/sun/uperfio.h> | Jason Wright | |
2002-01-31 | Don't need uperf_psychovar.h to define one structure, put it in psychovar.h | Jason Wright | |
2002-01-31 | Fallout from moving SET/CLR/etc | Jason Wright | |
2002-01-31 | Don't need NFB (fb's aren't accessible this way) | Jason Wright | |