summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-06-08replace strange Linux-style u8/u16/u32/u64/s32 integer types with theReyk Floeter
2008-06-08Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,Reyk Floeter
2008-06-08syncReyk Floeter
2008-06-08add more 82598 10GbE device IDs, add "10GbE" in the existing entries.Reyk Floeter
2008-06-08Correct the watchdog timer by moving it out from under the condition checkBrad Smith
2008-06-08dma sync the tx ring and post new packets to the chip once per call toBrad Smith
2008-06-08don't declare foo_driver_version[] strings and turn them into defines,Reyk Floeter
2008-06-08Unmapping memory from pci_mapreg_map() on detach lets usJonathan Gray
2008-06-08Make et(4) detachable, help tracking down a problem thatJonathan Gray
2008-06-07Add baudrate handling for fiber boards using the TBI interface.Brad Smith
2008-06-07Add link state/baudrate handling.Brad Smith
2008-06-07regenRobert Nagy
2008-06-07add nVidia GeForce 8400M GRobert Nagy
2008-06-04Oops! Add the #endif that vanished here.Owain Ainsworth
2008-06-03Make *drm(4) use D_CLONE so that the per-open data actually works. SinceOwain Ainsworth
2008-06-03Simplify the use of pci_mapreg_map().Brad Smith
2008-06-03put code to print periodic debug statistics in #ifdef EM_DEBUG, shrinksBrad Smith
2008-06-03put code to print periodic debug statistics in #ifdef IXGB_DEBUG, shrinksReyk Floeter
2008-06-03deal with a 64-bit BAR such as with PCIe chipsets.Brad Smith
2008-06-03regenBrad Smith
2008-06-03Add the PCI ids for the JMicron JMC250 and JMC260 Ethernet controllers.Brad Smith
2008-06-03regenBrad Smith
2008-06-03- shorten the Emulex Light Pulse entries to use the names as mentionedBrad Smith
2008-06-02regenBrad Smith
2008-06-02- Sort the QLogic entries by PCI id.Brad Smith
2008-06-01regenMark Kettenis
2008-06-01Add Emulex LP9000.Mark Kettenis
2008-06-01Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64.Mark Kettenis
2008-05-31if a dma mapping contains oddly addressed or odd length segments, then weDavid Gwynne
2008-05-31Apparently the interrupt status register doesn't always replicate the TXMark Kettenis
2008-05-31Turn the rx descriptor ring into a real ring instead of letting things fallMark Kettenis
2008-05-31regenMark Kettenis
2008-05-31Add PLX 6520 PCIX-PCIX bridge.Mark Kettenis
2008-05-31regenMark Kettenis
2008-05-31Add Emulex LP10000.Mark Kettenis
2008-05-31Properly set the IFF_OACTIVE flag if all the descriptrs are in use forBrad Smith
2008-05-31Clear the IFF_RUNNING/IFF_OACTIVE flags and the watchdog timer inBrad Smith
2008-05-30syncThordur I. Bjornsson
2008-05-30add the intel turbo memory device idThordur I. Bjornsson
2008-05-30Remove unused NetBSD code for dmesg printing.Brad Smith
2008-05-29specify alternate default audio parameters to make the default expansionJacob Meuser
2008-05-29- Add a debug message to mention when a 2.5Gb adapter is found.Brad Smith
2008-05-29use ac97 default parameters for these ac97 based drivers.Jacob Meuser
2008-05-28Turns out I have an ISP 12160 myself, and it works fine on sparc64. SinceMark Kettenis
2008-05-27only look up the initiator-id for SPI (aka "real scsi") controllers onDavid Gwynne
2008-05-27return 1 when an irq's been handled, not 0.Owain Ainsworth
2008-05-27Since the vtophys stuff was nuked, drm now works on amd64 too. Add theOwain Ainsworth
2008-05-27When i first ported the drm, i completely misunderstood the FreeBSD taskqueueOwain Ainsworth
2008-05-27Fix jiffies.Owain Ainsworth
2008-05-26On sparc64, fetch "scsi-initiator-id" property from the firmware, and useMark Kettenis