[BACK]Return to files.pci CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/files.pci between version 1.388 and 1.388.4.6

version 1.388, 2017/04/13 10:37:36 version 1.388.4.6, 2021/09/15 16:38:00
Line 147  file dev/pci/isp_pci.c  isp_pci
Line 147  file dev/pci/isp_pci.c  isp_pci
 attach  mfi at pci with mfi_pci  attach  mfi at pci with mfi_pci
 file    dev/pci/mfi_pci.c               mfi_pci  file    dev/pci/mfi_pci.c               mfi_pci
   
   # LSI MegaRAID SAS Fusion RAID controllers
   device  mfii: scsi
   attach  mfii at pci
   file    dev/pci/mfii.c                  mfii
   
 # LSILogic Fusion-MPT I/O Processor family  # LSILogic Fusion-MPT I/O Processor family
 # device declaration in sys/conf/files  # device declaration in sys/conf/files
 attach  mpt at pci with mpt_pci  attach  mpt at pci with mpt_pci
Line 665  attach stge at pci
Line 670  attach stge at pci
 file    dev/pci/if_stge.c               stge  file    dev/pci/if_stge.c               stge
   
 # Intel i82598 & i82599 10-Gigabit Ethernet  # Intel i82598 & i82599 10-Gigabit Ethernet
 device  ixg: ether, ifnet, arp  device  ixg: ether, ifnet, arp, mii, mii_phy
 attach  ixg at pci  attach  ixg at pci
 file    dev/pci/ixgbe/ixgbe.c           ixg | ixv  file    dev/pci/ixgbe/ixgbe.c           ixg | ixv
 file    dev/pci/ixgbe/ix_txrx.c         ixg | ixv  file    dev/pci/ixgbe/ix_txrx.c         ixg | ixv
Line 680  file dev/pci/ixgbe/ixgbe_mbx.c ixg | ixv
Line 685  file dev/pci/ixgbe/ixgbe_mbx.c ixg | ixv
 file    dev/pci/ixgbe/ixgbe_osdep.c     ixg | ixv  file    dev/pci/ixgbe/ixgbe_osdep.c     ixg | ixv
 file    dev/pci/ixgbe/ixgbe_phy.c       ixg | ixv  file    dev/pci/ixgbe/ixgbe_phy.c       ixg | ixv
 file    dev/pci/ixgbe/ixgbe_vf.c        ixg | ixv  file    dev/pci/ixgbe/ixgbe_vf.c        ixg | ixv
   file    dev/pci/ixgbe/if_bypass.c       ixg | ixv
   file    dev/pci/ixgbe/if_fdir.c         ixg | ixv
   
 # This appears to be the driver for virtual instances of i82599.  # This appears to be the driver for virtual instances of i82599.
 device  ixv: ether, ifnet, arp  device  ixv: ether, ifnet, arp, mii, mii_phy
 attach  ixv at pci  attach  ixv at pci
 file    dev/pci/ixgbe/ixv.c             ixv  file    dev/pci/ixgbe/ixv.c             ixv
   
Line 1065  include "dev/pci/n8/files.n8"
Line 1072  include "dev/pci/n8/files.n8"
 attach  bwi at pci with bwi_pci  attach  bwi at pci with bwi_pci
 file    dev/pci/if_bwi_pci.c            bwi_pci  file    dev/pci/if_bwi_pci.c            bwi_pci
   
   # Broadcom FullMAC USB wireless adapter
   attach  bwfm at pci with bwfm_pci: firmload
   file    dev/pci/if_bwfm_pci.c           bwfm_pci
   
 # Marvell Serial-ATA Host Controller  # Marvell Serial-ATA Host Controller
 attach  mvsata at pci with mvsata_pci  attach  mvsata at pci with mvsata_pci
 file    dev/pci/mvsata_pci.c            mvsata_pci  file    dev/pci/mvsata_pci.c            mvsata_pci

Legend:
Removed from v.1.388  
changed lines
  Added in v.1.388.4.6

CVSweb <webmaster@jp.NetBSD.org>