summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2011-04-05Passing M_WAITOK to mbuf functions is supposed to be a contract betweenBret Lambert
2011-04-04detach happens after the hardware is gone, so don't try to touchJacob Meuser
2011-04-04The backplane version of the 82575EB has no link state -- it's alwayswilliam
2011-04-03Another driver made safer for big mem by dma_alloc/dma_free'ingKenneth R Westerback
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2011-04-03No need to include uvm/uvm_extern.h and fix a typo.Claudio Jeker
2011-04-03Use a own "bounce buffer" that is used to send and receive packets.Claudio Jeker
2011-04-02correctly handle data underruns. this makes things like ses(4) and safte(4)David Gwynne
2011-04-02Kill a lot of spaces and make this a bit more KNF. No binary change.Claudio Jeker
2011-03-23regenJonathan Gray
2011-03-23add a bunch of new em/ix devices found in intel driversJonathan Gray
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
2011-03-14Accept broadcast frames so MCR0_BROADCAST bit must be zero;Kevin Lo
2011-03-13Wake On LAN support for vr(4).Stefan Sperling
2011-03-13Wake On LAN support for re(4).Stefan Sperling
2011-03-09HW stats debugging via ifconfig emX debug instead ofMarco Pfatschbacher
2011-03-04gather most pci conf register manipulation into a new function,Jacob Meuser
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-02-24we want to look up the device attached to a raid volume by its address onDavid Gwynne
2011-02-22Disable PCIe Active State Power Management (ASPM) to avoid bge(4) randomlyRobert Nagy
2011-02-22In drm_modeset_ctl make sure to check the (now signed) value is > 0 asOwain Ainsworth
2011-02-21usage: mt [-f device] command [count]David Gwynne
2011-02-18alc_newbuf is always called from the interrupt context so it can't sleep;Mike Belopuhov
2011-02-17if changing the default speaker connection, be sure it's both aJacob Meuser
2011-02-17the number of widget connections isn't necessarily the same as theJacob Meuser
2011-02-15Initialize sc_iot early enough to avoid a crash when the hardware monitorMiod Vallat
2011-02-15Add workaround for BCM5906 A0/1/2 controller silicon bug. WhenRobert Nagy
2011-02-15Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386Miod Vallat
2011-02-15bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bitMark Kettenis
2011-02-15Copy pasto in comment. Fix by brad@ OK dlg@Claudio Jeker
2011-02-13Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386Miod Vallat
2011-02-11Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit.Marco Pfatschbacher
2011-02-06cap the max size of the eeprom to 16k, as per the linux and freebsdDavid Gwynne
2011-01-29Fix two logic errors:Kevin Lo
2011-01-28we deal with polled ccbs erroring out properly, we dont have to complainDavid Gwynne
2011-01-28ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should beDavid Gwynne
2011-01-26Add port multiplier support, has been in snaps for a while with no reportedDale Rahn
2011-01-26syncKevin Lo
2011-01-26sort previousKevin Lo
2011-01-26syncKevin Lo
2011-01-26Attansic L1D/L2C PCI idsKevin Lo
2011-01-24unbreak 6200 support by forcing Tx/Rx chains masks since ROMDamien Bergamini
2011-01-21Get rid of the use of goto's within vte_iff funtion; from BradKevin Lo
2011-01-19- regenJasper Lievisse Adriaanse
2011-01-19- fix Radeon HD 3870 audio entry, from Greg Jones.Jasper Lievisse Adriaanse
2011-01-18- regen after grange's last commit.Jasper Lievisse Adriaanse
2011-01-18Another ati and nvidia video from yason@linklevel.netAlexander Yurchenko
2011-01-17syncKevin Lo