Age | Commit message (Expand) | Author |
2006-06-05 | start to sync some changes and fixes from various "openhal" ports of | Reyk Floeter |
2006-06-05 | cleanup. | Marc Balmer |
2006-06-05 | In ubareset(), be sure to destroy the uba extent before recreating it, to | Miod Vallat |
2006-06-05 | fix really stupid botch i made in last commit. RW_WRITE and RW_READ are | Ted Unangst |
2006-06-05 | various cleanups; ok mbalmer | Theo de Raadt |
2006-06-04 | In extent_destroy(), only remove the extent from the global extent list if | Miod Vallat |
2006-06-04 | KNF and whitespace cleanup, no functional change | Felix Kronlage |
2006-06-04 | Missing RCS Id | Miod Vallat |
2006-06-04 | Allow any user to request the current adjustment; ok henning@ deraadt@ | Otto Moerbeek |
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-04 | - ntpd no longer needs the NTP identifier as part of a timedelta sensor | Marc Balmer |
2006-06-03 | regen | Gordon Willem Klok |
2006-06-03 | Add pci vendor id for Equinox systems, and several device ids for | Gordon Willem Klok |
2006-06-03 | prettier function declaration | Martin Reindl |
2006-06-03 | regen | Uwe Stuehler |
2006-06-03 | correct product id for the SyChip device | Uwe Stuehler |
2006-06-03 | - only call config_found for function number > 0 | Uwe Stuehler |
2006-06-03 | make detachable, inspired by netbsd | Martin Reindl |
2006-06-02 | regen | Uwe Stuehler |
2006-06-02 | more products from http://mmc.drzeus.cx/wiki/SDIO | Uwe Stuehler |
2006-06-02 | s/CID/CIS/ | Uwe Stuehler |
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 | Add some comments in the return endpoints | Pedro Martelletto |
2006-06-02 | now that com_cardbus works on macppc, add 'com* at cardbus?' to GENERIC | Felix Kronlage |
2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input | Pedro Martelletto |
2006-06-02 | use the cardbus_conf_read/cardbus_conf_write macros instead of the | Felix Kronlage |
2006-06-02 | Implement power hook (without looking at the capabilities yet). | Uwe Stuehler |
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 | Introduce attributes to interface groups. | Marco Pfatschbacher |
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 | ditch unused struct isadev and in turn the isavar.h include | Martin Reindl |
2006-06-02 | Deja-vu - again I make bge stop claiming all interrupts for it's own. | Bob Beck |
2006-06-02 | remove upgrade/downgrade, they are useless. | Ted Unangst |
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 | add powerhooks for ral(4) cards with the RT2560 chipset; | Robert Nagy |
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 | add structs and macros for a few MMC commands | Michael Coulter |
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 | the bit shifted should be a type at least as wide as the comparison (u_quad_t) | Jason Wright |