From 44ac28eae7b368f510579757a0e0aaa12e9474c9 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Tue, 3 Aug 2004 07:26:57 +0000 Subject: [PATCH] Add re(4) to LINT as well. --- sys/config/LINT | 7 ++++++- sys/i386/conf/LINT | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sys/config/LINT b/sys/config/LINT index 9586c23442..48a4b8f9e5 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.34 2004/07/27 08:09:55 asmodai Exp $ +# $DragonFly: src/sys/config/LINT,v 1.35 2004/08/03 07:26:57 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1845,6 +1845,10 @@ options AHD_REG_PRETTY_PRINT # PCnet/PRO and PCnet/Home. These were previously handled by the lnc # driver (and still will be if you leave this driver out of the kernel). # +# Te 're' device provides support for PCI GigaBit ethernet adapters based +# on the RealTek 8169 chipset. It also supports the 8139C+ and is the +# prefered driver for that chip. +# # The 'rl' device provides support for PCI fast ethernet adapters based # on the RealTek 8129/8139 chipset. Note that the RealTek driver defaults # to using programmed I/O to do register accesses because memory mapped @@ -2020,6 +2024,7 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device my # Myson Fast Ethernet (MTD80X, MTD89X) device pcn # AMD Am79C97x PCI 10/100 NICs +device re # RealTek 8139C+/8169 device rl # RealTek 8129/8139 device sbsh # Granch SBNI16 SHDSL modem device sf # Adaptec AIC-6915 (``Starfire'') diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 8bbc615a55..cfaa1ad0fb 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.34 2004/07/27 08:09:55 asmodai Exp $ +# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.35 2004/08/03 07:26:57 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1845,6 +1845,10 @@ options AHD_REG_PRETTY_PRINT # PCnet/PRO and PCnet/Home. These were previously handled by the lnc # driver (and still will be if you leave this driver out of the kernel). # +# Te 're' device provides support for PCI GigaBit ethernet adapters based +# on the RealTek 8169 chipset. It also supports the 8139C+ and is the +# prefered driver for that chip. +# # The 'rl' device provides support for PCI fast ethernet adapters based # on the RealTek 8129/8139 chipset. Note that the RealTek driver defaults # to using programmed I/O to do register accesses because memory mapped @@ -2020,6 +2024,7 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device my # Myson Fast Ethernet (MTD80X, MTD89X) device pcn # AMD Am79C97x PCI 10/100 NICs +device re # RealTek 8139C+/8169 device rl # RealTek 8129/8139 device sbsh # Granch SBNI16 SHDSL modem device sf # Adaptec AIC-6915 (``Starfire'') -- 2.41.0