Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154018616
D54934.id170668.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1011 B
Referenced Files
None
Subscribers
None
D54934.id170668.diff
View Options
diff --git a/sys/dev/quicc/quicc_bus.h b/sys/dev/quicc/quicc_bus.h
--- a/sys/dev/quicc/quicc_bus.h
+++ b/sys/dev/quicc/quicc_bus.h
@@ -30,7 +30,7 @@
#define _DEV_QUICC_BUS_H_
enum {
- QUICC_IVAR_CLOCK = BUS_IVARS_PRIVATE + 1, /* The CPM clock. */
+ QUICC_IVAR_CLOCK = BUS_IVARS_PRIVATE, /* The CPM clock. */
QUICC_IVAR_BRGCLK, /* The BRG clock affected by SCCR. */
QUICC_IVAR_DEVTYPE
};
diff --git a/sys/dev/virtio/virtio.h b/sys/dev/virtio/virtio.h
--- a/sys/dev/virtio/virtio.h
+++ b/sys/dev/virtio/virtio.h
@@ -54,7 +54,7 @@
* VirtIO instance variables indices.
*/
enum {
- VIRTIO_IVAR_DEVTYPE = BUS_IVARS_PRIVATE + 1,
+ VIRTIO_IVAR_DEVTYPE = BUS_IVARS_PRIVATE,
VIRTIO_IVAR_FEATURE_DESC,
VIRTIO_IVAR_VENDOR,
VIRTIO_IVAR_DEVICE,
diff --git a/sys/sys/cpu.h b/sys/sys/cpu.h
--- a/sys/sys/cpu.h
+++ b/sys/sys/cpu.h
@@ -36,7 +36,7 @@
*/
enum {
- CPU_IVAR_PCPU = BUS_IVARS_PRIVATE + 1,
+ CPU_IVAR_PCPU = BUS_IVARS_PRIVATE,
CPU_IVAR_NOMINAL_MHZ,
CPU_IVAR_CPUID_SIZE,
CPU_IVAR_CPUID
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 26, 12:20 PM (1 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32183929
Default Alt Text
D54934.id170668.diff (1011 B)
Attached To
Mode
D54934: bus: Change a few bus drivers to use consistent IVAR ranges
Attached
Detach File
Event Timeline
Log In to Comment