Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/atari/conf Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/581024e45c75
branches:  netbsd-1-5
changeset: 491554:581024e45c75
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 15:46:30 2001 +0000

description:
Apply patch (requested by he):
  Add pseudo-device vlan.
  Make sure "rnd is EXPERIMENTAL" comment is removed.

diffstat:

 sys/arch/atari/conf/ATARITT |  5 ++++-
 sys/arch/atari/conf/FALCON  |  4 +++-
 sys/arch/atari/conf/HADES   |  4 +++-
 3 files changed, 10 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r 279641fedfa0 -r 581024e45c75 sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT       Tue May 01 15:46:09 2001 +0000
+++ b/sys/arch/atari/conf/ATARITT       Tue May 01 15:46:30 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ATARITT,v 1.31 2000/02/12 03:31:48 thorpej Exp $
+#      $NetBSD: ATARITT,v 1.31.4.1 2001/05/01 15:46:30 he Exp $
 #
 # ATARI-TT
 #
@@ -102,6 +102,9 @@
 pseudo-device  vnd             3       # 3 pseudo disks (see vnconfig)
 pseudo-device  md              2       # Boot memory disk
 
+pseudo-device  vlan                    # IEEE 802.1q encapsulation
+pseudo-device  rnd                     # /dev/random and in-kernel generator
+
 #
 # The following sections describe various hardware options.
 #
diff -r 279641fedfa0 -r 581024e45c75 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Tue May 01 15:46:09 2001 +0000
+++ b/sys/arch/atari/conf/FALCON        Tue May 01 15:46:30 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: FALCON,v 1.31 2000/02/12 03:31:49 thorpej Exp $
+#      $NetBSD: FALCON,v 1.31.4.1 2001/05/01 15:46:48 he Exp $
 #
 # ATARI-FALCON
 #
@@ -92,6 +92,8 @@
 pseudo-device  vnd             3       # 3 pseudo disks (see vnconfig)
 pseudo-device  md              2       # Boot memory disk
 
+pseudo-device  vlan                    # IEEE 802.1q encapsulation
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #
 # The following sections describe various hardware options.
 #
diff -r 279641fedfa0 -r 581024e45c75 sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Tue May 01 15:46:09 2001 +0000
+++ b/sys/arch/atari/conf/HADES Tue May 01 15:46:30 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: HADES,v 1.22 2000/02/12 03:31:49 thorpej Exp $
+#      $NetBSD: HADES,v 1.22.4.1 2001/05/01 15:47:02 he Exp $
 #
 # Medusa-Hades
 #
@@ -98,6 +98,8 @@
 pseudo-device  vnd     3       # 3 pseudo disks (see vnconfig)
 pseudo-device  md      2       # Boot memory disk
 
+pseudo-device  vlan            # IEEE 802.1q encapsulation
+pseodu-device  rnd             # /dev/random and in-kernel generator
 #
 # The following sections describe various hardware options.
 #



Home | Main Index | Thread Index | Old Index