Skip to content

Commit

Permalink
3797 AHCI: Support for ASMedia ASM106x
Browse files Browse the repository at this point in the history
Reviewed by: Albert Lee <[email protected]>
Reviewed by: Garrett D'Amore <[email protected]>
Reviewed by: Hans Rosenfeld <[email protected]>
Approved by: Robert Mustacchi <[email protected]>
  • Loading branch information
mtelka authored and rmustacc committed Jun 11, 2013
1 parent 79ec9da commit 2ac3028
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 190 deletions.
8 changes: 5 additions & 3 deletions usr/src/cmd/mdb/intel/modules/sata/sata.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/

/*
* Copyright 2013 Nexenta Systems, Inc. All rights reserved.
*/

#include <sys/mdb_modapi.h>
#include <mdb/mdb_ks.h>
Expand Down Expand Up @@ -168,7 +170,7 @@ sata_dmsg_dump(sata_trace_dmsg_t *addr, int print_pathname, uint_t *printed)
(void) mdb_ddi_pathname(
(uintptr_t)dmsg.dip, pathname,
sizeof (pathname));
mdb_printf("\n[%s]", pathname);
mdb_printf("[%s]", pathname);
}
}
} else {
Expand All @@ -181,7 +183,7 @@ sata_dmsg_dump(sata_trace_dmsg_t *addr, int print_pathname, uint_t *printed)
dmsg.buf);
}

mdb_printf("%s", merge);
mdb_printf("%s\n", merge);

if (printed != NULL) {
(*printed)++;
Expand Down
Loading

0 comments on commit 2ac3028

Please sign in to comment.