summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/tcp/tcp6ddi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/inet/tcp/tcp6ddi.c')
-rw-r--r--usr/src/uts/common/inet/tcp/tcp6ddi.c20
1 files changed, 8 insertions, 12 deletions
diff --git a/usr/src/uts/common/inet/tcp/tcp6ddi.c b/usr/src/uts/common/inet/tcp/tcp6ddi.c
index 3ccef00029..e724bdd022 100644
--- a/usr/src/uts/common/inet/tcp/tcp6ddi.c
+++ b/usr/src/uts/common/inet/tcp/tcp6ddi.c
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -33,18 +32,15 @@
#include <inet/ip.h>
#define INET_NAME "tcp6"
-#define INET_STRTAB tcpinfo
+#define INET_DEVSTRTAB tcpinfov6
#define INET_DEVDESC "TCP6 STREAMS driver %I%"
-#define INET_MODDESC "TCP6 STREAMS module %I%"
-#define INET_DEVMINOR TCP_MINOR6
+#define INET_DEVMINOR 0
/*
* Note that unlike UDP, TCP uses synchronous STREAMS only
* for TCP Fusion (loopback); this is why we don't define
- * D_SYNCSTR here. Since TCP as a module is used only for
- * SNMP purposes, we define _D_DIRECT for device instance.
+ * D_SYNCSTR here.
*/
#define INET_DEVMTFLAGS (D_MP|_D_DIRECT)
-#define INET_MODMTFLAGS D_MP
#include "../inetddi.c"
@@ -52,8 +48,8 @@ int
_init(void)
{
/*
- * device initialization occurs in ipddi.c:_init()
- * (i.e. it must be called before this routine)
+ * device initialization happens when the actual code containing
+ * module (/kernel/drv/ip) is loaded, and driven from ip_ddi_init()
*/
return (mod_install(&modlinkage));
}