summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1998-12-21 18:04:20 +0000
committerjoerg <joerg@FreeBSD.org>1998-12-21 18:04:20 +0000
commit8333c6164032d7dd0198316cfaeca972572bd2fa (patch)
treea45d7c300be25dc3263485bccfef53b675efe7af
parent26fd01e252723f7a23a9d6ae717cd09882ebb65c (diff)
downloadFreeBSD-src-8333c6164032d7dd0198316cfaeca972572bd2fa.zip
FreeBSD-src-8333c6164032d7dd0198316cfaeca972572bd2fa.tar.gz
Include rdp(4).
Should i also include it into GENERIC?
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/files.i3863
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
-rw-r--r--sys/i386/conf/files.i3863
5 files changed, 13 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 749c2f3..2a3fa5e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.508 1998/12/12 08:15:59 imp Exp $
+# $Id: LINT,v 1.509 1998/12/13 23:06:16 n_hibma 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
@@ -1110,6 +1110,7 @@ options "EXTRA_SIO=2" #number of extra sio ports to allocate
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 & Am79C960)
+# rdp: RealTek RTL 8002-based pocket ethernet adapters
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
@@ -1131,6 +1132,7 @@ device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000
device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 net irq 10 drq 0
+device rdp0 at isa? port 0x378 net irq 7 flags 2
device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000
options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index a343f19..027713d 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.205 1998/09/20 06:04:55 bde Exp $
+# $Id: files.i386,v 1.206 1998/10/09 23:08:14 peter Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -125,6 +125,7 @@ i386/isa/if_fe.c optional fe device-driver
i386/isa/if_ie.c optional ie device-driver
i386/isa/if_le.c optional le device-driver
i386/isa/if_lnc.c optional lnc device-driver
+i386/isa/if_rdp.c optional rdp device-driver
i386/isa/if_sr.c optional sr device-driver
i386/isa/if_wl.c optional wl device-driver
i386/isa/if_ze.c optional ze device-driver
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 749c2f3..2a3fa5e 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.508 1998/12/12 08:15:59 imp Exp $
+# $Id: LINT,v 1.509 1998/12/13 23:06:16 n_hibma 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
@@ -1110,6 +1110,7 @@ options "EXTRA_SIO=2" #number of extra sio ports to allocate
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 & Am79C960)
+# rdp: RealTek RTL 8002-based pocket ethernet adapters
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
@@ -1131,6 +1132,7 @@ device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000
device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 net irq 10 drq 0
+device rdp0 at isa? port 0x378 net irq 7 flags 2
device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000
options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 749c2f3..2a3fa5e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.508 1998/12/12 08:15:59 imp Exp $
+# $Id: LINT,v 1.509 1998/12/13 23:06:16 n_hibma 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
@@ -1110,6 +1110,7 @@ options "EXTRA_SIO=2" #number of extra sio ports to allocate
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 & Am79C960)
+# rdp: RealTek RTL 8002-based pocket ethernet adapters
# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
# wl: Lucent Wavelan (ISA card only).
# ze: IBM/National Semiconductor PCMCIA ethernet controller.
@@ -1131,6 +1132,7 @@ device ie0 at isa? port 0x300 net irq 5 iomem 0xd0000
device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000
device lnc0 at isa? port 0x280 net irq 10 drq 0
+device rdp0 at isa? port 0x378 net irq 7 flags 2
device sr0 at isa? port 0x300 net irq 5 iomem 0xd0000
options WLCACHE # enables the signal-strength cache
options WLDEBUG # enables verbose debugging output
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index a343f19..027713d 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.205 1998/09/20 06:04:55 bde Exp $
+# $Id: files.i386,v 1.206 1998/10/09 23:08:14 peter Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -125,6 +125,7 @@ i386/isa/if_fe.c optional fe device-driver
i386/isa/if_ie.c optional ie device-driver
i386/isa/if_le.c optional le device-driver
i386/isa/if_lnc.c optional lnc device-driver
+i386/isa/if_rdp.c optional rdp device-driver
i386/isa/if_sr.c optional sr device-driver
i386/isa/if_wl.c optional wl device-driver
i386/isa/if_ze.c optional ze device-driver
OpenPOWER on IntegriCloud