summaryrefslogtreecommitdiff
path: root/sys/dev/dec
AgeCommit message (Collapse)Author
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
1998-09-17wskbd map for LK201/LK401drochner
1998-08-10Kickoff xmit interrupts, needed on chip DC7201.ragge
1998-07-21adapt to LANCE driver splitdrochner
1998-07-05defopt INET, NETATALK.jonathan
1998-07-04defopt DDB.jonathan
1998-06-14Add catch function for keyboard.ragge
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile.
1998-05-23Fixed bug with lost characters in DDB output.ragge
1998-05-21Support for DDB on DZ console.ragge
1998-05-17Split the DZ11 driver into two parts; can now use the same driver onragge
both unibus/qbus devices and vaxstations.
1998-04-19Copy alpha/tc/mcclock_ioasic.c (duplicated in pmax/tc/mcclock_ioasic.c)jonathan
into sys/dev/dec and split into a clockfns layer and a "middle" layer for other DEC systems which use mcclocks with each onchip byte register padded out to a 32-bit word. Clone alpha/alpha/mcclock (also duplicated in pmax port) into sys/dev/dec, and ifdef for default clockrates on pmax and alpha. Use new machinery on pmax for ibus,ioasic attached mcclocks.
1998-04-13t_wopen fixes.ragge
1998-03-22Clone lk20.h (keycode definitions) to /sys/dev/dec.jonathan
Update source pmax files accordingly. cvs remove old pmax/dev/lk201.h.
1998-03-21ubasetup() must be non-static. (used by QDSS)ragge
1998-03-02Support for UVM on VAXen.ragge
1998-01-24Remove __BROKEN_INDIRECT_CONFIG and change all drivers to useragge
config_search instead.
1998-01-18Make kernel compile & run again after latest config changes.ragge
1998-01-12Update for changes to config.thorpej
1998-01-12Adjust for config changes.thorpej
1998-01-05RCSID Police.perry
1997-10-05Copyright assigned to The NetBSD Foundation.thorpej
1997-09-02Nuke the idea of <machine/options.h>. It completely defeats the purposethorpej
of fine-grain option dependencies.
1997-07-22Use new <dev/dec/clockvar.h> and and <dev/dec/mcclokvar.h>.jonathan
Garbage-collect original headers from sys/arch/alpha.
1997-07-22pathname typo.jonathan
1997-07-22Create sys/dev/dec and cleanup sys/dev/tc:jonathan
* Move clockvar.h (header file for generic clock code) to sys/dev/dec. * Move if_le_dec.c with DEC padded LANCE-dma (pmax/pmax, ioasic, vax 3400) to sys/dev/dec. Remove from sys/dev/tc. * Declare attribute le_dec_subr in /sys/dev/dec/files.dec, use if_le_dec.c when it's defined. * Move IOCTL asic declaration from pmax and Alpha MD machine files to sys/dev/tc/files.tc. * move TurboChannel and ioasic if_le attachments from pmax and Alpha machine config files to /sys/dev/tc/files.tc. Add le_dec_subr attribute. * Add if_le_dec attribute to if_le_ibus (pmax ds3100 pmax) LANCE attachment.
1997-06-22Clone Alpha ``cpu-independent'' clock API headers into sys/dev/tc/,jonathan
to share them with pmax.
1997-06-16include <machine/bus.h>.jonathan
1997-06-15DECstation MIPS3 support: wbflush() is cpu-dependent, need declaration frommhitch
machine/locore.h.
1997-04-07by default, provide RCS IDs for NetBSD/alpha kernel files in kernel binaries.cgd
This can be disabled (to save a bit of space) with the NO_KERNEL_RCSIDS options, which is present but commented out in the ALPHA config file. In ELF-format kernels, these strings are present in the kernel binary but are not loaded into memory. (In ECOFF-format kernels, there's no easy way to keep them from being loaded, so they _are_ loaded into memory.)
1997-04-07clean up NetBSD RCS ID strings, include machine/options.hcgd
1997-04-07clean up NetBSD RCS ID stringscgd
1997-04-06clean up NetBSD RCS ID strings, include machine/options.hcgd
1997-03-17#include <net/if_media.h>thorpej
1997-03-15New ARP system, supports IPv4 over any hardware link.is
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch.
1997-03-12enabled SQWE as well as PIE in reg B.cgd
1997-02-04Support for DL11 (-compatible) async ctlr.ragge
Written by Ben Harris (bjh@mail.dotcom.fr).
1996-12-08remove all traces of __BROKEN_INDIRECT_CONFIG (except in shared drivers)cgd
1996-12-05update these so they compile whether or not __BROKEN_INDIRECT_CONFIGcgd
is defined.
1996-10-13backout previous kprintf changechristos
1996-10-13backout previous kprintf changechristos
1996-10-13backout kprintf changeschristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-02tty stop functions really should return void, not int, and certainly not both.mycroft
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
a char *, because that's what was really intended, and because if the print function modifies the string, various things could become unhappy (so the string should _not_ be modified).
1996-08-20Modified to get cleaner match/attach code for different parent buses.ragge
Fix so that resource wait queueing works. Changed all functions to take a pointer to uba_softc instead of unit number, except for ubareset(). This must be done later.