summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2017-10-30regensevan
2017-10-30Add Areca ARC1214 & ARC1880.sevan
2017-10-26- Remove all half duplex setting.msaitoh
2017-10-25 Whitespace fix.msaitoh
2017-10-25Use C99 initializer for filteropsmaya
2017-10-25- For X550 and newer, print NVM Image Version with %u.%02x (e.g. "0.05").msaitoh
2017-10-24 Print Error Source Identification register correctly.msaitoh
2017-10-23fix wm(4) vlan panic. Reported and tested by Tom Ivar Helbekkmo, thanks.knakahara
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23- If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23- If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-23 If if_initialize() failed in the attach function, return.msaitoh
2017-10-22do not share queue between the non-indepedant channels; instead makejdolecek
2017-10-20actually 0680 uses different chip map func, which doesn't call the functionjdolecek
2017-10-20regenchristos
2017-10-20update entry for Marvel Yukon 8058, and fix URL for pci ids (Rocky Hotas)christos
2017-10-20 On I219, drop TARC0 bit 28 for DMA hang workaround (from Linux).msaitoh
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-19replace the chek for the shared channel of cmdide(4) a flag of thejdolecek
2017-10-19 Fix a bug that the TPH ST table is decoded even if it's not in the TPHmsaitoh
2017-10-18 Protect ec_multi* with mutex like other MP safe Ethernet drivers.msaitoh
2017-10-17reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), onlyjdolecek
2017-10-13 Show 2.5GBASE-T and 5GBASE-T correctly on ixv(4). Tested on a virtual functionmsaitoh
2017-10-13 Set baudrate correctly. A device which use mii(4) interface can setmsaitoh
2017-10-12IOMMU cap dump fixes:msaitoh
2017-10-11add missing break;smacallan
2017-10-10 Decode IOMMU capability of PCI secure device capability. From "AMD I/Omsaitoh
2017-10-09Delete bogus NULL test.maya
2017-10-09Reorder to avoid null deref before null testmaya
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-10-05 Use pcireg.h's macro. No functional change.msaitoh
2017-10-05- Add PCI_MAPREG_ROM_ADDR_MASK macro and PCI_MAPREG_ROM_ADDR() macro.msaitoh
2017-10-04- ixv_enableintr(): Fix a bug that ixv_enable_queue() is called with incorrectmsaitoh
2017-10-04 Add 2.5GBASE-T and 5GBASE-T support. (forgotten in the last commit)msaitoh
2017-10-04- Remove half-duplex setting for more than 1000Mbps in ixgbe_add_media_types()msaitoh
2017-10-04 Fix a bug that X550EM (Denverton) can't force 10BaseT.msaitoh
2017-10-03 Fix a problem that mailbox interrupt never occured. Bit definitions of PF'smsaitoh
2017-10-03 Make mailbox statistic counters evcnt(9).msaitoh
2017-09-28- only get the vtag if we have it like the other driverschristos
2017-09-28only get vtag when we have vtag like the other drivers.christos
2017-09-27 Print device name in ixv_attach().msaitoh
2017-09-26- Correct NVM word size check in wm_nvm_version() to preventmsaitoh
2017-09-26VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.knakahara
2017-09-15Regen.hikaru
2017-09-15Add Intel QuickAssist devices.hikaru
2017-09-15xv(4) VLAN fixes:msaitoh
2017-09-15 Make ixv(4) TX/RX descriptors size the same as ixg(4).msaitoh
2017-09-14 Quick hack to fix ixv(4)'s hardware counter. ixgbe_rx_checksum() passesmsaitoh
2017-09-13- Print driver feature capabilities and enable bits when verbose boot asmsaitoh
2017-09-13 Set get_link_status to true in ixv_init_locked() to get the first link statusmsaitoh