Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-05 | a few more devices to come later (commented out now) | Michael Shalayeff | |
2003-10-05 | reload the itmr as soon as we get the intr to avoid lagging on slower machines | Michael Shalayeff | |
2003-10-04 | - document that boot will by default try to load /bsd, /obsd then /bsd.old. | Jason McIntyre | |
- indent examples, and put descriptions before rather than after them. ok mickey@ | |||
2003-10-04 | (boot): device: filename -> device:filename | Jason McIntyre | |
nice CAVEAT, BTW. | |||
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-09-29 | ahc seems to work, some more phys and sync generic/ramdisk | Michael Shalayeff | |
2003-09-29 | dino/cujo pci bridge | Michael Shalayeff | |
2003-09-29 | dino/cujo pci bridge | Michael Shalayeff | |
2003-09-28 | sti1 could be at phantomas too | Michael Shalayeff | |
2003-09-26 | regen | Michael Shalayeff | |
2003-09-26 | dmamap_syncing the loaded mbufs is whacky trip per physaddrs | Michael Shalayeff | |
2003-09-26 | typos in tlb stats vars' export | Michael Shalayeff | |
2003-09-25 | j2x0 do not like our fiddling over th led port; testing by pb@ | Michael Shalayeff | |
2003-09-25 | some pcxl2 do not report fpus -- assume it's there | Michael Shalayeff | |
2003-09-25 | provide a function to enable accel io on pcxl2 and use it on the fb | Michael Shalayeff | |
2003-09-25 | define pcxl2's mioc regs and devise l2 cache size on pcxl2 from there | Michael Shalayeff | |
2003-09-25 | a copule more regs present on pcxl2 | Michael Shalayeff | |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-09-04 | a better cpu identification; testing by miod | Michael Shalayeff | |
2003-08-31 | pdc_model needs to be visible from cpu.c | Miod Vallat | |
2003-08-28 | b180 wink-wink | Michael Shalayeff | |
2003-08-22 | regen | Michael Shalayeff | |
2003-08-22 | rework cpu identification | Michael Shalayeff | |
2003-08-21 | better guess on dual-card (not dual-head cards) rom adress guessing; miod@ ↵ | Michael Shalayeff | |
testing | |||
2003-08-21 | regen | Michael Shalayeff | |
2003-08-21 | a bunch of better descriptions and missing board names from weissmanndude | Michael Shalayeff | |
2003-08-20 | regen | Michael Shalayeff | |
2003-08-20 | be consistant w/ machdep.c on cpu names as suggested by paul weissmann | Michael Shalayeff | |
2003-08-20 | devise the power reg address as hpa for the power device and thus avoid ↵ | Michael Shalayeff | |
manual offset printing. add some code for interrupt-driven power-fail | |||
2003-08-20 | support systems where power service is available from pdc and implement a ↵ | Michael Shalayeff | |
cold hook as well thus do not powerleash lasi should we have cold_hook already set | |||
2003-08-20 | allow powerless kernels | Michael Shalayeff | |
2003-08-20 | do not attach coms at harmony but gsc now; commented out siop@mainbus | Michael Shalayeff | |
2003-08-20 | handle power button (on 712 for now) | Michael Shalayeff | |
2003-08-20 | print hv for unconfigured devices as well | Michael Shalayeff | |
2003-08-20 | regen | Michael Shalayeff | |
2003-08-20 | tornado is really a 7200/pcxt'; from weissmanndude | Michael Shalayeff | |
2003-08-20 | mfcpu_t appears to be more useful as mfcpu it seems | Michael Shalayeff | |
2003-08-20 | missing nl in debugging prontf | Michael Shalayeff | |
2003-08-15 | bitneaks anonymous randomisation | Michael Shalayeff | |
2003-08-14 | better comment on the new coms | Michael Shalayeff | |
2003-08-14 | attach those funky teleshare ttys | Michael Shalayeff | |
2003-08-14 | attach at teleshare serial ports as well. need dsp microcode for a ↵ | Michael Shalayeff | |
functional mudem now | |||
2003-08-11 | during probe there is no need to map the whole hpa space. only rom is ↵ | Michael Shalayeff | |
needed. also do not map too much of rom | |||
2003-08-11 | a few strict protos | Michael Shalayeff | |
2003-08-11 | wax mongoose | Michael Shalayeff | |
2003-08-07 | missed one wrt intr_establish | Michael Shalayeff | |
2003-08-07 | dead proto | Michael Shalayeff | |
2003-08-07 | make all intr_establish take the same last arg for name | Michael Shalayeff | |
2003-08-07 | first allocate space on stack then copyout signal shits. add a DEBUG check ↵ | Michael Shalayeff | |
for a whacky user pc (as impossible due to the recent trap.c change) | |||
2003-08-07 | be more careful when loading trap_tmp_save and a bit better sigcode | Michael Shalayeff | |