Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-23 | three small bugs pointed out by Adam <vt@ikp.pl> | Jason Wright | |
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski | |
2001-01-20 | if using serial console, do not apply graphics rows/cols to tty settings; ↵ | Theo de Raadt | |
joost@c-lab.de | |||
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright | |
- use a flag to specify allocations for 24 bit devices - compatibility macros to deal with the 32 bit devices This fixes the 'le at sbus' on sun4m problem (with the extent fixes earlier), and allows the Artecon ethernet cards to work in sun4m machines. | |||
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-11-28 | How did this work? | Jason Wright | |
2000-11-28 | Repair: grrrrrr... brought in wrong changes -again- | Jason Wright | |
2000-11-28 | oops, not yet | Jason Wright | |
2000-11-28 | remove statics and knf | Jason Wright | |
2000-11-22 | Remove UNTESTED comments on cpus that I know work. | Artur Grabowski | |
2000-11-22 | cosmetic. | Artur Grabowski | |
2000-11-17 | seems the qe/mace combination needs a delay between accesses to the | Jason Wright | |
two chips. Better fix for the NMI problem. | |||
2000-11-16 | - remove other media types, the MACE isn't as bright as one would hope | Jason Wright | |
- always set it to autoselect, tp - remove the wait for media stuff: appears to be a local issue on - simplify the ifmedia callbacks appropriately | |||
2000-11-16 | wait for the MACE to figure out whether it has media or not, and then | Jason Wright | |
clear interrupt status and such before enabling rx and tx. | |||
2000-11-16 | - Fix the NMI problem: it seems the qec channel reset also resets the MACE, and | Jason Wright | |
a race condition existed where after a qec channel reset, accesses to the MACE would cause an NMI: so wait for the MACE to come out of reset before accessing. - add ifmedia support (mainly so I can get at the link status from other code) - move some of the spl handling around (more correct) - rewrite qe_mcreset() again so that all it does is set the multicast filter - use bzero to initialize the buffers and descriptors - rearrange the MACE setup to conform to the suggestions in the datasheet | |||
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski | |
traced proc. The vnode is in the proc and all functions need the proc. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-08 | Use netisr_dispatch. | Artur Grabowski | |
2000-11-07 | Cleanup ctx_free wrt. 4m vs. 4c. | Artur Grabowski | |
plus some other minor cleanups. | |||
2000-11-07 | Cleanup some ifdefs in the powerdown code. | Artur Grabowski | |
2000-11-07 | Race conditions make it hard for us to know if the interrupt was for us. | Artur Grabowski | |
Return -1 instead of 0 if we did not service the interrupt. XXX - this is a horrible kludge, but should fix the stray interrupt problem that so many people have seen. | |||
2000-10-27 | more precise BUFCACHEPERCENT calculations. | Michael Shalayeff | |
from gluk@ptci.ru; deraadt@ and niklas@ ok | |||
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff | |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt | |
2000-10-16 | quiet these puppies down- this OpenBSD, not some callow system like NetBSD | mjacob | |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt | |
2000-10-16 | Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions. | mjacob | |
Major rewrite of a lot of internals- far too many to list. Cleaner locking, more paramaterization, an isp_prt logging function that handles debugging as well as error printouts. We also should no longer hang if there is no Loop for Fibre Channel when booting. The file ispvar.h now contains a list of all platform required macros and explanation as to what they're for. This should make maintenance easier. | |||
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski | |
2000-09-21 | initialize sc_link.openings to it's (currently) default value of 4 | Michael Shalayeff | |
2000-09-18 | fix reversed muting; patch from: jason@ | Brad Smith | |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller | |
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively. | |||
2000-07-25 | remove debugging stuff i commited by accident | Theo de Raadt | |
2000-07-19 | Blink with new timeouts. | Artur Grabowski | |
2000-07-18 | move bootblocks around a bit more | Theo de Raadt | |
2000-07-14 | on a SparcStation Voyager, the 2nd zs device does not exist. | Theo de Raadt | |
2000-07-11 | since .cvsignore is there, .keep_me is not needed | Theo de Raadt | |
2000-07-11 | NKDD? no -- NKBD, bad mjacob | Theo de Raadt | |
2000-07-07 | Fix some spl handling. | Artur Grabowski | |
Return 1 from zshard more often to reduce (not fix) the stray interrupt problem. | |||
2000-07-07 | Convert spl* on sparc to be raising-only. | Artur Grabowski | |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson | |
code and keep old behaviour. (art@ ok) | |||
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson | |
2000-07-06 | Use isp_handle_index functions. Reorder when things get | mjacob | |
done (and return CMD_EAGAIN on request queue overflow so we can retry). | |||
2000-07-05 | Fix spl-handling in cnstart. | Artur Grabowski | |
2000-07-05 | Change splsoftclock to spltty. spltty is probably too paranoid, but it's | Artur Grabowski | |
less wrong than using splsoftclock which is defined to be a lowering spl (this doesn't matter on the sparc yet, because spls on sparc are wrong, but it will matter soon). | |||
2000-07-05 | OpenBSD-tag | Artur Grabowski | |
2000-07-04 | missing splx | Artur Grabowski | |
2000-07-04 | Missing splx. | Artur Grabowski | |
2000-07-04 | Add a missing splx in intr_fasttrap. | Artur Grabowski | |
2000-07-04 | Cleaner spl handling in userret. | Artur Grabowski | |
2000-06-28 | look in kbd.h to see whether we have configured a keyboard | mjacob | |