Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert | |
This should take care of the simpler ones (i.e., timeout values of integer multiples of hz). ok krw@, art@ | |||
2008-08-24 | Writing to the DTR register on KA60 resets the TCR register behind our back. | Miod Vallat | |
Preserve it explicitely in dzmctl() and restore it after the DTR update. (This problem was a real PITA to track down) | |||
2008-08-24 | typo | Miod Vallat | |
2008-08-15 | Make the DZ_{READ,WRITE}_{BYTE,WORD} macros visible outside of dz.c, for | Miod Vallat | |
other dz attachments to be able to use them (soon). | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing | |
the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI, CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI. ok miod@ | |||
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback | |
2007-05-10 | evcnt & friends were replaced by a proper interrupt counting mechanism 3 ↵ | Theo de Raadt | |
years ago; ok miod | |||
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat | |
2006-08-05 | If a dz child driver has taken over a line, it will never be accessible | Miod Vallat | |
as /dev/tty0X, period. So return ENXIO instead of EBUSY in dzopen(). | |||
2006-07-31 | More dead structures and defines... | Miod Vallat | |
2006-07-31 | Get my raster ops correct for the cursor, fixes the display glitches. | Miod Vallat | |
2006-07-29 | Sync dz and lk{kbd,ms} code with NetBSD, this allows keyboards to work when | Miod Vallat | |
initialized by the PROM. | |||
2006-07-19 | Remove long dead meat and irrelevant defines. No functional change. | Miod Vallat | |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller | |
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@ | |||
2006-01-17 | Use angle bracket and no relative paths for all include files which are not | Miod Vallat | |
created by config(8); no functional change. | |||
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat | |
thus removing the need for drivers to initialize cn_pri to CN_DEAD when hardware probe fails. | |||
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat | |
2005-11-24 | splimp -> splvm | Brad Smith | |
ok martin@ | |||
2005-11-12 | Make sure we only touch associated processes of physical buffers. | Pedro Martelletto | |
Okay deraadt@. | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff | |
2004-07-09 | qbus vector counting, too; from hugh | Theo de Raadt | |
2004-07-07 | new-style interrupt counters. based on initial work by hugh. ok miod | Theo de Raadt | |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko | |
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt | |||
2003-11-10 | Get rid of the "struct pte" bitfield, and use straight integers. | Miod Vallat | |
Makes the code slightly more readble, removes casts, and makes some specific constants defined for the bitfields disappear in pmap.c... No functional change. | |||
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat | |
There are more occurences hiding in binutils, lynx and afs but I am too lazy to report them upstream at the moment. | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-04-06 | remove an erroneous comment | Hugh Graham | |
2003-04-06 | Significant DHU driver fixups: | Hugh Graham | |
. immediately service all available action reports in the transmit . interrupt handler so we don't exhaust the action report fifo and . hang the device when under high load . . set receive interrupt delay to 10ms if the hardware supports it, . vastly reducing interrupts by allowing the receive fifo to fill . . always use dma when in DHU11 mode | |||
2003-04-03 | Real DHUs don't have a TXCHAR register, so write directly to the fifo | Hugh Graham | |
instead. Driver now transmits successfully in both DHV and DHU mode. | |||
2003-04-02 | DZ-11 (or the DZ-11 alike in the VS4000/VLC anyway) only interrupts when | Jason Wright | |
the RX fifo goes from 0 -> 1 characters. If the FIFO is filled (eg. during autoconf where interrupts are cleared), the dz will never interrupt for rx again. Solution: drain the fifo on first open. ok hugh | |||
2003-02-03 | From NetBSD: Add functions to allocate mapped-in qbus memory. | Hugh Graham | |
2002-12-27 | Use model control capability to distinguish 8 from 16 line models, | Hugh Graham | |
and don't ttymalloc lines we don't have. CXA16 in DHV-11 mode is probably still not correct. | |||
2002-10-19 | Kill register. | Hugh Graham | |
Add intvec counting. Adapt to openbsd WOPEN handling. All untested but does compile... | |||
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat | |
do it in those consoles either. | |||
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham | |
Some header syncing and a couple network drivers came along for the ride. Assembly files have been renamed from .s to .S to facilitate diffs. Kernel is backwards compat - with manual interaction. OpenBSD features have been preserved. | |||
2002-06-10 | sleep() -> tsleep() | Miod Vallat | |
2002-06-08 | protect biodone with splbio | Artur Grabowski | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin | |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt | |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat | |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. hugh@ ok | Thomas Nordin | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-08-25 | Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas, | Hugh Graham | |
and concerned with intvec counting. Also some ANSIfication. |