alexh's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b781666
)
hptiop(4): Fix device description.
author
Sascha Wildner <saw@online.de>
Wed, 8 Dec 2010 00:28:05 +0000 (
01:28
+0100)
committer
Sascha Wildner <saw@online.de>
Wed, 8 Dec 2010 00:28:05 +0000 (
01:28
+0100)
sys/dev/raid/hptiop/hptiop.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/raid/hptiop/hptiop.c
b/sys/dev/raid/hptiop/hptiop.c
index
ae037c3
..
953af30
100644
(file)
--- a/
sys/dev/raid/hptiop/hptiop.c
+++ b/
sys/dev/raid/hptiop/hptiop.c
@@
-1260,7
+1260,7
@@
static int hptiop_probe(device_t dev)
pci_get_bus(dev), pci_get_slot(dev),
pci_get_function(dev), pci_get_irq(dev));
- ksprintf(buf, "RocketRAID %x %s Controller\n",
+ ksprintf(buf, "RocketRAID %x %s Controller",
id, sas ? "SAS" : "SATA");
device_set_desc_copy(dev, buf);