Age | Commit message (Expand) | Author |
2006-06-07 | enable azalia; ok jason | Theo de Raadt |
2006-06-07 | do not #undef HORRID_III_HACK | Theo de Raadt |
2006-06-06 | Define R5k/R10k extra trap codes. | Miod Vallat |
2006-06-06 | In pmap_enter(), when deciding to flush the icache for a page, invoke the | Miod Vallat |
2006-06-06 | use _C_LABEL() instead of _ | Michael Shalayeff |
2006-06-05 | In ubareset(), be sure to destroy the uba extent before recreating it, to | Miod Vallat |
2006-06-04 | Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguous | Miod Vallat |
2006-06-04 | When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this | Miod Vallat |
2006-06-02 | Fix name of lcd(4) in dmesg. | Miod Vallat |
2006-06-02 | Map the vector page cacheable during startup. | Miod Vallat |
2006-06-02 | now that com_cardbus works on macppc, add 'com* at cardbus?' to GENERIC | Felix Kronlage |
2006-06-02 | sbus_establish() and the associated linked list in the sbus softc is now only | Miod Vallat |
2006-06-02 | When trying to find leaf lebuffer devices, to work around broken old PROMs, | Miod Vallat |
2006-06-02 | All I wanted was to fix the bogus PG_SZ macro, but this is better: | Miod Vallat |
2006-06-02 | Spelling. | Christopher Pascoe |
2006-06-02 | feild -> field | Miod Vallat |
2006-06-02 | Implement splassert() on vax. | Miod Vallat |
2006-06-02 | turn the non-DEBUG case of DPRINTF into a do {} while (0) so it works | Jason Wright |
2006-06-02 | - clear the PCI_AFSR during init | Jason Wright |
2006-06-02 | correct bits for bus type in PCIAFSR | Jason Wright |
2006-06-02 | ppm driver. We don't use it for much... except to blink the power switch led... | Jason Wright |
2006-06-02 | cleanup, move thecus board_reset from MI arm/xscale into armish dir. | Dale Rahn |
2006-06-02 | bits bits bits, who got dat bits | Jason Wright |
2006-06-02 | The I-cache seems to work fine on the UltraSPARC III, so never disable it, | Mark Kettenis |
2006-06-02 | Remove unused local variable from debug code. | Mark Kettenis |
2006-06-01 | add xge(4). | Brad Smith |
2006-06-01 | add xge(4). | Brad Smith |
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe |
2006-06-01 | latch the AFSR/AFAR -before- reading the PCI control/status register | Jason Wright |
2006-06-01 | do a better job of setting up the PBM. Doesn't fix the PIO faults we're | Jason Wright |
2006-06-01 | - stop using magic constants for the onboard error INOs (one was wrong anyway) | Jason Wright |
2006-06-01 | Compile broken ipmi into GENERIC, so it's easy for marco to fix | Bob Beck |
2006-06-01 | After changing J3 to J4 on the thecus board, serial interrupts work just | Dale Rahn |
2006-06-01 | Splraise is strictly to increase spl, do not lower. | Dale Rahn |
2006-06-01 | Better to attach obio devices after pci. | Dale Rahn |
2006-06-01 | Proper config attach, not always return 1 from probe. | Dale Rahn |
2006-06-01 | enable xge(4) on the CD RAMDISKs. | Brad Smith |
2006-06-01 | add bit defns for [UE]FAR | Jason Wright |
2006-06-01 | Correct IRQ mappings for thecus devices. | Dale Rahn |
2006-06-01 | current_ipl_level is a value, not a mask, do not '|=' into it. | Dale Rahn |
2006-06-01 | enable error interrupts and install handlers for same (the handlers don't do ... | Jason Wright |
2006-06-01 | CACHE_GLOBAL is enforced at the APR level, no need to propagate it into | Miod Vallat |
2006-06-01 | Better test for cacheability of the previous mapping in pmap_cache_ctrl() | Miod Vallat |
2006-06-01 | Change spl4() to spl7() to raise-only semantics. | Miod Vallat |
2006-06-01 | Consistantly map com0 irq. | Dale Rahn |
2006-06-01 | Just say NO to noisy dmesg. | Dale Rahn |
2006-06-01 | IO addresses will always be in the right range, this check is wrong. | Dale Rahn |
2006-06-01 | Just say no to noisy dmesg. | Dale Rahn |
2006-06-01 | Now that this maps correctly, allow the interrupt to map properly. | Dale Rahn |
2006-06-01 | Properly remap I/O Addresses for theucs/IOData boxes. | Dale Rahn |