summaryrefslogtreecommitdiff
path: root/sys/dev/tc
AgeCommit message (Expand)Author
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
2000-03-14Respect video console colour designation by configration file.nisimura
2000-03-14Switch to improved flexible video console text rasterizer provided bynisimura
2000-03-06Get rid of hook for dk_establish() - pmax will now use device_register().mhitch
2000-03-04Fix boot device detection. Device probes are not done when adapters aremhitch
2000-02-18Improvement on SFB enabled copycol(); still yet under development,nisimura
2000-02-11We're given a K1SEG address already.thorpej
2000-02-08Add the missing piece of previous mod.nisimura
2000-02-03Merge IOASIC register definitions.nisimura
2000-02-03Use bus_space_{write,read} for IOASIC register access.nisimura
2000-01-10Don't use magic number for lance buffer address.simonb
2000-01-07s/NVRCSR/NVR_CSR/ad
2000-01-07Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L.enami
2000-01-05regendrochner
2000-01-05add Kubota Denalidrochner
1999-12-16Remove part of a bogus comment and put it in a more appropiate spot.ad
1999-12-15- Change prefix for Bt459 register defs to BT459_IREG to indicate thatad
1999-12-08One small mod. escaped from the last commit.nisimura
1999-12-06update for changed struct wsdisplay_accessops:show_screen signature.drochner