summaryrefslogtreecommitdiff
path: root/sys/dev/dec
AgeCommit message (Collapse)Author
2000-07-05Repopulate 4 files, zs_ioasic.c and zs_ioasicvar.h from arch/alpha/tc,nisimura
zskbd.c and zsms.c from dev/dec/, respectively. No functionality change this time.
2000-06-21There's only for 15 blocks of bootstrap, not 16.matt
2000-06-16Fix typo.matt
2000-06-16Move dec_boot.h to here from arch/pmax/include and add the VAX boot blockmatt
info. Eventually Alpha boot block information as well.
2000-02-11Declare the mcclock_pad32_busfns variable as extern.simonb
2000-01-08Absolute pointing device support.takemura
- Wsmouse_input() get new argument 'flag', which indicates whether x/y/z are relative or absolute. - Wsmouse get new io controls, WSMOUSEIO_SCALIBCOORDS and WSMOUSEIO_GCALIBCOORDS.
1999-11-20Introduce wscons vsxxx mice (and possible tablet) routines; changesnisimura
of existing codes (lk201_ws.c, zskbd.c, and zsms.c) will follow.
1999-10-26allow to wildcard the serial channeldrochner
1999-09-19set odd parity for the serial linedrochner
(done by directly setting zilog chip control bits -- there should be a zs_set_frame() or so in z8530sc.c) fixes PR port-alpha/8423 by Konrad Schroder <perseant@hhhh.org>
1999-09-16set baudrate before talking to the keyboard (in non-console case)drochner
from Konrad Schroder per PR port-alpha/8422
1999-08-04- Replace device node names of zskbd/zsms into lkkbd/vsms, respectively.nisimura
No functionality was changed at this moment. - Apply recent changes in GENERIC to TCWSCONS.
1999-05-27Moved to ubavar.h,vragge
1999-05-27Moved to ubareg.h,vragge
1999-05-27Moved to uba.c,vragge
1999-05-27Moved to files.uba,vragge
1999-05-27Moved to dzvar.h,vragge
1999-05-27Moved to dzreg.h,vragge
1999-05-27Moved to dz_uba.c,vragge
1999-05-27Moved to dz.c,vragge
1999-05-27Moved to dlreg.h,vragge
1999-05-27Moved to dl.c,vragge
1999-05-27Directory called qbus instead of uba, per request from Matt/Jason/...ragge
(More describing name actually)
1999-05-26DL-11 driver bus'ified. UNTESTED.ragge
1999-05-26DZ-11 routines bus'ified. Small fixes to uba routines.ragge
1999-05-24First step towards MI Unibus/Q22 bus code.ragge
1999-03-19Defined KEY_CAPSLOCK.ad
1999-03-13Avoid warning if !QBA.ragge
1999-03-13Change vsbus to take a locator for all devices.ragge
Figure out interrupt vector/mask on vsbus by forcing all devices to generate interrupts in the match routine, like on unibus.
1999-03-10Un-nest __P().kleink
1999-02-03Catch up with a change to the stint interface.mycroft
1999-02-02Another giant change: Allocate register space dynamic instead of compiled-in.ragge
This is done on a physical page size basis, instead of virtual (as the (on vax yet non-existing) bus_* routines does). This is similar to the way uba allocation is done.
1999-01-19Fix some void pointers.ragge
1999-01-19Allocate (almost) all interrupt vectors dynamically. Simplifies muchragge
work when adding support for new machines and devices.
1999-01-15__pmax__ -> pmax, like other ports.thorpej
1999-01-06use new KS_KEYCODE macro from wsksymdef.hdrochner
1999-01-01Giant change: NBPG now set to 4k and CLSIZE == 1 for vax. This changeragge
made a whole bunch of annoying bugs disappear; mostly depending on bad use of NBPG in non-MD code. The VAX port was the only port that used this historical "feature". The CL* macros should probably go away totally, there is no reason at all to keep them.
1998-11-29the btoc/ctob/btop macros must use CLBYTES, not NBPG. How this shouldragge
work in the long run is an open issue; some parts must be reworked in a MI way.
1998-11-05EGCS fixes.ragge
1998-10-22back out last change - this file in unrelated to wscons stuffdrochner
1998-10-22adapt to keyboard driver changesdrochner
1998-10-22separate keyboard handling from serial interface handling some more,drochner
improve bell handling, initialize kbd on powerup
1998-10-22- General cleanups for NWSCONS zskbd.c and zsms.c Comments fornisimura
future improvement work.
1998-10-22wscons mouse interface for DEC mice off the Zilog SCC.briggs
Ported from dev/sun/ms.c by Takuya Koumoto <takuya-k@is.aist-nara.ac.jp>.
1998-10-22Code from Toru Nishimura and Matthias Drochner work on pmax wscons in abriggs
very slightly modified form for wscons support on the TC alpha. XXX This could use some more work, but this code should be sharable among the alpha and pmax systems as-is.
1998-10-22Updates from Takuya Kuomoto for wscons support for TC alphas.briggs
1998-10-18Support for DWBUA (BI to Unibus adapter) and KLESI-B (TMSCP tape ctlr) added.ragge
1998-10-06Change backplace0 to mainbus0 (for consistency with other ports).matt
Remove unused function protocols from ka410.h and ka43.h Fix some ka46 missing references
1998-09-18Map the "backspace" key to "delete" and the "remove" key todrochner
"keypad-delete". (This is not completely clean; for me these keys make up perhaps a "function field", but no "keypad".) This is the mapping expected by applications. Proposed by Chris Jones via PR kern/6089 and Dave Sainty.
1998-09-17LK201/LK401 support for wscons (only decoding for now).drochner
1998-09-17Add definition for highest legal LK201 keycode.drochner