diff options
| author | hpeyerl <hpeyerl@NetBSD.org> | 2002-01-01 16:49:05 +0000 |
|---|---|---|
| committer | hpeyerl <hpeyerl@NetBSD.org> | 2002-01-01 16:49:05 +0000 |
| commit | 739775cbbbe3f9e641482b5726dfe1dcaf9e849a (patch) | |
| tree | a63a657c5b0137127955b2ff6ef3da404bd23ab6 /sys/dev | |
| parent | e59c0dedfbe1001f664e1e36c08e176764a1be41 (diff) | |
Add stanza for PC Weasel/PCI.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 51033951043..8920adb6598 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.151 2001/12/12 07:50:05 elric Exp $ +# $NetBSD: files.pci,v 1.152 2002/01/01 16:49:05 hpeyerl Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -221,7 +221,6 @@ file dev/pci/tga.c tga needs-flag file dev/pci/tga_conf.c tga file dev/ic/bt485.c tga file dev/ic/bt463.c tga -file dev/ic/ibm561.c tga # Brooktree Bt848 video capture device bktr: pcibus @@ -393,11 +392,29 @@ device gsip: ether, ifnet, arp, mii, mii_bitbang 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 + # Sundance Tech./Tamarack TC9021 Gigabit Ethernet device stge: ether, ifnet, arp, mii, mii_bitbang attach stge at pci file dev/pci/if_stge.c stge +# SysKonnect SKNET-GE Gigabit Ethernet +device skgec { port = -1 } +attach skgec at pci +file dev/pci/if_skge.c skgec + +device skge: ether, ifnet, arp, mii +attach skge at skgec + +# Intel i8254x Gigabit Ethernet +device wm: ether, ifnet, arp, mii, mii_bitbang +attach wm at pci +file dev/pci/if_wm.c wm + # Realtek 8129/8139 Ethernet controllers attach rtk at pci with rtk_pci file dev/pci/if_rtk_pci.c rtk_pci @@ -477,9 +494,14 @@ defflag opt_isicpci.h ISICPCI_ELSA_QS1PCI ISICPCI_AVM_A1 file dev/pci/isic_pci_elsa_qs1p.c isic_pci file dev/pci/isic_pci_avm_fritz_pci.c isic_pci - # IrDA devices # Toshiba Fast Infrared Type O IrDA driver device oboe: irbus, irdasir attach oboe at pci file dev/pci/oboe.c oboe + +# Middle Digital, Inc. PCI-Weasel serial console board control +# devices (watchdog timer, etc.) +device weasel: sysmon_wdog +attach weasel at pci with weasel_pci +file dev/pci/weasel_pci.c weasel |
