Age | Commit message (Expand) | Author |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-04-15 | Invoke bus_space_unmap with the correct bus_space_handle_t upon attachment | Miod Vallat |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat |
2005-01-25 | Do not write anything when ignoring cl interrupts not for us; this kills | Miod Vallat |
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat |
2004-07-02 | Be sure to fill intrhand structures correctly. | Miod Vallat |
2004-04-29 | Bugfix sync with mvme68k: | Miod Vallat |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod Vallat |
2004-04-16 | Do not register console as CN_NORMAL priority if we are not in cdevsw[]. | Miod Vallat |
2004-04-15 | constify baud rate to hardware parameters structures. | Miod Vallat |
2004-04-15 | Remove orphaned CLCD_DO_POLLED_INPUT code. | Miod Vallat |
2004-02-11 | Keep using the BUG as the console device until autoconf is over, rather | Miod Vallat |
2004-02-10 | Check for the device existence in cnprobe() as done in match(), to be sure | Miod Vallat |
2004-02-10 | Fix cnprobe() and cninit() prototypes. | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2004-01-05 | Support for the second set of serial ports on the M8120 (untested) | Miod Vallat |
2004-01-02 | Relaxed dependencies, and do not undef DEBUG. | Miod Vallat |
2003-12-29 | correct probe console printf; miod ok | Theo de Raadt |
2003-12-19 | Pass -Wformat, and silence a few vme* debug printf. | Miod Vallat |
2003-10-05 | Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-28 | Be sure to invoke tty_attach() after ttymalloc(). | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-01-13 | Missing splx() | Miod Vallat |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat |
2002-04-28 | Use the prototypes defined via cdev_decl() macros, instead of rolling our | Miod Vallat |
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-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-01-14 | volatile police. | Miod Vallat |
2002-01-07 | Do not enter ddb twice in a row on console break. | Miod Vallat |
2001-12-19 | Introduce brdtyp and change what cputyp means. | Steve Murphree |
2001-12-16 | Revert the mvme88k to 20011212. Recent changes had not been merged correctly, | Miod Vallat |
2001-12-14 | One more free commit, thanks to smurph@, in order to get GENERIC going. | Miod Vallat |
2001-12-13 | Support for MVME197 completed. Fix SPL defs. | Steve Murphree |
2001-08-31 | Clean the DDB entry procedure for all console drivers, and honour | Miod Vallat |
2001-08-26 | Add prototypes, fix compilation warnings, random style fixes. | Miod Vallat |
2001-08-24 | Remove unused debugging code, fix uninitialized variables. | Miod Vallat |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-03-09 | kernel will compile with -Werror. Added intr.h | Steve Murphree |
2001-03-07 | Fix interrupt handler registration and prototypes. | Miod Vallat |
2001-02-12 | correct buginstat(), statclock now working for '188, systat vmstat now works, | Steve Murphree |
2001-02-01 | Major changes to get MVME188 working. More header and code cleanups. The | Steve Murphree |
2000-03-26 | callout.h is gone | Theo de Raadt |
1999-09-27 | adding support for MVME188 and MVME197. Plus 32bit if_ie. | Steve Murphree |
1999-05-29 | Added vme bus device drivers. MVME328, MVME376, MVME332 | Steve Murphree |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |