| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-23 | remove ifdef'd out tc fb cnattach bits |  jsg | 1 | -85/+1 |
| 2020-05-23 | remove cfb and sfb alpha tc fb drivers |  jsg | 4 | -984/+0 |
| 2017-11-02 | Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code. |  mpi | 5 | -1543/+2 |
| 2017-10-29 | Finish TURBOchannel scatter/gather map code (i.e. make it work) and |  mpi | 5 | -102/+90 |
| 2017-10-11 | Make the tc alpha blinkenlichten start by default. |  mpi | 1 | -2/+5 |
| 2017-04-30 | Rename Debugger() into db_enter(). |  mpi | 1 | -2/+2 |
| 2017-01-15 | Harmonize the way frame buffer drivers display resolution and color |  fcambus | 2 | -4/+4 |
| 2015-05-19 | Move acquisition of the kernel lock deeper in the interrupt path, and make |  miod | 2 | -26/+50 |
| 2014-12-13 | yet more mallocarray() changes. |  doug | 1 | -4/+3 |
| 2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. |  miod | 2 | -12/+12 |
| 2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return |  miod | 2 | -4/+4 |
| 2010-11-11 | DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz; |  miod | 1 | -2/+5 |
| 2010-09-22 | Revert previous and let drivers register counterless interrupts; |  miod | 3 | -15/+19 |
| 2010-09-22 | Switch to unconditionally attaching evcounts on TurboChannel |  matthew | 2 | -12/+10 |
| 2010-09-20 | Get rid of evcount's support for arranging counters in a tree |  matthew | 3 | -6/+6 |
| 2010-07-02 | Move common code for waking up writers on a tty into a function. |  nicm | 1 | -15/+3 |
| 2010-06-28 | Allow tty drivers to request larger buffers at attach time using a |  deraadt | 1 | -3/+3 |
| 2010-06-06 | Nuke common. |  miod | 2 | -3/+5 |
| 2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them |  tedu | 1 | -3/+3 |
| 2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the |  miod | 1 | -15/+15 |
| 2009-12-25 | Add bus_space_vaddr() when applicable; from NetBSD. |  miod | 1 | -1/+22 |
| 2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 1 | -3/+1 |
| 2009-11-07 | Blink leds on the DEC 3000 models (three different led types). |  miod | 1 | -3/+104 |
| 2009-10-31 | Use suser when possible. Suggested by miod@. |  fgsch | 1 | -2/+2 |
| 2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() |  deraadt | 1 | -1/+3 |
| 2009-09-17 | Fail bus_space_map() calls if the flags can't be honoured (such as |  miod | 1 | -2/+8 |
| 2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and |  miod | 1 | -4/+4 |
| 2009-03-29 | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2 | -4/+4 |
| 2009-02-01 | Remove unused _pfthresh member from struct alpha_bus_dma_tag. |  miod | 2 | -4/+2 |
| 2008-08-09 | Pass a device name to {tc,tcds,ioasic}_intr_establish in order to get |  miod | 6 | -35/+31 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 8 | -64/+8 |
| 2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. |  miod | 6 | -15/+15 |
| 2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, |  krw | 1 | -3/+2 |
| 2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer |  miod | 2 | -2/+4 |
| 2006-07-12 | include uvm_extern.h for atop() |  martin | 2 | -2/+6 |
| 2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. |  brad | 1 | -2/+4 |
| 2006-04-04 | Add a `prefetch threshold' member to the bus_dma_tag_t, so that |  brad | 2 | -2/+4 |
| 2006-03-16 | Get rid of redundant check in tcasicmatch() - we will only request "tcasic" |  miod | 1 | -5/+1 |
| 2006-03-04 | Better names for turbochannel event counters. |  miod | 3 | -27/+18 |
| 2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. |  brad | 2 | -18/+2 |
| 2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t |  miod | 2 | -10/+10 |
| 2005-10-28 | no more Mach-macros |  martin | 2 | -4/+4 |
| 2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * |  mickey | 1 | -2/+2 |
| 2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some |  aaron | 5 | -82/+17 |
| 2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for |  miod | 1 | -4/+1 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 3 | -18/+6 |
| 2003-05-13 | snprintf |  deraadt | 3 | -6/+6 |
| 2003-02-11 | be consistant on Hz vs hz |  mickey | 1 | -2/+2 |
| 2002-05-27 | left over __P removals |  deraadt | 1 | -2/+2 |
| 2002-05-03 | Need a dummy tc_fb_cnattach() until we have real fb support on |  millert | 1 | -1/+9 |