Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf add puc, and com & lpt at puc



details:   https://anonhg.NetBSD.org/src/rev/99158c499746
branches:  trunk
changeset: 531867:99158c499746
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon May 27 23:58:52 2002 +0000

description:
add puc, and com & lpt at puc

diffstat:

 sys/arch/alpha/conf/ALPHA |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 8b587ec83c56 -r 99158c499746 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Mon May 27 23:41:33 2002 +0000
+++ b/sys/arch/alpha/conf/ALPHA Mon May 27 23:58:52 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.164 2002/04/25 15:06:21 atatat Exp $
+# $NetBSD: ALPHA,v 1.165 2002/05/27 23:58:52 lukem Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "ALPHA-$Revision: 1.164 $"
+ident          "ALPHA-$Revision: 1.165 $"
 
 maxusers 32
 
@@ -270,6 +270,7 @@
 pciide*        at      pci? dev ? function ?           # PCI IDE controllers
 pcscp* at      pci? dev ? function ?           # AMD Am53c974 PCscsi-PCI
 ppb*   at      pci? dev ? function ?           # PCI-PCI Bridges
+puc*   at      pci? dev ? function ?           # PCI "universal" comm. cards
 rtk*   at      pci? dev ? function ?           # RealTek 8129/8139 Ethernet
 sio*   at      pci? dev ? function ?           # Intel PCI-ISA Bridges
 sip*   at      pci? dev ? function ?           # SiS 900 Ethernet
@@ -399,6 +400,10 @@
 ray*   at      pcmcia? function ?              # Raytheon Raylink (802.11)
 wi*    at      pcmcia? function ?              # Lucent WaveLAN/IEEE
 
+# PUC devices
+com*   at puc? port ?                  # 16x50s on "universal" comm boards
+lpt*   at puc? port ?                  # || ports on "universal" comm boards
+
 # SCSI bus support
 scsibus* at    adv?
 scsibus* at    adw?



Home | Main Index | Thread Index | Old Index