| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2000-07-05 | Repopulate 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-21 | There's only for 15 blocks of bootstrap, not 16. | matt | |
| 2000-06-16 | Fix typo. | matt | |
| 2000-06-16 | Move dec_boot.h to here from arch/pmax/include and add the VAX boot block | matt | |
| info. Eventually Alpha boot block information as well. | |||
| 2000-02-11 | Declare the mcclock_pad32_busfns variable as extern. | simonb | |
| 2000-01-08 | Absolute 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-20 | Introduce wscons vsxxx mice (and possible tablet) routines; changes | nisimura | |
| of existing codes (lk201_ws.c, zskbd.c, and zsms.c) will follow. | |||
| 1999-10-26 | allow to wildcard the serial channel | drochner | |
| 1999-09-19 | set odd parity for the serial line | drochner | |
| (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-16 | set 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-27 | Moved to ubavar.h,v | ragge | |
| 1999-05-27 | Moved to ubareg.h,v | ragge | |
| 1999-05-27 | Moved to uba.c,v | ragge | |
| 1999-05-27 | Moved to files.uba,v | ragge | |
| 1999-05-27 | Moved to dzvar.h,v | ragge | |
| 1999-05-27 | Moved to dzreg.h,v | ragge | |
| 1999-05-27 | Moved to dz_uba.c,v | ragge | |
| 1999-05-27 | Moved to dz.c,v | ragge | |
| 1999-05-27 | Moved to dlreg.h,v | ragge | |
| 1999-05-27 | Moved to dl.c,v | ragge | |
| 1999-05-27 | Directory called qbus instead of uba, per request from Matt/Jason/... | ragge | |
| (More describing name actually) | |||
| 1999-05-26 | DL-11 driver bus'ified. UNTESTED. | ragge | |
| 1999-05-26 | DZ-11 routines bus'ified. Small fixes to uba routines. | ragge | |
| 1999-05-24 | First step towards MI Unibus/Q22 bus code. | ragge | |
| 1999-03-19 | Defined KEY_CAPSLOCK. | ad | |
| 1999-03-13 | Avoid warning if !QBA. | ragge | |
| 1999-03-13 | Change 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-10 | Un-nest __P(). | kleink | |
| 1999-02-03 | Catch up with a change to the stint interface. | mycroft | |
| 1999-02-02 | Another 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-19 | Fix some void pointers. | ragge | |
| 1999-01-19 | Allocate (almost) all interrupt vectors dynamically. Simplifies much | ragge | |
| work when adding support for new machines and devices. | |||
| 1999-01-15 | __pmax__ -> pmax, like other ports. | thorpej | |
| 1999-01-06 | use new KS_KEYCODE macro from wsksymdef.h | drochner | |
| 1999-01-01 | Giant change: NBPG now set to 4k and CLSIZE == 1 for vax. This change | ragge | |
| 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-29 | the btoc/ctob/btop macros must use CLBYTES, not NBPG. How this should | ragge | |
| work in the long run is an open issue; some parts must be reworked in a MI way. | |||
| 1998-11-05 | EGCS fixes. | ragge | |
| 1998-10-22 | back out last change - this file in unrelated to wscons stuff | drochner | |
| 1998-10-22 | adapt to keyboard driver changes | drochner | |
| 1998-10-22 | separate 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 for | nisimura | |
| future improvement work. | |||
| 1998-10-22 | wscons 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-22 | Code from Toru Nishimura and Matthias Drochner work on pmax wscons in a | briggs | |
| 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-22 | Updates from Takuya Kuomoto for wscons support for TC alphas. | briggs | |
| 1998-10-18 | Support for DWBUA (BI to Unibus adapter) and KLESI-B (TMSCP tape ctlr) added. | ragge | |
| 1998-10-06 | Change 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-18 | Map the "backspace" key to "delete" and the "remove" key to | drochner | |
| "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-17 | LK201/LK401 support for wscons (only decoding for now). | drochner | |
| 1998-09-17 | Add definition for highest legal LK201 keycode. | drochner | |
