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