Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-09 | Pass a device name to {tc,tcds,ioasic}_intr_establish in order to get | Miod Vallat | |
meaningful names associated to the interrupt counters. | |||
2008-07-30 | Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args; | Miod Vallat | |
ok deraadt@ | |||
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@ | |||
2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. | Miod Vallat | |
No functional change. | |||
2007-06-25 | Fix a couple of "of of"s in comments. | Tom Cosgrove | |
2007-06-18 | fix pasto's | Jasper Lievisse Adriaanse | |
from janjaap@stack.nl | |||
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback | |
oustside, seqencer, toghether, nessissary, etc. | |||
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback | |
2007-04-12 | Fix newlines in dmesg. | Miod Vallat | |
2006-03-13 | Remove unused softc member. | Miod Vallat | |
2006-03-13 | Regen | Miod Vallat | |
2006-03-13 | Conforming to the party's line, report unconfigured devices as | Miod Vallat | |
"TC identifier" (description) at tc0 ... unconfigured instead of drivername (description) at tc0 ... unconfigured Plus this allows us to shrinken the description structure and get rid of a generated file. Only affects TCVERBOSE kernels. | |||
2005-10-11 | TC le(4) needs to be accessed in sparse address space for alpha. | Martin Reindl | |
Should fix TC ethernet cards as noted by some people. from NetBSD ok miod@ | |||
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski | |
eyeballed by krw@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell | |
edits by Theo. deraadt@ ok | |||
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-05 | 3/4 knockout for peter galbavy | Theo de Raadt | |
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-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff | |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-06-09 | More sc_arpcom fallout. | Artur Grabowski | |
Not tested because all alphas in my reach are dead right now. From Dries Schellekens. | |||
2002-06-02 | withough -> without | Theo de Raadt | |
2002-05-03 | Regen. | Miod Vallat | |
2002-05-03 | Add more cards and device names, and print better looking probe messages for | Miod Vallat | |
unknown cards. | |||
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat | |
A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski | |
misc pmap usage fixes. | |||
2001-11-30 | Kill uvm_pagealloc_contig. The two drivers that still used it should have | Artur Grabowski | |
been converted to bus_dma ages ago, but since noone haven't bothered to do that I haven't bothered to do more than to test that the kernel still builds with those changes. | |||
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-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff | |
2001-06-27 | More pmax files are leaving the party. | Miod Vallat | |
2001-06-27 | zap old vm | Artur Grabowski | |
2001-06-25 | Convert to new timeouts; miod@ ok | Aaron Campbell | |
2001-05-11 | Revert previous untested change, until a fix is ready. | Miod Vallat | |
2001-05-01 | Convert to new timeouts. | Aaron Campbell | |
2001-01-25 | spelling | Todd T. Fries | |
2000-11-08 | allocate le_iomem in le_ioasic_attach instead of MD code, | Artur Grabowski | |
only for UVM. | |||
2000-09-10 | Pull in two asc fixes from NetBSD, makes pmax port on DS5000/200 alive again | Miod Vallat | |
1999-12-03 | make this compile again; millert. | Jason Wright | |
1999-11-30 | more KNF and cleanup | Jason Wright | |
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-06-23 | sync | Theo de Raadt | |
1998-06-23 | add LoFi;jonathan | Theo de Raadt | |