summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2009-10-18Match on Intel 3400 SATA.Jonathan Gray
2009-10-17Another MCP77 controller that while matched already by class,Jonathan Gray
2009-10-17use sc->sk_bsize in the unmap call too; ok theoMartynas Venckus
2009-10-17Allow us to accept gratuitous ARP requests in cases where theMarco Pfatschbacher
2009-10-17remove bogus quirk. these devices do not lie about their type, butJacob Meuser
2009-10-17Match on MCP77 SATA.Jonathan Gray
2009-10-17regenJonathan Gray
2009-10-17Correct one of the MCP77 SATA ids that was incorrectly flaggedJonathan Gray
2009-10-17regenJonathan Gray
2009-10-17Add a bunch of devices from submitted dmesgs.Jonathan Gray
2009-10-16cancel the timeout upon disabling profiling / virtual timer; soMartynas Venckus
2009-10-16Added argument for xconvert for length conversionJordan Hargrave
2009-10-16Honour serial console speed on O2 too.Miod Vallat
2009-10-16Make Octane kernels compile again after recent changes. My bad.Miod Vallat
2009-10-16Get serial console speed from prom, and use it instead of hardcoding 9600 bps,Miod Vallat
2009-10-15regenMiod Vallat
2009-10-15Sort widgets by type instead of manufacturer code, add some TIO widgets,Miod Vallat
2009-10-15The Octane boot PROM is accessible through the PCI space of the on-board i/oMiod Vallat
2009-10-15Implement passive cooling for acpitz; works for some overheating machinesJordan Hargrave
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-10-15disable interrupt coalescing (aka mitigation) if the chip comes up with itDavid Gwynne
2009-10-15If the bSynchAddress of the AudioStreaming isochronous audio dataJacob Meuser
2009-10-14On coherent systems, all bus_dmamap_sync() needs to do is writebacks, noMiod Vallat
2009-10-14On IP30 and IP35 systems, try harder to figure out exactly what model we areMiod Vallat
2009-10-14Report the crossbow widget part of bedrock as PXBow for consistency withMiod Vallat
2009-10-14Add some comments to explain why the DMA32 physseg is really 2**31 bytesMiod Vallat
2009-10-14Fix buffer cache backoff in the page daemon - deal with inactive pages toBob Beck
2009-10-14Remove a redundant if (maxpty == npty) in check_pty - this is also tested byNicholas Marriott
2009-10-14rework how devids are handled in the midlayer and mpath.David Gwynne
2009-10-13Start doing the neccessary operations in the detach function in the right order.Theo de Raadt
2009-10-13Correct udma timing register offset and the udma mode ceilingJonathan Gray
2009-10-13Make iof(4) pass its bus speed to children, this in turn allows com(4) toMiod Vallat
2009-10-13Pass audio keys to the audio layer even when the keyboard is in raw mode,Miod Vallat
2009-10-13Connect pcppi bell to ukbd, so that x86 systems with usb console keyboardMiod Vallat
2009-10-13Make sure we do not loop when allocating an extent region with EX_CONFLICTOKMiod Vallat
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-10-13sort the device list. from Brad.Stuart Henderson
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
2009-10-12regenJonathan Gray
2009-10-12TCT Mobile modem, rebadged as Alcatel One Touch X060/X200.Jonathan Gray
2009-10-12auixp(4) also supports SB600. from Brad.Jacob Meuser
2009-10-12avoid smashing the stack when we have sense data to return back to userlandDavid Gwynne
2009-10-12mask bits correctly in devid vpd for the PIDavid Gwynne
2009-10-11fix support for 82543GC. as per intel driver acrds <=82543 need to have theirDariusz Swiderski
2009-10-11Make sure com@io[cf] attachment stanzas with locators win over generic com*Miod Vallat
2009-10-11remove duplicate ierrors increment (rx_overruns gets incremented) which wasDariusz Swiderski
2009-10-11Correct a copy-and-pasto (check for the same device type twice inStuart Henderson
2009-10-11At initialization of HT chips, write configuration on the correspondingAlexandre Ratchov
2009-10-11Minor cleanup run, no functional changes;Marcus Glocker