diff options
author | ramat <none@none> | 2006-05-16 20:26:14 -0700 |
---|---|---|
committer | ramat <none@none> | 2006-05-16 20:26:14 -0700 |
commit | 52cac5437d7d1e7d1a9570b9789b52162d8c581a (patch) | |
tree | 2ffcc5385ab8152e1fbde495752578571e2ef38d /usr/src/cmd | |
parent | f13856c46d024d4a5131c6f50f4548a51dfca046 (diff) | |
download | illumos-gate-52cac5437d7d1e7d1a9570b9789b52162d8c581a.tar.gz |
PSARC 2006/285 MPxIO Driver Properties
6349247 replace MDI's built-in phci driver list with a better mechanism
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/mdb/common/modules/genunix/devinfo.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/devinfo.c b/usr/src/cmd/mdb/common/modules/genunix/devinfo.c index c0cb22815f..adab304cdb 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/devinfo.c +++ b/usr/src/cmd/mdb/common/modules/genunix/devinfo.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 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -1264,6 +1263,7 @@ devnames(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) { "DN_NETWORK_DRIVER", DN_NETWORK_DRIVER, DN_NETWORK_DRIVER}, { "DN_NO_AUTODETACH", DN_NO_AUTODETACH, DN_NO_AUTODETACH }, { "DN_GLDV3_DRIVER", DN_GLDV3_DRIVER, DN_GLDV3_DRIVER}, + { "DN_PHCI_DRIVER", DN_PHCI_DRIVER, DN_PHCI_DRIVER}, { NULL, 0, 0 } }; |