summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/tc
AgeCommit message (Expand)Author
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-24Remove the TCWSCONS config now that zstty can do flow control on IOASICad
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-05-13Eliminate common.matt
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-09-06Don't require tp->t_dev to be filled in in cold_sccparam().thorpej
2001-09-06Garbage-collect all the (outdated and totally useless) pmax stuffthorpej
2001-09-04Implement bus_space_mmap().thorpej
2001-08-26Yanking a pmax-specific header should not have broken Alphasimonb
2001-08-23Add MX (PMAG-A), CX (PMAG-B), TX (PMAG-RO/PMAG[B]-J) TC framebuffernisimura
2001-07-27Rework the interrupt code, shaving some cycles off in the process.thorpej
2001-07-19Add support for mbufs to the Alpha SGMAP DMA maps.thorpej
2001-07-12bcopy -> memcpythorpej
2001-07-12bzero -> memsetthorpej
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-03-31Remove unnecessary test of tp->t_linesw against NULL; they are resultsenami
2001-03-04Hook in px & pxg devices.ad
2001-02-22Add code segment for PMAGD, which is under development this moment.nisimura
2000-12-23Fix typo in last commit.tron
2000-12-22In tc_fb_cnattach(): match from a table, and add #ifdef'ed out glue for thead
2000-11-10/t_line/t_linesw (typo)itojun
2000-11-02Adapt to new line discipline scheme.eeh
2000-07-18Clear the ISDN TXPTR/RXPTR/OVRN interrupt bits here. Based onthorpej
2000-07-11- Use PMAD-BA name for device match logic. It's not a real TURBOchannelnisimura
2000-07-05Repopulate 4 files, zs_ioasic.c and zs_ioasicvar.h from arch/alpha/tc,nisimura
2000-07-04Unnecessary to include <dev/tc/tcreg.h>.nisimura
2000-07-04Repopulate TCDS dual channel SCSI adapter to MI dev/tc, squashingnisimura
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-05Switch to the new `evcnt' mechanism for counting interrupts. Maintainthorpej
2000-06-05Have MI ncr53c9x_attach() the 2nd and 3rd arguments for scsipi_adaternisimura
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-06-03- Clean up clock interrupt code a bit, and provide a CPU_IS_PRIMARY()thorpej
2000-06-02Make clarified SCSI transfer direction flag. sc_ispullup == pullupnisimura
2000-05-29make egcs happy: ioasic.c:327: warning: suggest parenthesesmatt
2000-05-28IOASIC_INTR_ISDN is used for interrupts on every sample. We use DMA sogmcgarry
2000-04-18Fix typo in last commit.tron
2000-04-17implement bus_space_vaddr()drochner
2000-03-26- Remove unused bt459reg.h.nisimura
2000-03-26Remove local implementation switching to accelerated MI sfb.c.nisimura
2000-03-24A minimal fix to make this compilable.nisimura
2000-03-23Use a software interrupt for tty input processing, not a callout.thorpej
2000-03-15Eliminate unused sc_cookie field of struct ioasic_softc.nisimura
2000-03-14Fix DEC3000/300 TC slot numbering. There is an address space holenisimura
2000-03-13Fix doubled 'the's in comments.soren
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
2000-02-26- Add a bus space method for getting the translation for a window.thorpej