Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 23:19:06 +0300
From:      "Alexandr A.Babaylov" <"."@baboloi.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        @cicuta.babolo.ru
Subject:   kern/48468: puc driver for Nm9845
Message-ID:  <1045685946.681507.2182.nullmailer@cicuta.babolo.ru>

next in thread | raw e-mail | index | archive | help

>Number:         48468
>Category:       kern
>Synopsis:       puc driver for Nm9845
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 19 12:20:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexandr A. Babaylov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
home
>Environment:
System: FreeBSD cicuta.babolo.ru 4.7-STABLE FreeBSD 4.7-STABLE #5: Sun Feb 16 19:05:08 MSK 2003 babolo@cicuta.babolo.ru:/tmp/babolo/usr/src/sys/cicuta i386


>Description:
	Try to configure Nm9845 based 6 sio ports card
>How-To-Repeat:
	N/A
>Fix:

--- sys/dev/puc/pucdata.c	6 Feb 2003 13:17:11 -0000
+++ sys/dev/puc/pucdata.c	16 Feb 2003 00:26:29 -0000
@@ -823,6 +823,21 @@
 	    },
 	},
 
+	/* NetMos 2S PCI 9845 + 4S ISA 16C554 */
+	/* What if another hardware on ISA XXXX */
+	{   "NetMos NM9845 2 UART + 4S ISA 16C554",
+	    {	0x9710,	0x9845,	0,	0	},
+	    {	0xffff,	0xffff,	0,	0	},
+	    {
+		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
+		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
+		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
+		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ },
+		{ PUC_PORT_TYPE_COM, 0x24, 0x00, COM_FREQ },
+	    },
+	},
+
 	/*
 	 * This is the Middle Digital, Inc. PCI-Weasel, which
 	 * uses a PCI interface implemented in FPGA.
--- sys/isa/sio.c	12 Aug 2002 11:57:09 -0000
+++ sys/isa/sio.c	16 Feb 2003 02:15:42 -0000
@@ -602,7 +602,6 @@
 	{ 0x95211415, "Oxford Semiconductor PCI Dual Port Serial", 0x10 },
 	{ 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 },
 	{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
-	{ 0x98459710, "Netmos Nm9845 PCI Bridge with Dual UART", 0x10 },
 	{ 0x00000000, NULL, 0 }
 };
 
--- sys/pc98/pc98/sio.c	14 Oct 2002 09:39:40 -0000
+++ sys/pc98/pc98/sio.c	16 Feb 2003 02:39:12 -0000
@@ -978,7 +978,6 @@
 	{ 0x95211415, "Oxford Semiconductor PCI Dual Port Serial", 0x10 },
 	{ 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 },
 	{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
-	{ 0x98459710, "Netmos Nm9845 PCI Bridge with Dual UART", 0x10 },
 	{ 0x00000000, NULL, 0 }
 };
 
--- share/man/man4/sio.4	18 Dec 2002 13:31:17 -0000
+++ share/man/man4/sio.4	16 Feb 2003 07:40:14 -0000
@@ -62,15 +62,6 @@
 .Cd "..."
 .Cd "device sio11 at isa? port 0x138 flags 0xb05 irq 12"
 .Pp
-For Netmos Nm9845 multiport cards with 6 ports:
-.Cd "options COM_MULTIPORT"
-.Cd "device sio4 at isa? port 0xb000 flags 0x901"
-.Cd "device sio5 at isa? port 0xb400 flags 0x901"
-.Cd "device sio6 at isa? port 0xb800 flags 0x901"
-.Cd "device sio7 at isa? port 0xbc00 flags 0x901"
-.Cd "device sio8 at isa? port 0xc000 flags 0x901"
-.Cd "device sio9 at isa? port 0xac00 flags 0x901 irq 12"
-.Pp
 For Hayes ESP cards:
 .Cd "options COM_ESP"
 .Cd "..."
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1045685946.681507.2182.nullmailer>