[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.295.6.2 and 1.295.6.3

version 1.295.6.2, 2008/01/09 01:53:41 version 1.295.6.3, 2008/03/23 02:04:46
Line 1 
Line 1 
 #       $NetBSD$  #       files.pci,v 1.295.6.2 2008/01/09 01:53:41 matt Exp
 #  #
 # Config file and device description for machine-independent PCI code.  # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be  # Included by ports that need it.  Requires that the SCSI files be
Line 795  file dev/pci/cxgb_mc5.c  cxgbc | cxgb
Line 795  file dev/pci/cxgb_mc5.c  cxgbc | cxgb
 file    dev/pci/cxgb_vsc8211.c          cxgbc | cxgb  file    dev/pci/cxgb_vsc8211.c          cxgbc | cxgb
 file    dev/pci/cxgb_ael1002.c          cxgbc | cxgb  file    dev/pci/cxgb_ael1002.c          cxgbc | cxgb
 file    dev/pci/cxgb_mv88e1xxx.c        cxgbc | cxgb  file    dev/pci/cxgb_mv88e1xxx.c        cxgbc | cxgb
   file    dev/pci/cxgb_vsc7323.c          cxgbc | cxgb
 file    dev/pci/cxgb_xgmac.c            cxgbc | cxgb  file    dev/pci/cxgb_xgmac.c            cxgbc | cxgb
 file    dev/pci/cxgb_t3_hw.c            cxgbc | cxgb  file    dev/pci/cxgb_t3_hw.c            cxgbc | cxgb
 file    dev/pci/cxgb_sge.c              cxgbc | cxgb  file    dev/pci/cxgb_sge.c              cxgbc | cxgb
 file    dev/pci/cxgb_lro.c              cxgbc | cxgb  file    dev/pci/cxgb_lro.c              cxgbc | cxgb
 file    dev/pci/cxgb_offload.c          cxgbc | cxgb  # file  dev/pci/cxgb_offload.c          cxgbc | cxgb
 file    dev/pci/cxgb_l2t.c              cxgbc | cxgb  file    dev/pci/cxgb_l2t.c              cxgbc | cxgb
   file    dev/pci/cxgb_osdep.c            cxgbc | cxgb
   
 # Chips & Technologies 65550 framebuffer console driver  # Chips & Technologies 65550 framebuffer console driver
 device  chipsfb: wsemuldisplaydev, rasops8, vcons, videomode  device  chipsfb: wsemuldisplaydev, rasops8, vcons, videomode
Line 856  device wpi: ifnet, arp, wlan, firmload
Line 858  device wpi: ifnet, arp, wlan, firmload
 attach  wpi at pci  attach  wpi at pci
 file    dev/pci/if_wpi.c                wpi  file    dev/pci/if_wpi.c                wpi
   
   # Intel PRO/Wireless 4965AGN Mini-PCI Adapter
   device  iwn: ifnet, arp, wlan, firmload
   attach  iwn at pci
   file    dev/pci/if_iwn.c                iwn
   
 # Workbit NinjaSCSI-32 controllers  # Workbit NinjaSCSI-32 controllers
 # device declaration in sys/conf/files  # device declaration in sys/conf/files
 attach  njs at pci with njs_pci  attach  njs at pci with njs_pci

Legend:
Removed from v.1.295.6.2  
changed lines
  Added in v.1.295.6.3

CVSweb <webmaster@jp.NetBSD.org>