summaryrefslogtreecommitdiff
path: root/sys/dev/tc
AgeCommit message (Expand)Author
2000-11-25Replace sfb_copycols() which can run better job in some degree.nisimura
2000-11-24Add TC option card descriptions, which are commented out before NetBSD/pmaxnisimura
2000-11-22- fix an error in uninitialized variable reference.nisimura
2000-11-21Fix errors in color lookup table initialization. Glyph is renderednisimura
2000-11-05When doing the cacheflush for MIPS1, adjust the length to account formhitch
2000-11-02When a read DMA transfer is interrupted by a disconnect on the IOASIC SCSImhitch
2000-10-31Line up columns in #define list.simonb
2000-10-27Fix errors in initializing the software copy of 256 entry colormapnisimura
2000-10-19- Put comment about wsevent structure counts 0 for the left most mousenisimura
2000-10-17Remove sc_lance_dmam field from ioasic_softc structure. It was obsolutednisimura
2000-10-17Have consistent #if's for machine dependent clauses.nisimura
2000-10-17- efforts to merge TC Alpha and IOASIC DECstation, derived from Mattiasnisimura
2000-10-14Make sure wsmouseopen() returns ENXIO when no VSXXX mouse is attached.nisimura
2000-09-28Set up the physical addresses for DMAPTR/NEXTPTR before adjusting formhitch
2000-09-13Found glyph pixel order inverted on screen.nisimura
2000-09-12Found glyph pixel order inverted on screen.nisimura
2000-09-09Use dev/{rasops,wsfont} instead of awesome dev/rcons. Still much to donisimura
2000-09-09u_char -> u_int for function argument and return of Zilog registernisimura
2000-07-20Regen.tsutsui
2000-07-20Add PMAG-JA framebuffer.tsutsui
2000-07-18PAGE_SIZE -> IOASIC_DMA_BLOCKSIZE in one last place. From Izumi Tsutsui.thorpej
2000-07-18Back out previous. It is no longer needed, as both the Alphathorpej
2000-07-17Clear the DMA pointer reload interrupt bits in the IOASIC_INTRthorpej
2000-07-17- Write the registers 7930 registers properly on the Alpha (it'sthorpej
2000-07-17Define IOASIC_DMA_BLOCKSIZE (4096 bytes).thorpej
2000-07-17G/c some unused (and incorrect, for our usage) definitions.thorpej
2000-07-17Use the IOASIC_DMA_ADDR() macro now that it is fixed.thorpej
2000-07-17Make sure to get the upper 5 bits of the page address mixed inthorpej
2000-07-11- Use PMAD-BA name for device match logic. It's not a real TURBOchannelnisimura
2000-07-05- Withdraw ZS_IOASIC_DMA conditional which has never been useful.nisimura
2000-07-05Repopulate 4 files, zs_ioasic.c and zs_ioasicvar.h from arch/alpha/tc,nisimura
2000-07-04Make sure to settle tcdsreg.h and tcdsvar.h in /usr/include/dev/tc/.nisimura
2000-07-04Repopulate TCDS dual channel SCSI adapter to MI dev/tc, squashingnisimura
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-12- add mmap supportgmcgarry
2000-06-05- remove conditional compilation on NAUDIOgmcgarry
2000-06-04Cleanup #if 0 cruft.gmcgarry
2000-06-04Implement the more flexiable `evcnt' interface as discussed (briefly) oncgd
2000-06-01Remove wbflush(). These are not necessary with the new IOASIC bus_spacegmcgarry
2000-06-01kill __P in these files. (I had to look at them anyway with an eye forcgd
2000-05-28Merge pmax and alpha ISDN register definitions.gmcgarry
2000-05-02Add am7930 audio driver.augustss
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-16Place 34 by 80 console at the center of screen.nisimura
2000-03-16Retain rendering performance lossage by rasops, but sufferingnisimura
2000-03-15Eliminate unused sc_cookie field of struct ioasic_softc.nisimura
2000-03-14Unnecessary to enclose device driver body with #if NASC > 0.nisimura