Age | Commit message (Expand) | Author |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-02 | Kill enablertclock. | Miod Vallat |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-12-31 | This port does not use dev/cninit.c. | Miod Vallat |
2005-12-31 | Rework (once again) the console code, in order to match the PROM's logic better. | Miod Vallat |
2005-12-31 | Sync with recent kernel changes: recognize more models, use the same logic | Miod Vallat |
2005-12-30 | Kill conforced, and have console devices use CN_FORCED priority instead. | Miod Vallat |
2005-12-30 | When a driver claims console, let it set conscode to itself, instead of | Miod Vallat |
2005-12-30 | Introduce symbolic constants for the magic conscode values. | Miod Vallat |
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller |
2005-12-28 | ...thus no need to override conscode if we are configured as console, so that | Miod Vallat |
2005-12-28 | hyper, rbox and topcat not in intio space are CN_NORMAL priority, not | Miod Vallat |
2005-12-28 | Define dca remote console identifiers as regular identifier with the bit 7 | Miod Vallat |
2005-12-28 | Setting the service switch on 425e to select serial console shall not be | Miod Vallat |
2005-12-27 | Do not tprintf() information, use printf() instead like all other tape | Miod Vallat |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat |
2005-12-22 | More reasonable size for fixed extent storage. | Miod Vallat |
2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. | Miod Vallat |
2005-12-21 | Do not attach dnkbd as a console keyboard if console is on serial. | Miod Vallat |
2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ | Michael Shalayeff |
2005-12-03 | splimp -> splvm | Brad Smith |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-23 | Pick HP-IB describe structures changes from main kernel code here as well. | Miod Vallat |
2005-11-19 | Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should | Aaron Campbell |
2005-11-18 | Protect biodone() with splbio(). | Miod Vallat |
2005-11-18 | Define the CS/80 identify structure only once and correctly, instead of | Miod Vallat |
2005-11-17 | kvtop() is not used anymore. Thanks for the fish. | Miod Vallat |
2005-11-17 | Factorize DMA cache flush code, use modern types and constants, ansify. | Miod Vallat |
2005-11-16 | Mention ipl in dmesg, for consistency with other devices. | Miod Vallat |
2005-11-16 | Overhaul the way HP-IB devices are probed. We will now do an exhaustive | Miod Vallat |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-14 | Restore the disk blinkenlichten lost with the new scsi code, and hp300 users | Miod Vallat |
2005-11-14 | Use config_found_sm() in the probe machinery. This is simpler and allows us | Miod Vallat |
2005-11-14 | Make HDWAITC and HDRETRY overridable in the kernel configuration file; | Miod Vallat |
2005-11-14 | constuct -> construct | Miod Vallat |
2005-11-14 | hz is defined in <sys/kernel.h> | Miod Vallat |
2005-11-13 | Align _delay() on 8 bytes, not 2^8 bytes. | Miod Vallat |
2005-11-13 | Better error message layout. | Miod Vallat |
2005-11-13 | Fix timeout usage introduced during the timeout API change (better late | Miod Vallat |
2005-11-13 | move kgdb_connect and kgdb_panic into MI. looked by miod@ and kettenis@ | Federico G. Schwindt |
2005-11-12 | Pass a struct proc * to ISHPMMADDR instead of abusing curproc in it. | Miod Vallat |
2005-11-12 | Constify, and simplify hdgetinfo() which only gets called for known disks. | Miod Vallat |
2005-11-12 | Provide useful information if we panic due to looping interrupts. | Miod Vallat |
2005-11-12 | Print HP-IB disk geometry the same way we print SCSI disk geometries | Miod Vallat |
2005-11-06 | Factorize setregs() code to m68k-common location. | Miod Vallat |
2005-11-06 | Homogeneize all PSR field tests in user-provided structures. No functional | Miod Vallat |
2005-11-06 | Add keyboard bell support. | Miod Vallat |
2005-10-28 | convert the last m68k_btop() and m68k_ptob() macros | Martin Reindl |