Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109310898
D22845.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D22845.diff
View Options
Index: head/sys/dev/ata/chipsets/ata-promise.c
===================================================================
--- head/sys/dev/ata/chipsets/ata-promise.c
+++ head/sys/dev/ata/chipsets/ata-promise.c
@@ -795,7 +795,7 @@
if (ata_sata_phy_reset(dev, -1, 1)) {
u_int32_t signature = ch->hw.softreset(dev, ATA_PM);
- if (1 | bootverbose)
+ if (bootverbose)
device_printf(dev, "SIGNATURE: %08x\n", signature);
switch (signature >> 16) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 4, 10:04 AM (21 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16451742
Default Alt Text
D22845.diff (467 B)
Attached To
Mode
D22845: Avoid a tautological bitwise compare.
Attached
Detach File
Event Timeline
Log In to Comment