summaryrefslogtreecommitdiff
path: root/sys/arch/vax/vsa/dz_ibus.c
AgeCommit message (Expand)Author
2008-08-24vsbus machines also have modem control bits on line #2, no need to fake them.Miod Vallat
2008-08-18Shuffle the dz console code (both serial and keyboard) to be more independentMiod Vallat
2008-08-15In dzcninit(), do not forget to enable the receiver in addition to theMiod Vallat
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-28Explicitely mention we are the console device, when applicable.Miod Vallat
2006-08-03Since we will only attempt to configure a keyboard on line 0 on machinesMiod Vallat
2006-08-01Avoid a few NULL dereferences, and boot -c works on vax with glass console.Miod Vallat
2006-07-30Use DZ_CSR_xxx symbolic constants.Miod Vallat
2006-07-30Allow keyboard attachment on VS 4k/90 as well, spotted by deraadt@Miod Vallat
2006-07-29Attach keyboard and mouse on VAXstations. Non-keyboard capable machines areMiod Vallat
2006-07-29Better ``no dz console to a keyboard connector'' fix which does not interfereMiod Vallat
2006-07-29Make sure we never attach a dz console to a keyboard port on VAXstations,Miod Vallat
2006-07-19Honour L3 switch on VS4k/90, even if we don't support glass console yet;Miod Vallat
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-10-01There are anecdotal reports of firmware being writable on some CougarHugh Graham
2001-08-26The lkkbd and lkms drivers are causing problems on several machines,Hugh Graham
2001-08-25Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,Hugh Graham
2001-06-15Compile kernel with -Wall, and fix a few issues for this to work.Miod Vallat
2001-05-16Blind merge of wscons support from NetBSD/vax. Perhaps someone with aHugh Graham
2001-02-11Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus.Hugh Graham
2001-01-30Get DZ on the Cheetah working properly. (argh)Hugh Graham
2001-01-28Basic support for boardtype 1303 (Cheetah) machines.Hugh Graham
2000-04-27forgot these, oopsBrandon Creighton