summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2019-03-20regenJonathan Gray
2019-03-20add more intel graphics pci ids with known marketing namesJonathan Gray
2019-03-20regenJonathan Gray
2019-03-20add radeondrm pci ids missing from pcidevs but present in drm_pciids.hJonathan Gray
2019-03-16syncStuart Henderson
2019-03-16add entries for Attansic E2400/E2500, from Brad (and also present,Stuart Henderson
2019-03-16fetch timing parameters from ACPI like the ACPI attachment doesJoshua Stein
2019-03-15Remove FBSDID.Kevin Lo
2019-03-12Until we can figure out why it causes NMIs on some machines, skip theJonathan Matthew
2019-03-06Ignore rx interrupts if the interface isn't supposed to be running.Jonathan Matthew
2019-03-05swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value orderJonathan Matthew
2019-03-01use a timeout to refill the rx ring when it's empty.David Gwynne
2019-03-01use ifiq_input instead of if_inputDavid Gwynne
2019-03-01bus_dmamap_sync when we fill the rx ring, not for ever slot on the ring.David Gwynne
2019-03-01Background init progress and consistency check progress are reported inJonathan Matthew
2019-02-27Make iwm(4) use CTS-to-self for HT protection if the AP requests this,Stefan Sperling
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-27Fix iwn(4) scan misreporting the channel of wifi networks in some situations.Stefan Sperling
2019-02-26tweak the mbuf loading in the tx path so it's easier to read.David Gwynne
2019-02-26Re-enable interrupts on resume with RF switch disabledkn
2019-02-26i forgot to commit a regen after fixing some bcm entriesDavid Gwynne
2019-02-26don't let rxr completely fill the rxr ring.David Gwynne
2019-02-26put the rx buffer at the end of the cluster.David Gwynne
2019-02-26avoid a deadlock in ixl_down when calling ifq_barrier.David Gwynne
2019-02-26put the rx buffer at the end of the mbufDavid Gwynne
2019-02-24get rid of an unused softc memberDavid Gwynne
2019-02-24Rework iwm(4) Tx rate selection.Stefan Sperling
2019-02-21get rid of atomic_foo ops in the tx start and completion paths.David Gwynne
2019-02-20fix the name of some BCM57417 and BCM57416 partsDavid Gwynne
2019-02-20regenDavid Gwynne
2019-02-20the broadcom BCM57811_VF device id should be 0x163f, not 0x16efDavid Gwynne
2019-02-18regenKevin Lo
2019-02-18Add another PCI ID for Intel Dual Band Wireless AC 9560, found inKevin Lo
2019-02-07Consistently use m_freem(9). This fixes possible leaks in a fewPatrick Wildt
2019-02-01fix up calculation of our physical function id, making the second portJonathan Matthew
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2019-01-29get rid of some more debug printfsDavid Gwynne
2019-01-29don't need to print the base queue number.David Gwynne
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-24Zap unused disable flag from iwn_stop()kn
2019-01-23Move 802.11n rateset definitions out of MiRA and make them available toStefan Sperling
2019-01-22Increase max mtu to match the linux driver; tested against ixl, which canJonathan Matthew
2019-01-22Increase hardmtu to the maximum according to the datasheet and set the rxJonathan Matthew
2019-01-22Add and remove mac filters for multicast addresses.Jonathan Matthew
2019-01-21also add a mac filter that ignores vlans for the broadcast address, so we canJonathan Matthew
2019-01-20Replace the default mac filter with one that ignores vlans, and enableJonathan Matthew
2019-01-20implement ixl_rxrinfo, dynamically allocating the buffer to prepare forJonathan Matthew
2019-01-20Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUSJonathan Matthew
2019-01-19virtio: Introduce defines for config(8) flagsStefan Fritsch
2019-01-19actually set CAUSE_ENA on the rx and tx queues, and re-enable interruptsJonathan Matthew