Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add rnd & openfirm to POWERMAC



details:   https://anonhg.NetBSD.org/src/rev/84ea9ee93663
branches:  trunk
changeset: 499236:84ea9ee93663
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Nov 14 22:33:24 2000 +0000

description:
Add rnd & openfirm to POWERMAC
Add openfirm and commmented-out firewire stuff to GENERIC

diffstat:

 sys/arch/macppc/conf/GENERIC  |  14 ++++++++++++--
 sys/arch/macppc/conf/POWERMAC |   4 +++-
 2 files changed, 15 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 99af9a0d99fc -r 84ea9ee93663 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue Nov 14 22:26:32 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue Nov 14 22:33:24 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.83 2000/11/14 19:52:05 augustss Exp $
+#      $NetBSD: GENERIC,v 1.84 2000/11/14 22:33:24 matt Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.83 $"
+#ident                 "GENERIC-$Revision: 1.84 $"
 
 maxusers       32
 
@@ -270,6 +270,15 @@
 # USB Generic driver
 ugen*  at uhub? port ? configuration ? interface ?
 
+# PCI IEEE1394 controllers
+fwohci*        at pci? dev ? function ?        # IEEE1394 Open Host Controller
+#fwlynx* at pci? dev ? function ?      # IEEE1394 TI Lynx Controller 
+fw*    at fwbus?                       # IP over 1394
+
+# IEEE1394 nodes
+#fwnode* at fwbus? oui ? devhi ? devlo ?
+#scsibus* at fwnode?
+
 # Audio Devices
 
 # PCI audio devices
@@ -320,3 +329,4 @@
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  openfirm                # /dev/openfim
diff -r 99af9a0d99fc -r 84ea9ee93663 sys/arch/macppc/conf/POWERMAC
--- a/sys/arch/macppc/conf/POWERMAC     Tue Nov 14 22:26:32 2000 +0000
+++ b/sys/arch/macppc/conf/POWERMAC     Tue Nov 14 22:33:24 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: POWERMAC,v 1.26 2000/11/01 06:57:56 mycroft Exp $
+#      $NetBSD: POWERMAC,v 1.27 2000/11/14 22:33:24 matt Exp $
 #
 # POWERMAC config file
 #
@@ -98,3 +98,5 @@
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  vnd             4       # disk-like interface to files
 pseudo-device  ccd             4       # concatenated/striped disk devices
+pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  openfirm                # /dev/openfirm 



Home | Main Index | Thread Index | Old Index