summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2009-11-24Add event framework.Marco Peereboom
2009-11-24Reset the chip an re-initialise the interface after reset. Resetting theMark Kettenis
2009-11-24Thoroughly reset the chip upon suspend and give the PHY a chance toMark Kettenis
2009-11-24for MCLGETI to work correctly drivers need to first dequeue all availableClaudio Jeker
2009-11-24msk_newbuf() had an off by one when putting the packet onto the clusterClaudio Jeker
2009-11-24implement suspend and resumeJacob Meuser
2009-11-24Bring multicast/promisc handling in line with other network drives.Joel Sing
2009-11-24Save state on suspend and restore that state and the bridge windows on resumeMark Kettenis
2009-11-23Make vge(4) detachable.Mark Kettenis
2009-11-23some whitespace cleanups.Owain Ainsworth
2009-11-23move the lastclose function into i915_drv.c where it belongs.Owain Ainsworth
2009-11-23must return result of config_activate_childrenTheo de Raadt
2009-11-23pci should return the result of it's children's suspend/resume calls backMike Larkin
2009-11-23Add azalia(4) suspend/resume stabs, now some laptops can go all the way.Paul Irofti
2009-11-23Pad the ringbuffer with NOOPs before wrapping around, instead ofOwain Ainsworth
2009-11-23remove a debug printf that won't compile anymore.Owain Ainsworth
2009-11-23G4X chipsets actually have a slightly larger vblank counter register,Owain Ainsworth
2009-11-23Make it so that instead of grabbing and ungrabbing the spinlock one line apart,Owain Ainsworth
2009-11-23nuke some prototypes from functions that died a fair while ago.Owain Ainsworth
2009-11-23Suspend/resume goop for inteldrm, essentially a big pile of save/restoreOwain Ainsworth
2009-11-23Later on this will do much more work on suspend/resume, but for nowTheo de Raadt
2009-11-23Walk our children in the activate function.Theo de Raadt
2009-11-23regenYojiro Uo
2009-11-23add netmos nm9901 and NEC USB host controllerYojiro Uo
2009-11-23bnx(4) is a bit special. The chip itself is capable of swapping endianessClaudio Jeker
2009-11-23add NetMos NM9901 multiple peripheral board supportYojiro Uo
2009-11-23PCI suspend/resume plumbing. This code is currently not called.Mike Larkin
2009-11-21attach to the AR9227 tooDamien Bergamini
2009-11-21EP80579 SATAJonathan Gray
2009-11-19Add code to set up windows on PCI-PCI bridges left unconfigured by theMark Kettenis
2009-11-19Add PPB_IO_SHIFT #define to mirror PPB_MEM_SHIFT.Mark Kettenis
2009-11-18regenJonathan Gray
2009-11-18More EP80579 devices.Jonathan Gray
2009-11-17Tidy up promisc/multicast handing. From Brad. Tested by me.Mark Kettenis
2009-11-17nuke the temperature sensor.Damien Bergamini
2009-11-17Tidy up promisc/multicast handling. Tested by myself (and earlierStuart Henderson
2009-11-16regenJonathan Gray
2009-11-16Some more Cavium devices. Prompted by a dmesg from Jason George.Jonathan Gray
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
2009-11-13sizeof -> nitems, found by parfait; ok dlgTheo de Raadt
2009-11-11fix memory leak found by parfaitJacob Meuser
2009-11-11memory leaks found by parfait; ok ogaTheo de Raadt
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-09Link state change interrupt was not generated due to a missing bit inDavid Gwynne
2009-11-09syncStuart Henderson
2009-11-09- remove wrongly-sorted duplicate entriesStuart Henderson
2009-11-08regenDamien Bergamini
2009-11-08- remove non-production pci ids for 6050 3x3Damien Bergamini
2009-11-07Change sgi system identification from a single system type list, to a smallerMiod Vallat
2009-11-05Add a new PCIOCGETROMLEN ioctl, to give users of PCIOGETROM a chance toMark Kettenis