Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-01 | o sun4c supported now | Jason Wright | |
o added collision counters o general improvements | |||
1998-09-01 | o Removed dependence on stp2002 (not sharable with qec+be) | Jason Wright | |
o Added collision counters o Should work on sun4c | |||
1998-08-31 | better debug printfs | Michael Shalayeff | |
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller | |
1998-08-31 | glue in xfs | Artur Grabowski | |
1998-08-30 | Add definition of MID_MACHINE. Set to 0 (MID_ZERO) because it needs to be ↵ | Todd C. Miller | |
*something* | |||
1998-08-30 | Add extra cpu_setup argument. | Jason Downs | |
1998-08-30 | Rearrange cpu_setup call and add an extra argument in order to cope with | Jason Downs | |
MediaGXm problems. For now, this unsets the TSC bit in the cpuid output. | |||
1998-08-29 | typo in ksyms spec, add ch too | Niklas Hallqvist | |
1998-08-29 | more functions | Michael Shalayeff | |
1998-08-29 | general cleanup | Michael Shalayeff | |
1998-08-29 | add kernel to LIF volume in case we have DISKLESS built | Michael Shalayeff | |
1998-08-29 | postpone bzero buffer on padding | Michael Shalayeff | |
1998-08-29 | merge PDC/IODC calls info | Michael Shalayeff | |
1998-08-29 | fix {KERNEL,RESET}_PSW | Michael Shalayeff | |
1998-08-29 | TLB stats definitions | Michael Shalayeff | |
1998-08-29 | tabs vs space; hptmask definition | Michael Shalayeff | |
1998-08-29 | m-include protection | Michael Shalayeff | |
better trap names remove garbage | |||
1998-08-29 | reduce code limit | Michael Shalayeff | |
add new_noncontig definitions syscall gateway define | |||
1998-08-29 | add delay() and trap() protos | Michael Shalayeff | |
1998-08-29 | fix entry/exit macros | Michael Shalayeff | |
add profiling support s/ptov/hptmask/ fix comments | |||
1998-08-28 | some float/double/ldouble info | Michael Shalayeff | |
1998-08-28 | some MD setjmp-related info | Michael Shalayeff | |
1998-08-28 | o added link negotiation | Jason Wright | |
o sun4c support (XXX: will be revised) | |||
1998-08-27 | ksyms | Theo de Raadt | |
1998-08-27 | Undo changes which were not discussed. | Theo de Raadt | |
1998-08-27 | defopt NTP | Michael Shalayeff | |
1998-08-26 | First cut at qec+be support. Works in 10mbit/half duplex mode. | Jason Wright | |
Removed qec+be dependency on stp2002. | |||
1998-08-26 | o Fix up address ranges | Jason Wright | |
o Added qec_translate for translating addresses of prom children o Added qec_reset to do a generic reset of the card | |||
1998-08-25 | Provision for mask or no mask mode | Per Fogelstrom | |
1998-08-25 | More interrupt changes | Per Fogelstrom | |
1998-08-25 | Polish | Per Fogelstrom | |
1998-08-25 | Add badaddr() and fix faultbuf handling | Per Fogelstrom | |
1998-08-25 | Mapping stuff v.i 4e | Per Fogelstrom | |
1998-08-25 | Faultbuf mods | Per Fogelstrom | |
1998-08-25 | Use symbolic names | Per Fogelstrom | |
1998-08-25 | Use symbolic names | Per Fogelstrom | |
1998-08-25 | Make faultbuf a struct | Per Fogelstrom | |
1998-08-25 | Local macro | Per Fogelstrom | |
1998-08-25 | Cleanup | Per Fogelstrom | |
1998-08-25 | Add a few defines and change some. | Per Fogelstrom | |
1998-08-25 | Fix a couple of spl errors - spotted by Dale and me. | Per Fogelstrom | |
1998-08-25 | clear softints when they are taken, by the time hwpend as used, it was zeroed. | Dale S. Rahn | |
1998-08-25 | have two areas to store irq counts, one for hardinterrupts, one for soft | Dale S. Rahn | |
(delayed) interrupts. The 82378 does not seem to like a nonspecific EOI with the vector supplied, so do the specific EOI. Now getting reasonable hard interrupt counts. | |||
1998-08-24 | reorganize | kstailey | |
1998-08-24 | use new audio | kstailey | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-08-23 | crank max data size from 64 to 128 meg | Marco S Hyman | |
1998-08-23 | ofnet driver does not work with bpf. | Dale S. Rahn | |
1998-08-23 | Code to maintain edge/level in the isa interrupt driver. | Dale S. Rahn | |
Use the pci iack cycle to determine interrupt cause instead of polling the chip. Probably could use some more work. |