summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2005-12-03splimp -> splvmBrad Smith
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-23Pick HP-IB describe structures changes from main kernel code here as well.Miod Vallat
2005-11-19Remove superfluous statement-ending semi-colons. i.e., "return foo;;" shouldAaron Campbell
2005-11-18Protect biodone() with splbio().Miod Vallat
2005-11-18Define the CS/80 identify structure only once and correctly, instead ofMiod Vallat
2005-11-17kvtop() is not used anymore. Thanks for the fish.Miod Vallat
2005-11-17Factorize DMA cache flush code, use modern types and constants, ansify.Miod Vallat
2005-11-16Mention ipl in dmesg, for consistency with other devices.Miod Vallat
2005-11-16Overhaul the way HP-IB devices are probed. We will now do an exhaustiveMiod Vallat
2005-11-15Only two `h' in threshold.Miod Vallat
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-14Restore the disk blinkenlichten lost with the new scsi code, and hp300 usersMiod Vallat
2005-11-14Use config_found_sm() in the probe machinery. This is simpler and allows usMiod Vallat
2005-11-14Make HDWAITC and HDRETRY overridable in the kernel configuration file;Miod Vallat
2005-11-14constuct -> constructMiod Vallat
2005-11-14hz is defined in <sys/kernel.h>Miod Vallat
2005-11-13Align _delay() on 8 bytes, not 2^8 bytes.Miod Vallat
2005-11-13Better error message layout.Miod Vallat
2005-11-13Fix timeout usage introduced during the timeout API change (better lateMiod Vallat
2005-11-13move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@Federico G. Schwindt
2005-11-12Pass a struct proc * to ISHPMMADDR instead of abusing curproc in it.Miod Vallat
2005-11-12Constify, and simplify hdgetinfo() which only gets called for known disks.Miod Vallat
2005-11-12Provide useful information if we panic due to looping interrupts.Miod Vallat
2005-11-12Print HP-IB disk geometry the same way we print SCSI disk geometriesMiod Vallat
2005-11-06Factorize setregs() code to m68k-common location.Miod Vallat
2005-11-06Homogeneize all PSR field tests in user-provided structures. No functionalMiod Vallat
2005-11-06Add keyboard bell support.Miod Vallat
2005-10-28convert the last m68k_btop() and m68k_ptob() macrosMartin Reindl
2005-09-27Regen (3x2 frame buffer, 4 select codes).Miod Vallat
2005-09-27Identify HP 9000/362 and HP 9000/382 models, and attach frodo on them.Miod Vallat
2005-09-27Do not initialize physmem to a magic value at compile time.Miod Vallat
2005-09-25Define the symbolic register indexes in trapframe in <m68k/reg.h> onlyMiod Vallat
2005-09-21isbad() is only used on SMD disks on sparc; remove it on other platforms.Miod Vallat
2005-09-15get rid of MD m68k_trunc_page and m68k_round_page and replace by MIMartin Reindl
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-06anomoly -> anomalyMiod Vallat
2005-08-06Model 360 does not have a PAC.Miod Vallat
2005-08-06If a process has trashed its stack, use sigexit() instead of psignal() toMiod Vallat
2005-08-05typoTheo de Raadt
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-01Factorize cachectl() accross m68k platforms, and make the CC_ constantsMiod Vallat
2005-05-09Compile if no wsmouse device is configured in the kernel.Miod Vallat
2005-05-09Compile without option WSDISPLAY_COMPAT_RAWKBDMiod Vallat
2005-05-08For 4bpp and 6bpp frame buffers, advertize highligting and colors capabilitiesMiod Vallat
2005-05-06Keyboard maps for all international Domain keyboard layouts, reconstructedMiod Vallat
2005-05-06generate vim-compatible tag files, from netbsdPedro Martelletto
2005-05-06Fix links target.Marco Peereboom
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat