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 puc at pci and com at puc, since th...



details:   https://anonhg.NetBSD.org/src/rev/26b3dda52f84
branches:  trunk
changeset: 526814:26b3dda52f84
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat May 11 18:05:12 2002 +0000

description:
Add puc at pci and com at puc, since those seem to work under 1.5.2 (and hence
have no excuse for not working in -current).

diffstat:

 sys/arch/macppc/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 80e8a75bb75a -r 26b3dda52f84 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sat May 11 15:56:03 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sat May 11 18:05:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.128 2002/04/25 15:21:59 wiz Exp $
+# $NetBSD: GENERIC,v 1.129 2002/05/11 18:05:12 bjh21 Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.128 $"
+#ident                 "GENERIC-$Revision: 1.129 $"
 
 maxusers       32
 
@@ -151,6 +151,8 @@
 
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
 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
 
 fpa*   at pci? dev ? function ?        # DEC PCI FDDI (DEFPA) Controller
 ep*    at pci? dev ? function ?        # 3Com 3c59x
@@ -195,6 +197,7 @@
 ukphy* at mii? phy ?                   # generic unknown PHYs
 
 # PCI serial interfaces
+com*   at puc? port ?                  # 16x50s on "universal" comm boards
 cy*    at pci? dev ? function ?        # Cyclades Cyclom-Y serial boards
 #cz*   at pci? dev ? function ?        # Cyclades-Z multi-port serial boards
 



Home | Main Index | Thread Index | Old Index