Move if_rl_pci.c:1.7 to if_rtk_pci.c.
This commit is contained in:
parent
4a12628c71
commit
7d4bae615d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.pci,v 1.91 2000/05/08 16:40:44 joda Exp $
|
||||
# $NetBSD: files.pci,v 1.92 2000/05/10 00:19:55 haya Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent PCI code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
|
@ -264,7 +264,7 @@ file dev/pci/if_sip.c sip
|
|||
|
||||
# Realtek 8129/8139 Ethernet controllers
|
||||
attach rtk at pci with rtk_pci
|
||||
file dev/pci/if_rl_pci.c rtk_pci
|
||||
file dev/pci/if_rtk_pci.c rtk_pci
|
||||
|
||||
# DECchip 21x4x Ethernet controller family, and assorted clones.
|
||||
attach tlp at pci with tlp_pci
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_rl_pci.c,v 1.7 2000/05/01 15:08:55 tsutsui Exp $ */
|
||||
/* $NetBSD: if_rtk_pci.c,v 1.1 2000/05/10 00:19:55 haya Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997, 1998
|
Loading…
Reference in New Issue