Age | Commit message (Expand) | Author |
2002-08-16 | remove debugging code | Jason Wright |
2002-08-16 | Scale back rows and columns if the font would not otherwise fit on the | Todd C. Miller |
2002-08-12 | Convert sparc console code from rcons and pseudo-devices to rasops and wscons. | Miod Vallat |
2002-08-08 | Completely rework transmit interrupt handling: | Jason Wright |
2002-08-07 | KNF (parenthesized returns) | Jason Wright |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-07-17 | DTIMEXP is not a fatal error, deal with it. | Jason Wright |
2002-07-12 | Use interrupts for fetching ADC conversions instead of polling. | Jason Wright |
2002-07-09 | try to disable vsync timing if sparc_vsyncblank is set | Jason Wright |
2002-07-09 | allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ... | Jason Wright |
2002-07-08 | bzero the correct size (I swear this worked at one time...) | Jason Wright |
2002-07-08 | Correctly convert to new timeouts (this hasn't compiled for awhile) | Jason Wright |
2002-07-08 | in addition to check cd_ndevs, also check that cd_devs[N] != NULL | Jason Wright |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-08 | Use tsleep. | Artur Grabowski |
2002-06-07 | knf | Jason Wright |
2002-06-03 | spell transceiver correctly | Theo de Raadt |
2002-05-29 | splbio around biodone. | Artur Grabowski |
2002-05-17 | Handle the removal of 'const' from structure definition. | mjacob |
2002-04-30 | Fix an ancient problem in how sparc interrupts are handled. | Artur Grabowski |
2002-04-28 | Rename all PIL_* constants to IPL_* to match other archs and make them | Artur Grabowski |
2002-03-14 | use getprop, not getpropstring to fetch 'magma_prom' property... | Jason Wright |
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 |
2002-03-13 | On sparc, PAGE_SIZE and friends might not be a compile-time constant. | Miod Vallat |
2002-02-08 | Better tx interrupt handling; don't call bestart() from betint() unless | Jason Wright |
2002-02-08 | since we're checking, avoid an unnecessary write | Jason Wright |
2002-02-08 | Better IFF_OACTIVE handling; don't bother calling qestart() unless | Jason Wright |
2002-02-08 | simplify qec_put a bit | Jason Wright |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-25 | Add support for the "Magma 2+1HS Sp" (from NetBSD) | Jason Wright |
2002-01-20 | move a few more arch specific drivers to use new allocm and round_buffersize. | Eric Jackson |
2002-01-18 | Move CS_TIMEOUT decl | Jason Wright |
2002-01-13 | comment typos | Jason Wright |
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright |
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright |
2002-01-11 | for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's | Jason Wright |
2002-01-11 | Only check for playback interrupts if we're actually expecting them. | Jason Wright |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. jason@ ok | Thomas Nordin |
2002-01-01 | Don't whine about not having carrier... ifconfig on the interface will say so. | Jason Wright |
2001-12-14 | Major restructuring for swizzling to the request queue and unswizzling from | mjacob |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-11-29 | oops | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-27 | garbage collect sc_nticks | Jason Wright |
2001-11-19 | more than typo | Theo de Raadt |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-05 | grr, I had this right to begin with... NOW X10 firecracker works. | Jason Wright |