summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2009-10-11Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets.Stuart Henderson
2009-10-11* define a constant for the specification defined maximum number ofJacob Meuser
2009-10-11let page requests sleep instead of polling for completion. not used justDavid Gwynne
2009-10-11* start all "initialization failure" messages with lowercase letter.Jacob Meuser
2009-10-11add support for ICH9 M V chipset, from brad.Dariusz Swiderski
2009-10-11this driver doesn't yet support HDMI codecs enough for them to beJacob Meuser
2009-10-10fix mbuf leak in rtinit()Dariusz Swiderski
2009-10-10Simplify interrupt address programming to avoid the need to act differentlyMiod Vallat
2009-10-10Add extra com@iof stanzas to have the first IOC4 card attach com0-3, insteadMiod Vallat
2009-10-10Locators for extra IOC3 cards.Miod Vallat
2009-10-10Let udl select the maximum resolution supported by the udl device and theMats O Jansson
2009-10-10Again, in detatch... call whatever disconnects our interrupt, before weTheo de Raadt
2009-10-09Must also timeout_del twice in detach()...Theo de Raadt
2009-10-09A working detach function. Has no impact on anything else in the driver.Theo de Raadt
2009-10-09initialize the disk size instead of getting a random value (always 0) offTheo de Raadt
2009-10-08Import EDID handling code from NetBSD. Ok deraadt@, miod@, mglocker@.Matthieu Herrb
2009-10-08Program the widget interrupt address register as a whole 64 bit registerMiod Vallat
2009-10-08regenMiod Vallat
2009-10-08Recognize the Bedrock as an XBow instead of reporting it as ``unknownMiod Vallat
2009-10-08Recognize more brick types and probe fooX bricks in the same order asMiod Vallat
2009-10-08PIC actually comes with two sets of widget registers, with different IDs,Miod Vallat
2009-10-08set a couple bits in the pci configuration space for nvidia hdaJacob Meuser
2009-10-07The BCM5703 ASIC ID is actually shared with the BCM5702 ASIC soStuart Henderson
2009-10-07Attach DS1742 style dsrtc to iof (IOC4) too.Miod Vallat