summaryrefslogtreecommitdiff
path: root/sys/arch/vax/qbus
AgeCommit message (Expand)Author
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-12-16spelling; from Jacob MeuserTheo de Raadt
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-08-24Writing to the DTR register on KA60 resets the TCR register behind our back.Miod Vallat
2008-08-24typoMiod Vallat
2008-08-15Make the DZ_{READ,WRITE}_{BYTE,WORD} macros visible outside of dz.c, forMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2007-05-10evcnt & friends were replaced by a proper interrupt counting mechanism 3 year...Theo de Raadt
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-08-05If a dz child driver has taken over a line, it will never be accessibleMiod Vallat
2006-07-31More dead structures and defines...Miod Vallat
2006-07-31Get my raster ops correct for the cursor, fixes the display glitches.Miod Vallat
2006-07-29Sync dz and lk{kbd,ms} code with NetBSD, this allows keyboards to work whenMiod Vallat
2006-07-19Remove long dead meat and irrelevant defines. No functional change.Miod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
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
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-11-24splimp -> splvmBrad Smith
2005-11-12Make sure we only touch associated processes of physical buffers.Pedro Martelletto
2005-03-08Cosmetics...Thierry Deval
2004-09-19constify speedtabs and make ttspeedtab() take a const struct speedtab *Michael Shalayeff
2004-07-09qbus vector counting, too; from hughTheo de Raadt
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
2003-11-03spelling fixes (in the comments)David Krause
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-26Typos: defintion -> definition, proccess -> processMiod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-11string cleaning; krw okTheo de Raadt
2003-04-06remove an erroneous commentHugh Graham
2003-04-06Significant DHU driver fixups:Hugh Graham
2003-04-03Real DHUs don't have a TXCHAR register, so write directly to the fifoHugh Graham
2003-04-02DZ-11 (or the DZ-11 alike in the VS4000/VLC anyway) only interrupts whenJason Wright
2003-02-03From NetBSD: Add functions to allocate mapped-in qbus memory.Hugh Graham
2002-12-27Use model control capability to distinguish 8 from 16 line models,Hugh Graham
2002-10-19Kill register.Hugh Graham
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-11New boot code, mostly from ragge's work in NetBSD.Hugh Graham
2002-06-10sleep() -> tsleep()Miod Vallat
2002-06-08protect biodone with splbioArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-01-23compatability -> compatibility.Federico G. Schwindt