summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-01-08discard packet and return if ifp is not a member of the bridgeMichele Marchetto
2007-01-08Add support for Leadtek Winfast TV 2000 XP, from Tim LesliePedro Martelletto
2007-01-07Fix VCore voltage detection on w83637hf.Mark Kettenis
2007-01-07fcu fans are PWM, express as %; from mureninTheo de Raadt
2007-01-07The associativity of the cache is already taken into account forMark Kettenis
2007-01-07Print out mask set revision.Mark Kettenis
2007-01-07add some commentsNikolay Sturm
2007-01-07document the unit of sizes in struct fs (bytes or frags)Nikolay Sturm
2007-01-07Replace infinite loops with appropriate constructs to fail operation if itMiod Vallat
2007-01-07Trim include files list.Miod Vallat
2007-01-07Get rid of PROM font-related defines.Miod Vallat
2007-01-07Skip optional dash when parsing the layout code.Miod Vallat
2007-01-07Hardcode DIO_SCMAX if kernel is built without model 320 support.Miod Vallat
2007-01-07Fix (unused) OPENPIC_IPI macro.Miod Vallat
2007-01-07Protect against zero blocksize (causing a divide by zero) in audiogetinfo().Miod Vallat
2007-01-07Some dynamically allocated elements are not considered of vital importanceMiod Vallat
2007-01-07Change allocations to M_NOWAIT in attach methods, and return NULL if they fail.Miod Vallat
2007-01-07In wsscreen_attach(), allow wsemul->attach to fail (returning NULL) if theMiod Vallat
2007-01-07Spacing, comments.Marcus Glocker
2007-01-07Initialize GPIO.Marcus Glocker
2007-01-06stop printing messages when changing space/time optimizations.Ted Unangst
2007-01-06Remove bogus code for flushing 32-bit tlb entries. This makes it possible toMark Kettenis
2007-01-06Use VM_MAX_KERNEL_ADDRESS instead of KERNEND in pmap_growkernel().Mark Kettenis
2007-01-06Fix error string for loadfirmware().Marcus Glocker
2007-01-06Add commented out ISA entries.Miod Vallat
2007-01-06Preliminary support for the hp300 single ISA slot found in 4xx `t' models.Miod Vallat
2007-01-06Turn bus_space_tag_t into real structures containing a bunch of functionMiod Vallat
2007-01-06Propagate bus_space_tag_t through device attachment args structures, ratherMiod Vallat
2007-01-06Make the driver able to read the network byte ordered firmware file.Marcus Glocker
2007-01-06build and extract program to merge bcw(4) firmware files into one singleMarcus Glocker
2007-01-06regenPedro Martelletto
2007-01-06Add Leadtek WinFast TV 2000 XP, from Tim LesliePedro Martelletto
2007-01-06make microcode file byte-order independent so that the file is the sameTheo de Raadt
2007-01-05Now that all ethernet drivers that support flow control set MIIF_DOPAUSE,Mark Kettenis
2007-01-05For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach().Mark Kettenis
2007-01-05when i2c_dumping, instead of just skipping 0xff value registers,Theo de Raadt
2007-01-05syncTodd T. Fries
2007-01-05add Cannon CANOSCAN LiDE60, PowerShot A540, and Kensington Bluetooth devicesTodd T. Fries
2007-01-05Check that ucode size doesn't get exceeded when parsing for a firmwareMarcus Glocker
2007-01-05macros for the bits in the ports CMD register. free %b fmt string for itDavid Gwynne
2007-01-05If the firmware load routines fail, be sure the ucode gets freed.Marcus Glocker
2007-01-05Report about correct firmware filename if not found.Marcus Glocker
2007-01-05Prototypes spacing.Marcus Glocker
2007-01-05Make the upload of initialization values work again, after implementingMarcus Glocker
2007-01-05First shot of making the driver capable to parse several firmware filesMarcus Glocker
2007-01-05Don't pollute userspace with uneeded headers.Jonathan Gray
2007-01-05Remove unknown sensor that seems to always be fixed at 7Jonathan Gray
2007-01-05Switch to indicator type for sensors with boolean values.Jonathan Gray
2007-01-05Change slightly to not need one of the softc members.Jonathan Gray
2007-01-05As first brought to my attention by Russel Sutherland, our deletion ofKenneth R Westerback