diff options
| author | haya <haya@NetBSD.org> | 2000-05-10 00:24:14 +0000 |
|---|---|---|
| committer | haya <haya@NetBSD.org> | 2000-05-10 00:24:14 +0000 |
| commit | 014be1da8b1085f91540b9aef88fd503bf64e29d (patch) | |
| tree | 368f6e8541ac401e7c68b00f7d5d0ca167a89859 | |
| parent | 7d4bae615d8b1c97840fdbd53c03c1164b7d34f1 (diff) | |
Move if_rl_cardbus.c:1.8 to if_rtk_cardbus.c.
| -rw-r--r-- | sys/dev/cardbus/files.cardbus | 4 | ||||
| -rw-r--r-- | sys/dev/cardbus/if_rtk_cardbus.c (renamed from sys/dev/cardbus/if_rl_cardbus.c) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/cardbus/files.cardbus b/sys/dev/cardbus/files.cardbus index 140c62d927e..b63b836254e 100644 --- a/sys/dev/cardbus/files.cardbus +++ b/sys/dev/cardbus/files.cardbus @@ -1,4 +1,4 @@ -# $NetBSD: files.cardbus,v 1.11 2000/04/19 08:44:32 haya Exp $ +# $NetBSD: files.cardbus,v 1.12 2000/05/10 00:24:14 haya Exp $ # # files.cardbus # @@ -56,5 +56,5 @@ file dev/cardbus/ahc_cardbus.c ahc_cardbus # RealTek 8139 # attach rtk at cardbus with rtk_cardbus -file dev/cardbus/if_rl_cardbus.c rtk_cardbus +file dev/cardbus/if_rtk_cardbus.c rtk_cardbus diff --git a/sys/dev/cardbus/if_rl_cardbus.c b/sys/dev/cardbus/if_rtk_cardbus.c index 2adfcc57837..3bbd269f00d 100644 --- a/sys/dev/cardbus/if_rl_cardbus.c +++ b/sys/dev/cardbus/if_rtk_cardbus.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_rl_cardbus.c,v 1.8 2000/05/01 15:08:50 tsutsui Exp $ */ +/* $NetBSD: if_rtk_cardbus.c,v 1.1 2000/05/10 00:24:15 haya Exp $ */ /* * Copyright (c) 2000 Masanori Kanaoka * All rights reserved. @@ -27,7 +27,7 @@ */ /* - * if_rl_cardbus.c: + * if_rtk_cardbus.c: * Cardbus specific routines for RealTek 8139 ethernet adapter. * Tested for * - elecom-Laneed LD-10/100CBA (Accton MPX5030) |
