summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
2007-01-28optimize m68k writeback():Miod Vallat
2007-01-14Move the isa bridge probe from isabr to frodo, so that frodo only attemptsMiod Vallat
2007-01-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
2007-01-07Trim include files list.Miod Vallat
2007-01-07Get rid of PROM font-related defines.Miod Vallat
2007-01-07Skip optional dash when parsing the layout code.Miod Vallat
2007-01-07Hardcode DIO_SCMAX if kernel is built without model 320 support.Miod Vallat
2007-01-06Add commented out ISA entries.Miod Vallat
2007-01-06Preliminary support for the hp300 single ISA slot found in 4xx `t' models.Miod Vallat
2007-01-06Turn bus_space_tag_t into real structures containing a bunch of functionMiod Vallat
2007-01-06Propagate bus_space_tag_t through device attachment args structures, ratherMiod Vallat
2006-12-18Change sti attachment to pass an array of base addresses for the sti regions,Miod Vallat
2006-12-18Provide bus_space_{read,write}_raw_region_{2,4}.Miod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-11-28rename scsibus_attach_args to scsi_attach_args. this can help avoidDavid Gwynne
2006-10-29Don't need to 'goto done;' when 'done:' is the next line.Kenneth R Westerback
2006-10-20Declare loop variable so this compiles.Jonathan Gray
2006-09-24Bring hp300, mac68k and mvme68k disklabel initialization code intoKenneth R Westerback
2006-08-22Clear sti display on console attach, now that the bootloader leaves usMiod Vallat
2006-08-22Implement pmap_steal_memory() if HAVE_PMAP_DIRECT; no change except forMiod Vallat
2006-08-17No need for divsi and friends, yetMiod Vallat
2006-08-17Check d_secpercyl in all readdisklable() functions, and have all ofKenneth R Westerback
2006-08-17Setup the transparent translation with writeback cache instead ofMiod Vallat
2006-08-17Large cleanup of the bootblocks, including ansi protos and de-register,Miod Vallat
2006-08-13Let the domain keyboard work on models 362 and 382 as well.Miod Vallat
2006-08-13Oops, let HIL keyboards work again in the boot blocks.Miod Vallat
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-08-11Let the windowmove() callbacks return whether they could perform the operationMiod Vallat
2006-08-10Try and determine the keyboard layout from its identification string;Miod Vallat
2006-08-09Use the blitter again for the cursor on non-mono frame buffers.Miod Vallat
2006-08-05Since the maskbits code only gets invoked with RR_COPY or RR_CLEAR thoseMiod Vallat
2006-08-05Prefer rasops {copy,erase}rows routines for non-accelerated 1bpp frame buffers,Miod Vallat
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-0968020-based hp300 systems are not supported anymore now. If you still useMiod Vallat
2006-07-09If running on a 68030 or 68040 system, use the transparent translationMiod Vallat
2006-06-30When allocating the default rasops attribute, it is not necessary to useMiod Vallat
2006-06-24Use pmap_kenter_cache() for device memory mapping, instead of physacc(0Miod Vallat
2006-06-23consistantly count context switches on exit; miod@ okMichael Shalayeff
2006-06-16If we are configured for glass console but no keyboard is plugged, we runMiod Vallat
2006-06-16Fix range check in sgc_slottopa().Miod Vallat
2006-06-16Line 0 is not wired, thus illegal for use in frodo_intr_establish().Miod Vallat
2006-06-11Clean the various cache and TLB invalidation function, arch by arch:Miod Vallat
2006-06-11Move common prototypes to <m68k/{cpu,param}.h> instead of incompleteMiod Vallat
2006-06-11Factorize spl handling functions and software interrupt routines betweenMiod Vallat
2006-06-11Move pmap_aliasmask declaration and initialization to MD code. No functionalMiod Vallat