Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/pci/files.pci,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/files.pci,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.242 retrieving revision 1.242.2.3 diff -u -p -r1.242 -r1.242.2.3 --- src/sys/dev/pci/files.pci 2006/02/19 02:24:20 1.242 +++ src/sys/dev/pci/files.pci 2006/05/24 10:58:00 1.242.2.3 @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.242 2006/02/19 02:24:20 tls Exp $ +# $NetBSD: files.pci,v 1.242.2.3 2006/05/24 10:58:00 yamt Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -113,6 +113,10 @@ device pcscp: scsi, ncr53c9x attach pcscp at pci file dev/pci/pcscp.c pcscp +# HP/Compaq Command Interface to Scsi-3 +attach ciss at pci with ciss_pci +file dev/pci/ciss_pci.c ciss_pci + # BusLogic BT-9xx PCI family # device declaration in sys/conf/files attach bha at pci with bha_pci @@ -267,6 +271,11 @@ device rccide: ata, pciide_common, wdc_c attach rccide at pci file dev/pci/rccide.c rccide +# ServerWorks SATA controllers +device svwsata: ata, pciide_common, wdc_common, sata +attach svwsata at pci +file dev/pci/svwsata.c svwsata + # Silicon Image SATALink controllers device satalink: ata, pciide_common, wdc_common, sata attach satalink at pci @@ -568,9 +577,9 @@ attach gsip at pci file dev/pci/if_gsip.c gsip # Level One LXT-1001 Gigabit Ethernet -device glxt: ether, ifnet, arp, mii -attach glxt at pci -file dev/pci/if_glxt.c glxt +#device glxt: ether, ifnet, arp, mii +#attach glxt at pci +#file dev/pci/if_glxt.c glxt # Sundance Tech./Tamarack TC9021 Gigabit Ethernet device stge: ether, ifnet, arp, mii, mii_bitbang @@ -641,6 +650,11 @@ device viaenv: sysmon_envsys attach viaenv at viapm file dev/pci/viaenv.c viaenv needs-flag +# Intel PIIX4 power management controller +device piixpm: i2cbus +attach piixpm at pci +file dev/pci/piixpm.c piixpm + # AMD 768MPX power management controller defflag opt_amdpm.h AMDPM_RND_COUNTERS define amdpm {} @@ -722,10 +736,15 @@ attach joy at pci with joy_pci file dev/pci/joy_pci.c joy_pci # ATI Mach64 framebuffer console driver -device machfb: wsemuldisplaydev, rasops8 +device machfb: wsemuldisplaydev, rasops8, vcons, videomode attach machfb at pci file dev/pci/machfb.c machfb +# 3Dfx Voodoo3 framebuffer console driver +device voodoofb: wsemuldisplaydev, rasops8, vcons, videomode +attach voodoofb at pci +file dev/pci/voodoofb.c voodoofb + # 3Com 3c990 device txp: ether, ifnet, arp attach txp at pci @@ -752,8 +771,14 @@ file dev/pci/if_dge.c dge attach re at pci with re_pci file dev/pci/if_re_pci.c re_pci +# Windows NDIS drivers (Experimental) +device ndis +attach ndis at pci +file dev/if_ndis/if_ndis.c ndis +file dev/if_ndis/if_ndis_pci.c ndis + # Intel PRO/Wireless 2100 -device ipw: ifnet, arp, wlan +device ipw: ifnet, arp, wlan, firmload attach ipw at pci file dev/pci/if_ipw.c ipw @@ -780,3 +805,8 @@ file dev/pci/if_vge.c vge # Atheros 5210/5211/5212 PCI/Mini-PCI attach ath at pci with ath_pci file dev/pci/if_ath_pci.c ath_pci + +# NVIDIA nForce Ethernet +device nfe: ether, ifnet, arp, mii, mii_phy +attach nfe at pci +file dev/pci/if_nfe.c nfe