summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2019-01-18pack hmc bits in the right orderJonathan Matthew
2019-01-17Enable bwfm(4) in RAMDISK_CDMike Larkin
2019-01-13Remove redundant RF switch noticekn
2019-01-11Set RUNNING flag when RF switch is enabledkn
2019-01-10regen pcidevs*.hStefan Fritsch
2019-01-10Add virtio 1.x PCI IDsStefan Fritsch
2019-01-10Move some PCI-specific defines to a new virtio_pcireg.h fileStefan Fritsch
2019-01-10Move some common defines to virtiovar.hStefan Fritsch
2019-01-10Use efifb_stolen() to prevent radeondrm from using aperture memoryJonathan Gray
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2019-01-05fix previous commitMark Kettenis
2019-01-05Add em_pch_cnp to IS_ICH8 macro. Missed when adding em_pch_cnp.Jonathan Gray
2019-01-05regenJonathan Gray
2019-01-05add more intel core and 300 series u idsJonathan Gray
2018-12-18syncTed Unangst
2018-12-18add a wifi 9560 found in a new laptop. ok deraadtTed Unangst
2018-12-18syncKevin Lo
2018-12-18Add some devices found on Intel Leaf Hill CRB.Kevin Lo
2018-12-16syncTheo de Raadt
2018-12-16few more devsTheo de Raadt
2018-12-02Include "com.h" to fix using a puc(4) based serial port as serial consoleMark Kettenis
2018-11-30regenMike Larkin
2018-11-30Add another Xeon E3-1200 v6/7 host device.Mike Larkin
2018-11-25spelling; from miodJason McIntyre
2018-11-25regenDaniel Dickman
2018-11-25Add core4g thermal id; ok mlarkin.Daniel Dickman
2018-11-22Remove useless assignment, value is overwritten right after being set.Frederic Cambus
2018-11-18When parsing extended capabilities, bail out if a register read returnsJonathan Matthew
2018-11-18request notification of link state changes, which helps us detectJonathan Matthew
2018-11-16regenJoshua Stein
2018-11-16add more intel 100 series devicesJoshua Stein