Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-18 | A potpourri of fixes and improvements: | Miod Vallat | |
- sync with recent NetBSD changes, gives better performance for PIO reads; - sprinkle a few DELAY when busy-waiting for the chip to change state, to unload the bus. ok deraadt@, tests millert@ and I. | |||
2004-08-18 | Add 'irq6/clock0' to evcount on luna88k. | Kenji Aoyama | |
ok miod@ | |||
2004-08-18 | s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names) | Dale Rahn | |
ok miod@ and deraadt@ | |||
2004-08-18 | remove: GPL_MATH_EMULATE MSDOSFS rl tx tl wb | Theo de Raadt | |
add: ahd This is a wortwhile exhange! | |||
2004-08-17 | Use device name, not constant string, ok deraadt@ | Dale Rahn | |
2004-08-17 | Improved interrupt counters for arm: no spaces in the names, | Dale Rahn | |
return correct value for interrupt routines, fix some string overflows. only count the interrupts we are interested in. ok miod@ | |||
2004-08-17 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1. | Tom Cosgrove | |
ok deraadt@ | |||
2004-08-16 | Uninline splraise to save some time and space. | Artur Grabowski | |
deraadt@ ok, tested by many for a long time. | |||
2004-08-15 | gracefully handle FP traps | Per Fogelstrom | |
2004-08-15 | cast | Per Fogelstrom | |
2004-08-15 | gas 2.14 have different understanding of 32-64 bit constant cvt | Per Fogelstrom | |
2004-08-15 | remove LP32 defs not used | Per Fogelstrom | |
2004-08-15 | Add back the broken swap. This needs to be checked why it has to | Per Fogelstrom | |
(or not) be there. Meanwhile leave it in. | |||
2004-08-15 | cleanup and more protos | Per Fogelstrom | |
2004-08-14 | Add isa vga to amd64 install media kernels. This makes it possible to | Kenneth R Westerback | |
use a normal console to install on systems, such as my Tyan S2885, which find the in-built vga in isa land rather than pci land. Completes earlier work by Tom Cosgrove on GENERIC. ok deraadt@ | |||
2004-08-14 | re-enable ahc on pci since mickey is missing | Theo de Raadt | |
2004-08-14 | bad bad typo + thinko made ktrace broken in smp. ok deraadt@ | Niklas Hallqvist | |
2004-08-12 | Fix the shared irq problem, by allocating a low priority vector | Niklas Hallqvist | |
so that the "high" pri interrupt gets blocked by the "low" spl & irq handler, and raise the cpl to the "high" level in the handler, so that no other in fact lower-leveled, interrupts can preempt the handling of the "high" interrupt. This means that the "low" interrupt gets the same quality treatment, thus causing some degradation in performance. Therefore we still issue a diagnostic, so people can try to avoid the situation by tweaking their BIOS settings. Note, there is still issues with dynamically established interrupts which cause irq sharing, we are working on that. | |||
2004-08-11 | In dkcsumattach() avoid modifying bootdev until we are done matching. | Todd C. Miller | |
Also deal with mixed scsi/ide/whatever setups. Based on a diff from Fred de Jong. OK deraadt@ and tested by several people. | |||
2004-08-11 | no ecoff | Per Fogelstrom | |
2004-08-11 | fix microtime | Per Fogelstrom | |
2004-08-11 | ansi | Theo de Raadt | |
2004-08-11 | various ansi and spacing issues; pefo ok | Theo de Raadt | |
2004-08-11 | PCIVERBOSE by default (USBVERBOSE comes along for the future ride); pefo ok | Theo de Raadt | |
2004-08-11 | spacing | Theo de Raadt | |
2004-08-11 | and this, heh | Theo de Raadt | |
2004-08-11 | pefo look at this diff closely | Theo de Raadt | |
2004-08-11 | $OpenBSD$ - ok pefo@. | Xavier Santolaria | |
2004-08-11 | Use bus_space_*_multi_*() when applicable; from NetBSD. | Miod Vallat | |
tested by aoyama@ | |||
2004-08-11 | Fix off-by-ones in bus_space_*_multi_*() | Miod Vallat | |
tested by aoyama@ | |||
2004-08-10 | Print the newline after vgafb_mapregs(), not before since vgafb_mapregs() | Todd C. Miller | |
may print diagostic messgaes on error. OK henning@. | |||
2004-08-10 | copyrights | Per Fogelstrom | |
2004-08-10 | copyrigths | Per Fogelstrom | |
2004-08-10 | zap ECOFF | Per Fogelstrom | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | remove MID_MACHINE from here. one is enough | Per Fogelstrom | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | gone | Per Fogelstrom | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | use MID_MIPS64 | Theo de Raadt | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | The second spc is missing on original LUNA-88K, so add and check the | Kenji Aoyama | |
machine type field in the internal device lists. ok miod@ | |||
2004-08-10 | make kvm happy again! | Per Fogelstrom | |
2004-08-10 | Add O2 built in ethernet. | Per Fogelstrom | |
2004-08-10 | clean | Per Fogelstrom | |
2004-08-10 | make enaddr_aton in machdep.c global | Per Fogelstrom | |
2004-08-10 | Don't mess with the msgbuf location when free memory is determined by the bios. | Per Fogelstrom | |
2004-08-10 | use generic net/netisr_dispatch.h; pefo@ ok | Michael Shalayeff | |