Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Changes the name of RealTek driver. The new name is `rt...
details: https://anonhg.NetBSD.org/src/rev/194ffe6ba5c9
branches: trunk
changeset: 485114:194ffe6ba5c9
user: haya <haya%NetBSD.org@localhost>
date: Wed Apr 19 08:44:31 2000 +0000
description:
Changes the name of RealTek driver. The new name is `rtk'. This used
to be called `rl' and it conflict with RL vax disks, canonical and
historical unix driver name.
This changes are minimal: it only changes the name of RealTek driver.
The filename of source code and a lot of the letter `rl' in source
files should be changed shortly.
diffstat:
sys/arch/alpha/conf/ALPHA | 6 +++---
sys/arch/alpha/conf/ENIWETOK | 4 ++--
sys/arch/alpha/conf/GENERIC | 6 +++---
sys/arch/i386/conf/BIKINI | 4 ++--
sys/arch/i386/conf/DR-EVIL | 3 ++-
sys/arch/i386/conf/GENERIC | 8 ++++----
sys/arch/i386/conf/SWINGER | 8 ++++----
sys/arch/i386/conf/TRINITY | 4 ++--
sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS | 6 +++---
sys/arch/macppc/conf/GENERIC | 5 +++--
sys/conf/files | 6 +++---
sys/dev/cardbus/files.cardbus | 6 +++---
sys/dev/cardbus/if_rl_cardbus.c | 4 ++--
sys/dev/pci/files.pci | 6 +++---
sys/dev/pci/if_rl_pci.c | 4 ++--
15 files changed, 41 insertions(+), 39 deletions(-)
diffs (truncated from 342 to 300 lines):
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.118 2000/04/03 00:03:28 augustss Exp $
+# $NetBSD: ALPHA,v 1.119 2000/04/19 08:44:33 haya Exp $
#
# Alpha kernel with all the options you'd want, and more.
@@ -6,7 +6,7 @@
maxusers 32
-ident "ALPHA-$Revision: 1.118 $"
+ident "ALPHA-$Revision: 1.119 $"
# CPU Support
#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
@@ -235,7 +235,7 @@
pciide* at pci? dev ? function ? # PCI IDE controllers
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
ppb* at pci? dev ? function ? # PCI-PCI Bridges
-rl* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
+rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
sip* at pci? dev ? function ? # SiS 900 Ethernet
sv* at pci? dev ? function ? # S3 SonicVibes
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/alpha/conf/ENIWETOK
--- a/sys/arch/alpha/conf/ENIWETOK Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/alpha/conf/ENIWETOK Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ENIWETOK,v 1.22 2000/04/03 01:04:36 mycroft Exp $
+# $NetBSD: ENIWETOK,v 1.23 2000/04/19 08:44:34 haya Exp $
# From: GENERIC,v 1.139 2000/01/19 03:01:46 mycroft Exp
#
# Mycroft's AS200.
@@ -209,7 +209,7 @@
pciide* at pci? dev ? function ? # PCI IDE controllers
#pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
#ppb* at pci? dev ? function ? # PCI-PCI Bridges
-#rl* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
+#rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
#sip* at pci? dev ? function ? # SiS 900 Ethernet
sv* at pci? dev ? function ? # S3 SonicVibes
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.148 2000/04/19 06:50:27 itojun Exp $
+# $NetBSD: GENERIC,v 1.149 2000/04/19 08:44:34 haya Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
#
@@ -6,7 +6,7 @@
include "arch/alpha/conf/std.alpha"
-#ident "GENERIC-$Revision: 1.148 $"
+#ident "GENERIC-$Revision: 1.149 $"
maxusers 32
@@ -210,7 +210,7 @@
pciide* at pci? dev ? function ? # PCI IDE controllers
pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
ppb* at pci? dev ? function ? # PCI-PCI Bridges
-rl* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
+rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
sip* at pci? dev ? function ? # SiS 900 Ethernet
sv* at pci? dev ? function ? # S3 SonicVibes
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/i386/conf/BIKINI
--- a/sys/arch/i386/conf/BIKINI Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/i386/conf/BIKINI Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BIKINI,v 1.26 2000/04/03 00:03:30 augustss Exp $
+# $NetBSD: BIKINI,v 1.27 2000/04/19 08:44:32 haya Exp $
# From: GENERIC,v 1.260 1999/09/28 18:07:29 thorpej Exp
#
# BIKINI -- Mycroft's development machine
@@ -450,7 +450,7 @@
#tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet
#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
-#rl* at pci? dev ? function ? # Realtek 8129/8139
+#rtk* at pci? dev ? function ? # Realtek 8129/8139
# EISA network interfaces
#ep* at eisa? slot ? # 3Com 3c579 Ethernet
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/i386/conf/DR-EVIL
--- a/sys/arch/i386/conf/DR-EVIL Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/i386/conf/DR-EVIL Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DR-EVIL,v 1.12 2000/04/03 00:03:30 augustss Exp $
+# $NetBSD: DR-EVIL,v 1.13 2000/04/19 08:44:33 haya Exp $
#
# DR-EVIL -- Dell Inspiron 3500 laptop used by thorpej%netbsd.org@localhost
#
@@ -530,6 +530,7 @@
ex* at cardbus? dev ? function ? # 3Com 3C575TX
tlp* at cardbus? dev ? function ? # DECchip 21x4x and clones
fxp* at cardbus? dev ? function ? # Intel i8255x
+#rtk* at cardbus? dev ? function ? # Realtek 8129/8139
# CardBus SCSI cards
ahc* at cardbus? dev ? function ? # Adaptec ADP-1480
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Wed Apr 19 08:44:31 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.326 2000/04/19 06:50:31 itojun Exp $
+# $NetBSD: GENERIC,v 1.327 2000/04/19 08:44:33 haya Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.326 $"
+#ident "GENERIC-$Revision: 1.327 $"
maxusers 32 # estimated number of users
@@ -514,7 +514,7 @@
#options TLP_MATCH_21142
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
-rl* at pci? dev ? function ? # Realtek 8129/8139
+rtk* at pci? dev ? function ? # Realtek 8129/8139
# EISA network interfaces
ep* at eisa? slot ? # 3Com 3c579 Ethernet
@@ -574,7 +574,7 @@
#ex* at cardbus? dev ? function ? # 3Com 3C575TX
#fxp* at cardbus? dev ? function ? # Intel i8255x
#tlp* at cardbus? dev ? function ? # DECchip 21143
-#rl* at cardbus? dev ? function ? # Realtek 8129/8139
+#rtk* at cardbus? dev ? function ? # Realtek 8129/8139
# MII/PHY support
exphy* at mii? phy ? # 3Com internal PHYs
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/i386/conf/SWINGER
--- a/sys/arch/i386/conf/SWINGER Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/i386/conf/SWINGER Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SWINGER,v 1.2 2000/04/16 19:46:54 thorpej Exp $
+# $NetBSD: SWINGER,v 1.3 2000/04/19 08:44:33 haya Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
-#ident "SWINGER-$Revision: 1.2 $"
+#ident "SWINGER-$Revision: 1.3 $"
maxusers 64 # estimated number of users
@@ -515,7 +515,7 @@
options TLP_MATCH_21142
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
-rl* at pci? dev ? function ? # Realtek 8129/8139
+rtk* at pci? dev ? function ? # Realtek 8129/8139
# EISA network interfaces
#ep* at eisa? slot ? # 3Com 3c579 Ethernet
@@ -575,7 +575,7 @@
#ex* at cardbus? dev ? function ? # 3Com 3C575TX
#fxp* at cardbus? dev ? function ? # Intel i8255x
#tlp* at cardbus? dev ? function ? # DECchip 21143
-#rl* at cardbus? dev ? function ? # Realtek 8129/8139
+#rtk* at cardbus? dev ? function ? # Realtek 8129/8139
# MII/PHY support
exphy* at mii? phy ? # 3Com internal PHYs
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/i386/conf/TRINITY
--- a/sys/arch/i386/conf/TRINITY Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/i386/conf/TRINITY Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TRINITY,v 1.94 2000/04/03 00:03:30 augustss Exp $
+# $NetBSD: TRINITY,v 1.95 2000/04/19 08:44:33 haya Exp $
# From: GENERIC,v 1.260 1999/09/28 18:07:29 thorpej Exp
#
# TRINITY -- Mycroft's laptop
@@ -452,7 +452,7 @@
#tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) Ethernet
#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
-#rl* at pci? dev ? function ? # Realtek 8129/8139
+#rtk* at pci? dev ? function ? # Realtek 8129/8139
# EISA network interfaces
#ep* at eisa? slot ? # 3Com 3c579 Ethernet
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS
--- a/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.26 2000/04/03 00:03:30 augustss Exp $
+# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.27 2000/04/19 08:44:33 haya Exp $
# From: GENERIC,v 1.299 2000/02/03 20:31:42 dante Exp
#
# GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.26 $"
+#ident "GENERIC-$Revision: 1.27 $"
maxusers 32 # estimated number of users
@@ -497,7 +497,7 @@
#options TLP_MATCH_21142
#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
-#rl* at pci? dev ? function ? # Realtek 8129/8139
+#rtk* at pci? dev ? function ? # Realtek 8129/8139
# EISA network interfaces
#ep* at eisa? slot ? # 3Com 3c579 Ethernet
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC Wed Apr 19 08:44:31 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:32 itojun Exp $
+# $NetBSD: GENERIC,v 1.62 2000/04/19 08:44:34 haya Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/macppc/conf/std.macppc"
-#ident "GENERIC-$Revision: 1.61 $"
+#ident "GENERIC-$Revision: 1.62 $"
maxusers 32
@@ -194,6 +194,7 @@
ne* at pcmcia? function ? # NE2000-compatible Ethernet
ex* at cardbus? dev ? function ? # 3Com 3C575TX
tlp* at cardbus? dev ? function ? # DECchip 21143
+rtk* at cardbus? dev ? function ? # Realtek 8129/8139
wsdisplay0 at ofb? console ?
wskbd0 at akbd? console ?
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/conf/files
--- a/sys/conf/files Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/conf/files Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.361 2000/04/19 06:30:51 itojun Exp $
+# $NetBSD: files,v 1.362 2000/04/19 08:44:31 haya Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -412,8 +412,8 @@
file dev/ic/rtl80x9.c rtl80x9
# RealTek 8129/8139 Ethernet controllers
-device rl: ether, ifnet, arp, mii
-file dev/ic/rtl81x9.c rl
+device rtk: ether, ifnet, arp, mii
+file dev/ic/rtl81x9.c rtk
# Common code for ESDI/IDE/etc. controllers
device wdc: ata, atapi, wdc_base
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/dev/cardbus/files.cardbus
--- a/sys/dev/cardbus/files.cardbus Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/dev/cardbus/files.cardbus Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.cardbus,v 1.10 2000/04/13 11:18:24 joda Exp $
+# $NetBSD: files.cardbus,v 1.11 2000/04/19 08:44:32 haya Exp $
#
# files.cardbus
#
@@ -55,6 +55,6 @@
#
# RealTek 8139
#
-attach rl at cardbus with rl_cardbus
-file dev/cardbus/if_rl_cardbus.c rl_cardbus
+attach rtk at cardbus with rtk_cardbus
+file dev/cardbus/if_rl_cardbus.c rtk_cardbus
diff -r 0fb1eca7abe5 -r 194ffe6ba5c9 sys/dev/cardbus/if_rl_cardbus.c
--- a/sys/dev/cardbus/if_rl_cardbus.c Wed Apr 19 08:15:06 2000 +0000
+++ b/sys/dev/cardbus/if_rl_cardbus.c Wed Apr 19 08:44:31 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_rl_cardbus.c,v 1.2 2000/04/11 06:57:59 haya Exp $ */
+/* $NetBSD: if_rl_cardbus.c,v 1.3 2000/04/19 08:44:32 haya Exp $ */
/*
* Copyright (c) 2000 Masanori Kanaoka
* All rights reserved.
@@ -125,7 +125,7 @@
int sc_intrline;
};
-struct cfattach rl_cardbus_ca = {
Home |
Main Index |
Thread Index |
Old Index