diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 0efd3c4b1af..33be5ec59e0 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC98,v 1.51 1998/10/16 16:22:35 kato Exp $ +# $Id: GENERIC98,v 1.52 1998/10/18 13:58:16 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -148,6 +148,7 @@ device mse0 at isa? port "IO_MSE" tty irq 13 vector mseintr # revision 1.20 of this file. device de0 device fxp0 +device rl0 device tl0 device tx0 device vx0 diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 0efd3c4b1af..33be5ec59e0 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC98,v 1.51 1998/10/16 16:22:35 kato Exp $ +# $Id: GENERIC98,v 1.52 1998/10/18 13:58:16 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -148,6 +148,7 @@ device mse0 at isa? port "IO_MSE" tty irq 13 vector mseintr # revision 1.20 of this file. device de0 device fxp0 +device rl0 device tl0 device tx0 device vx0 diff --git a/sys/pc98/conf/GENERICupgrade b/sys/pc98/conf/GENERICupgrade index f07a434b2e7..074da36299e 100644 --- a/sys/pc98/conf/GENERICupgrade +++ b/sys/pc98/conf/GENERICupgrade @@ -8,11 +8,9 @@ # being perfomed on a machine for which this config file is inappropriate, # it should be replaced with a suitable one prior to performing the upgrade. # -# $Id: GENERICupgrade,v 1.3 1998/09/22 16:10:40 kato Exp $ +# $Id: GENERICupgrade,v 1.4 1998/10/13 08:14:33 kato Exp $ # -# GENERIC98 -- Generic PC98 machine with WD/SCSI disks - machine "pc98" cpu "I386_CPU" cpu "I486_CPU" @@ -144,6 +142,7 @@ device mse0 at isa? port "IO_MSE" tty irq 13 vector mseintr # revision 1.20 of this file. device de0 device fxp0 +device rl0 device tl0 device tx0 device vx0 diff --git a/sys/pc98/conf/SMP-GENERIC98 b/sys/pc98/conf/SMP-GENERIC98 index ae359743502..535c8b3555f 100644 --- a/sys/pc98/conf/SMP-GENERIC98 +++ b/sys/pc98/conf/SMP-GENERIC98 @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: SMP-GENERIC98,v 1.6 1998/10/18 14:02:43 kato Exp $ +# $Id: SMP-GENERIC98,v 1.7 1998/10/18 15:55:20 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -174,6 +174,7 @@ device mse0 at isa? port "IO_MSE" tty irq 13 vector mseintr # revision 1.20 of this file. device de0 device fxp0 +device rl0 device tl0 device tx0 device vx0 diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index d291653b841..8563d99f6cb 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -46,7 +46,7 @@ ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** - ** $Id: userconfig.c,v 1.56 1998/10/08 12:09:38 kato Exp $ + ** $Id: userconfig.c,v 1.57 1998/10/13 09:43:09 kato Exp $ **/ /** @@ -283,7 +283,8 @@ static DEV_INFO device_info[] = { {"zp", "3COM PCMCIA Etherlink III Ethernet adapter", 0, CLS_NETWORK}, {"de", "DEC DC21040 Ethernet adapter", FLG_FIXED, CLS_NETWORK}, {"fpa", "DEC DEFPA PCI FDDI adapter", FLG_FIXED, CLS_NETWORK}, -{"tlc", "Texas Instruments ThunderLAN ethernet adapter", FLG_FIXED, CLS_NETWORK}, +{"rl", "RealTek 8129/8139 ethernet adapter", FLG_FIXED, CLS_NETWORK}, +{"tl", "Texas Instruments ThunderLAN ethernet adapter", FLG_FIXED, CLS_NETWORK}, {"xl", "3COM 3C90x PCI FDDI adapter", FLG_FIXED, CLS_NETWORK}, {"sio", "8250/16450/16550 Serial port", 0, CLS_COMMS}, @@ -2401,7 +2402,7 @@ visuserconfig(void) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: userconfig.c,v 1.56 1998/10/08 12:09:38 kato Exp $ + * $Id: userconfig.c,v 1.57 1998/10/13 09:43:09 kato Exp $ */ #include "scbus.h"