Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-15 | sync | Stuart Henderson | |
2009-12-15 | Add PCI ids for the Marvell Yukon 8059 chipset and the SysKonnect | Stuart Henderson | |
SK-9E21M board. From Brad. | |||
2009-12-14 | Add a dummy I915_PARAM_NUM_FENCES_AVAIL parameter for Mesa 7.5. | Matthieu Herrb | |
ok oga@ during h2k9. | |||
2009-12-11 | regen | Mark Kettenis | |
2009-12-11 | Add some missing Intel Q45 Manageability Engine stuff. From a dmesg | Mark Kettenis | |
submitted by dlg@. | |||
2009-12-11 | sync. | Owain Ainsworth | |
2009-12-11 | When i filled in these pcidevs I cleverly made two sequential ones | Owain Ainsworth | |
duplicates by accident. go me! There's only two 690 chips, so it's fairly easy to find out. found when mlarkin asked me about his chipset. | |||
2009-12-09 | Do not count input errors twice. We always read input errors from | Christian Weisgerber | |
the MAC in bge_tick(). Previously this would result in bge(4) claiming a greater number of input errors than what has actually occurred. From FreeBSD via Brad | |||
2009-12-08 | claim Intel 82801H RAID by pci id. it might be in RAID mode, not ahci. | David Gwynne | |
makes the disks in a dell 960 work. there's probably a lot of other ids that should be added here too | |||
2009-12-07 | Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN. | Stuart Henderson | |
From Brad. | |||
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne | |
now return void. all state about a command is now represented within the ata_xfer structure, and all layers using it (both hba and atascsi) now check only ata_xfer. this relies on my scsi midlayer changes. it was written just before the second last backout of the midlayer. | |||
2009-12-03 | Use 16-bit writes instead of 8-bit writes for writing the | Jasper Lievisse Adriaanse | |
station address with the ST1023 chipset. This resolves the problem which resulted in the hack of putting the interface into promiscuous mode all the time with the ST1023 chipset. from brad, tested by me on the ST1023. ok sthen@ | |||
2009-12-03 | use a define rather than magic number, spotted by Brad | Dariusz Swiderski | |
ok by claudio@ | |||
2009-12-02 | Zap trailing whitespace. From Brad. | Stuart Henderson | |
2009-12-01 | regen | Jasper Lievisse Adriaanse | |
2009-12-01 | - add a whole bunch of more devices from dmesgs | Jasper Lievisse Adriaanse | |
- fix a typo | |||
2009-12-01 | - regen | Jasper Lievisse Adriaanse | |
2009-12-01 | - some more id's from dmesgs | Jasper Lievisse Adriaanse | |
2009-12-01 | Change type of dva to u_int64_t to make mpii(4) compile on i386. | Alexander Bluhm | |
ok marco@ | |||
2009-11-30 | Re-initialise the interface upon resume. | Mark Kettenis | |
ok deraadt@, pirofti@, claudio@ | |||
2009-11-30 | regen | Jasper Lievisse Adriaanse | |
2009-11-30 | - add two devices found in dmesgs | Jasper Lievisse Adriaanse | |
2009-11-29 | Merge in some tidying up bits from gem(4). From Brad. | Mark Kettenis | |
2009-11-28 | Fix previous; pointed out by stsp@ | Mark Kettenis | |
2009-11-28 | Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our children | Mark Kettenis | |
such that inteldrm(4) stands a chance at actually saving and restoring its state. Makes it possible to start X after a suspend/resume cycle on my Dell laptop with Intel graphics. ok jsg@, miod@ | |||
2009-11-26 | Fix an issue where 82573L based em(4) devices had long latencies on the | Dariusz Swiderski | |
recieved packets. fix from intel drivers, via Brad ok claudio@, deraadt@ | |||
2009-11-26 | em_stop() removes IFF_RUNNING flag, so we should rely on the IFF_UP being set | Dariusz Swiderski | |
ok deraadt@ | |||
2009-11-26 | unbrak previous | Dariusz Swiderski | |
ok deraadt@ | |||
2009-11-26 | handle DV_SUSPEND and DV_RESUME | Dariusz Swiderski | |
tested by deraadt@ and me ok deraadt@ | |||
2009-11-26 | Only re-initialise interfaces on suspend if they were IFF_RUNNING. | Mark Kettenis | |
ok deraadt@, claudio@ | |||
2009-11-25 | fix default phy_addr makes 82545 work again | Dariusz Swiderski | |
ok claudio@ | |||
2009-11-25 | oopsy. don't fuck the offset when we wrap the ring with NOOPs. | Owain Ainsworth | |
fixes the lockups for claudio. | |||
2009-11-25 | Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part is | Dariusz Swiderski | |
basicly 82545, but the PHY's are separated form the chip and they are accessed through a special PCI device called GCU which has the MDIO interface. Since there is no direct relationship between MAC and PHY, so for the moment they are assigned to each other the way its done on Axiomtek NA-200, that was danted to us by them. This also adds a device driver for the GCU. tested by me on Axiomtek board reviewed by claudio@, kettenis@, deraadt@ 'commit that as is' deraadt@ | |||
2009-11-25 | Just some minor cleanup. OK deraadt@ | Claudio Jeker | |
2009-11-25 | Consider any tx buffer that is freed in vr_stop() to be an unsent | Theo de Raadt | |
packet, ie. an output error. This way, we'll be able to see if the seized interfaces had tx packets queued. ok claudio | |||
2009-11-25 | Re-enable the debug messages from bus errors and tx underruns so that | Theo de Raadt | |
we can dianose if those ever happen. ok claudio | |||
2009-11-25 | Do not call vr_stop() and vr_reset() before calling vr_init(), because | Theo de Raadt | |
the latter does that itself. ok claudio | |||
2009-11-24 | Add event framework. | Marco Peereboom | |
Map IR volumes & disks at discovery time in predictable manner. From James Giannoules | |||
2009-11-24 | Reset the chip an re-initialise the interface after reset. Resetting the | Mark Kettenis | |
PHY doesn't seem to be necessary on re(4) so don't descend further for now. Based on a diff from mlarkin@ ok deraadt@ | |||
2009-11-24 | Thoroughly reset the chip upon suspend and give the PHY a chance to | Mark Kettenis | |
re-initialise itself afterward. ok deraadt@, mlarkin@, claudio@, pirofti@ | |||
2009-11-24 | for MCLGETI to work correctly drivers need to first dequeue all available | Claudio Jeker | |
packets and then refill the RX ring. When not done this way the rx ring can not grow correctly. Tested by jmc@, OK deraadt@, kettenis@ | |||
2009-11-24 | msk_newbuf() had an off by one when putting the packet onto the cluster | Claudio Jeker | |
and cleared the mbuf pointer of the next element, causing a mbuf leak. While there also ensure that the valid bit of the first buffer is only set when the full chain got assembled. Tested by jmc@, ok kettenis@ | |||
2009-11-24 | implement suspend and resume | Jacob Meuser | |
2009-11-24 | Bring multicast/promisc handling in line with other network drives. | Joel Sing | |
From Brad. | |||
2009-11-24 | Save state on suspend and restore that state and the bridge windows on resume | Mark Kettenis | |
such that devices behind bridges get a chance to work after resume. ok deraadt@, mlarkin@ | |||
2009-11-23 | Make vge(4) detachable. | Mark Kettenis | |
ok jsg@, deraadt@ | |||
2009-11-23 | some whitespace cleanups. | Owain Ainsworth | |
there's more in here that needs doing though. | |||
2009-11-23 | move the lastclose function into i915_drv.c where it belongs. | Owain Ainsworth | |
kill some more dead protos while i'm touching the lines around them anyway. | |||
2009-11-23 | must return result of config_activate_children | Theo de Raadt | |
2009-11-23 | pci should return the result of it's children's suspend/resume calls back | Mike Larkin | |
to its parent. handle suspend failure case and unwind if devices have an activate function that returns failure. ok deraadt@, kettenis@ |