From 3e201baeef0fe4f60dd87ff54a4269738f16d239 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Tue, 3 Aug 2004 07:16:14 +0000 Subject: [PATCH] Add re(4) to GENERIC. --- sys/conf/files | 3 ++- sys/config/GENERIC | 3 ++- sys/i386/conf/GENERIC | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index 3608ef0037..7a840d2226 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/files,v 1.340.2.137 2003/06/04 17:10:30 sam Exp $ -# $DragonFly: src/sys/conf/files,v 1.68 2004/07/26 16:30:16 joerg Exp $ +# $DragonFly: src/sys/conf/files,v 1.69 2004/08/03 07:16:14 joerg Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -1113,6 +1113,7 @@ dev/netif/lnc/if_lnc_isa.c optional lnc isa dev/netif/lnc/if_lnc_pci.c optional lnc pci dev/netif/pcn/if_pcn.c optional pcn dev/netif/mn/if_mn.c optional mn +dev/netif/re/if_re.c optional re dev/netif/rl/if_rl.c optional rl dev/netif/sf/if_sf.c optional sf dev/netif/sis/if_sis.c optional sis diff --git a/sys/config/GENERIC b/sys/config/GENERIC index fb6d41e347..c35b0b0b71 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -4,7 +4,7 @@ # Check the LINT configuration file in sys/i386/conf, for an # exhaustive list of options. # -# $DragonFly: src/sys/config/GENERIC,v 1.17 2004/06/25 05:09:38 hmp Exp $ +# $DragonFly: src/sys/config/GENERIC,v 1.18 2004/08/03 07:16:14 joerg Exp $ machine i386 cpu I386_CPU @@ -194,6 +194,7 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device pcn # AMD Am79C97x PCI 10/100 NICs device rl # RealTek 8129/8139 +device re # RealTek 8139C+/8169 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device sk # SysKonnect GEnesis diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 25163f836c..a67f9f1080 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -4,7 +4,7 @@ # Check the LINT configuration file in sys/i386/conf, for an # exhaustive list of options. # -# $DragonFly: src/sys/i386/conf/Attic/GENERIC,v 1.17 2004/06/25 05:09:38 hmp Exp $ +# $DragonFly: src/sys/i386/conf/Attic/GENERIC,v 1.18 2004/08/03 07:16:14 joerg Exp $ machine i386 cpu I386_CPU @@ -194,6 +194,7 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device pcn # AMD Am79C97x PCI 10/100 NICs device rl # RealTek 8129/8139 +device re # RealTek 8139C+/8169 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device sk # SysKonnect GEnesis -- 2.41.0