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 we could have lpt at puc.



details:   https://anonhg.NetBSD.org/src/rev/8742695ebabf
branches:  trunk
changeset: 555296:8742695ebabf
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 13 14:39:38 2003 +0000

description:
we could have lpt at puc.

diffstat:

 sys/arch/macppc/conf/GENERIC       |  5 +++--
 sys/arch/macppc/conf/files.macppc  |  5 ++++-
 sys/arch/macppc/conf/majors.macppc |  4 ++--
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs (63 lines):

diff -r 370b07810f0a -r 8742695ebabf sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Thu Nov 13 14:31:54 2003 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Thu Nov 13 14:39:38 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.165 2003/10/18 08:30:14 lukem Exp $
+# $NetBSD: GENERIC,v 1.166 2003/11/13 14:39:38 christos Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.165 $"
+#ident                 "GENERIC-$Revision: 1.166 $"
 
 maxusers       32
 
@@ -185,6 +185,7 @@
 ppb*   at pci? dev ? function ?        # PCI-PCI bridges
 # XXX 'puc's aren't really bridges, but there's no better place for them here
 puc*   at pci? dev ? function ?        # PCI "universal" comm. cards
+lpt*   at puc? port ?                  # || ports on > "universal" comm boards
 
 # PCI Network devices
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
diff -r 370b07810f0a -r 8742695ebabf sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Thu Nov 13 14:31:54 2003 +0000
+++ b/sys/arch/macppc/conf/files.macppc Thu Nov 13 14:39:38 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.58 2003/06/11 07:35:39 hamajima Exp $
+#      $NetBSD: files.macppc,v 1.59 2003/11/13 14:39:38 christos Exp $
 #
 # macppc-specific configuration info
 
@@ -178,6 +178,9 @@
 attach macofcons at pci
 file arch/macppc/dev/ofcons.c                  macofcons needs-flag
 
+attach lpt at puc with lpt_puc
+file dev/pci/lpt_puc.c                         lpt_puc
+
 include "dev/usb/files.usb"
 include "dev/ieee1394/files.ieee1394"
 
diff -r 370b07810f0a -r 8742695ebabf sys/arch/macppc/conf/majors.macppc
--- a/sys/arch/macppc/conf/majors.macppc        Thu Nov 13 14:31:54 2003 +0000
+++ b/sys/arch/macppc/conf/majors.macppc        Thu Nov 13 14:39:38 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: majors.macppc,v 1.17 2003/10/24 08:09:54 jdolecek Exp $
+#      $NetBSD: majors.macppc,v 1.18 2003/11/13 14:39:38 christos Exp $
 #
 # Device majors for macppc
 #
@@ -21,7 +21,7 @@
 device-major   ss              char 17                 ss
 device-major   uk              char 18                 uk
 device-major   ses             char 19                 ses
-#device-major  lpt             char 20                 lpt
+device-major   lpt             char 20                 lpt
 
 device-major   ipl             char 21                 ipfilter
 device-major   ite             char 22                 ite



Home | Main Index | Thread Index | Old Index