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