diff options
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 3bb17a3d590..908da3c0032 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.142 2002/08/05 19:02:19 mickey Exp $ +# $OpenBSD: files.pci,v 1.143 2002/09/24 18:56:01 nate Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -274,6 +274,12 @@ file dev/pci/if_xl_pci.c xl_pci attach fxp at pci with fxp_pci file dev/pci/if_fxp_pci.c fxp_pci +# Intel Pro/1000 +device em: ether, ifnet, ifmedia +attach em at pci +file dev/pci/if_em.c em +file dev/pci/if_em_hw.c em + # DEC/Intel 21143 and "tulip" clone ethernet attach dc at pci with dc_pci file dev/pci/if_dc_pci.c dc_pci |