summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-02Kill enablertclock.Miod Vallat
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-12-31This port does not use dev/cninit.c.Miod Vallat
2005-12-31Rework (once again) the console code, in order to match the PROM's logic better.Miod Vallat
2005-12-31Sync with recent kernel changes: recognize more models, use the same logicMiod Vallat
2005-12-30Kill conforced, and have console devices use CN_FORCED priority instead.Miod Vallat
2005-12-30When a driver claims console, let it set conscode to itself, instead ofMiod Vallat
2005-12-30Introduce symbolic constants for the magic conscode values.Miod Vallat
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-28...thus no need to override conscode if we are configured as console, so thatMiod Vallat
2005-12-28hyper, rbox and topcat not in intio space are CN_NORMAL priority, notMiod Vallat
2005-12-28Define dca remote console identifiers as regular identifier with the bit 7Miod Vallat
2005-12-28Setting the service switch on 425e to select serial console shall not beMiod Vallat
2005-12-27Do not tprintf() information, use printf() instead like all other tapeMiod Vallat
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-22More reasonable size for fixed extent storage.Miod Vallat
2005-12-22Postpone the hil console detection logic to the first detection of a keyboard.Miod Vallat
2005-12-21Do not attach dnkbd as a console keyboard if console is on serial.Miod Vallat
2005-12-13remove ad clause that got copied from older versions of the files; pto by jsg@Michael Shalayeff
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