Age | Commit message (Expand) | Author |
2007-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2007-04-29 | fix rounding in the modify case; ok millert@ miod@ | Otto Moerbeek |
2007-04-29 | Blink 8x slower, so that this fits better with Kraftwerk's ``Elektro | Miod Vallat |
2007-04-29 | enforce -Wdeclaration-after-statement by hand | Theo de Raadt |
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat |
2007-04-29 | The cpu clock frequency we get from ARCBIOS may be off by something in the | Mark Kettenis |
2007-04-29 | Change the loop test in uvm_km_kmemalloc from '<' to '!='. Everything | Artur Grabowski |
2007-04-29 | verify_checksum can be used as a normal visitor | Marc Espie |
2007-04-29 | now that checksum creation uses OO methods, reuse the same code for | Marc Espie |
2007-04-29 | fix recreation of packing-lists: we now have exactly one element in there. | Marc Espie |
2007-04-29 | unify some other consistency checks | Marc Espie |
2007-04-29 | Nadav Shemer of Tehuti Networks is magical. | David Gwynne |
2007-04-29 | all of them.... | Marc Espie |
2007-04-29 | rename compute_checksum to create_checksum | Marc Espie |
2007-04-29 | turn avert_duplicates into a full visitor | Marc Espie |
2007-04-29 | clocks and pll register bits | David Gwynne |
2007-04-29 | explain how to archive special files, and turn | Marc Espie |
2007-04-29 | we dont want to completely fill fifos, so leave a gap when we calculate | David Gwynne |
2007-04-29 | make packing-lists more regular by including the CONTENTS. Avoid | Marc Espie |
2007-04-29 | when we post a fifo we're giving the dma mem back to the hardware, so we | David Gwynne |
2007-04-29 | now we always call create_package with a valid archive. | Marc Espie |
2007-04-29 | rename archive into create_package, split its function into | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-29 | use an AUTOLOAD to auto-create PackingList visitors when needed. | Marc Espie |
2007-04-29 | when completing a tx pkt, put it back on the tx free list, not the rx one. | David Gwynne |
2007-04-29 | Match on ATI IXP/SB600 as well. | Jonathan Gray |
2007-04-29 | Sync the viapm .Nd here as well. | Jonathan Gray |
2007-04-29 | Match on VT8237A/VT8251/CX700 like the equivalent Linux driver does. | Jonathan Gray |
2007-04-28 | clone "Control key" logic from i386 written by tom; tested by art | Theo de Raadt |
2007-04-28 | initialize and bootstrap the device and enable the firmware | Reyk Floeter |
2007-04-28 | spacing (cleanup the code before i leave the room) | Reyk Floeter |
2007-04-28 | attach the available ports and print the lladdr (no operation yet). | Reyk Floeter |
2007-04-28 | Fix pmap_extract to not return TRUE just because we have a PTP. Make sure | Artur Grabowski |
2007-04-28 | validate the firmware version, this driver requires 3.4.xx (3.4.31). | Reyk Floeter |
2007-04-28 | add different flags for debug messages to minimize the noise. | Reyk Floeter |
2007-04-28 | read more information from flash - get the user info field and copy | Reyk Floeter |
2007-04-28 | the options list must be alphabetically sorted | Igor Sobrado |
2007-04-28 | query the board information before mapping the interrupt and before | Reyk Floeter |
2007-04-28 | add code to access the flash memory in the ROMUSB register area and | Reyk Floeter |
2007-04-28 | CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in the | Kenneth R Westerback |
2007-04-28 | support for cpu throttling on mp systems | Nikolay Sturm |
2007-04-28 | Remove a duplicate copyright statement. | Jonathan Gray |
2007-04-28 | Fix comments above DISKMINOR uses. DISKMINOR provides minor not major | Kenneth R Westerback |
2007-04-28 | Copy sendbug's editit(). | Ray Lai |
2007-04-28 | missing splbio/splx pair (which splasserted me per-device probe) in | Theo de Raadt |
2007-04-28 | remove abstraction around splbio/splx; they just confuse things; ok dlg marco... | Theo de Raadt |
2007-04-27 | Even floppies should use DISKLABELDEV() on the dev_t parameter to | Kenneth R Westerback |
2007-04-27 | sync | Theo de Raadt |
2007-04-27 | Correct typo in comment, no code changes | Chad Loder |
2007-04-27 | more lint warning reductions. use int for all priority vars. okay marc@ | Kurt Miller |