diff options
Diffstat (limited to 'drivers/pci/pci-stub.c')
-rw-r--r-- | drivers/pci/pci-stub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/pci-stub.c b/drivers/pci/pci-stub.c index 6e47c519c510..2ff77509d8e5 100644 --- a/drivers/pci/pci-stub.c +++ b/drivers/pci/pci-stub.c | |||
@@ -2,13 +2,13 @@ | |||
2 | * | 2 | * |
3 | * Copyright (C) 2008 Red Hat, Inc. | 3 | * Copyright (C) 2008 Red Hat, Inc. |
4 | * Author: | 4 | * Author: |
5 | * Chris Wright | 5 | * Chris Wright |
6 | * | 6 | * |
7 | * This work is licensed under the terms of the GNU GPL, version 2. | 7 | * This work is licensed under the terms of the GNU GPL, version 2. |
8 | * | 8 | * |
9 | * Usage is simple, allocate a new id to the stub driver and bind the | 9 | * Usage is simple, allocate a new id to the stub driver and bind the |
10 | * device to it. For example: | 10 | * device to it. For example: |
11 | * | 11 | * |
12 | * # echo "8086 10f5" > /sys/bus/pci/drivers/pci-stub/new_id | 12 | * # echo "8086 10f5" > /sys/bus/pci/drivers/pci-stub/new_id |
13 | * # echo -n 0000:00:19.0 > /sys/bus/pci/drivers/e1000e/unbind | 13 | * # echo -n 0000:00:19.0 > /sys/bus/pci/drivers/e1000e/unbind |
14 | * # echo -n 0000:00:19.0 > /sys/bus/pci/drivers/pci-stub/bind | 14 | * # echo -n 0000:00:19.0 > /sys/bus/pci/drivers/pci-stub/bind |