summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2009-10-07Do not truncate bridge register values to 32 bits, allows the few 64 bit PICMiod Vallat
2009-10-07ipending, cpl moved into cpu_infoTakuya ASADA
2009-10-07This file is supposed to compile.Theo de Raadt
2009-10-07Try to keep existing IOC4 mappings, the same way we do on IOC3, in caseMiod Vallat
2009-10-07Missing semicolon in dmesgMiod Vallat
2009-10-07Small steps towards getting the serial clock correct on IOC4 serial ports.Miod Vallat
2009-10-07Add an IOC4 section there tooMiod Vallat
2009-10-07add support for the temperature sensor of VIA Nano and C7-M CPUs.Kevin Lo
2009-10-06Allow MD limits for allocating PCI io and mem space and specify limits onMark Kettenis
2009-10-06Redo the route lookup in the output (and IPv6 forwarding) path if theClaudio Jeker
2009-10-06Replace if (af) tests operating as an af blacklist with stricter switchRyan Thomas McBride
2009-10-06Remove hack that helped us to work on Lenovo X200, as of last commit the phyDariusz Swiderski
2009-10-05Remove dead, never reached code.Dariusz Swiderski
2009-10-05remove nasty code, since now we have a nice function to lookup node'ss parent.Dariusz Swiderski
2009-10-05Fill pciide_unmapregs_compat() with stuff which might work, if we ever getTheo de Raadt
2009-10-05wrap an annoying long line (like amd64)Theo de Raadt
2009-10-05Add some minimalistic detach/unmap bits for pciide,Jonathan Gray
2009-10-05match() function was leaving the i2c bus locked; ok kettenisTheo de Raadt
2009-10-05Don't drop the big lock at the end of exit1(), but move it into the middle ofTheo de Raadt