summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-12-13 16:13:31 +0000
committerjlemon <jlemon@FreeBSD.org>2001-12-13 16:13:31 +0000
commit9c2ee55c75a7ec17cd631c99b57f9e393145e6ab (patch)
treee19d0da2eb5444211ffa48dae0f97ed6416a1eee /sys/dev/fxp
parent0cfa55aca80bcc5bc29a0d0304d086bee901e5e8 (diff)
downloadFreeBSD-src-9c2ee55c75a7ec17cd631c99b57f9e393145e6ab.zip
FreeBSD-src-9c2ee55c75a7ec17cd631c99b57f9e393145e6ab.tar.gz
Tone down and remove some obnoxious warnings that are slightly overkill.
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 9cdf45c..840ed87 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -534,7 +534,7 @@ fxp_attach(device_t dev)
int i;
device_printf(dev,
- "*** DISABLING DYNAMIC STANDBY MODE IN EEPROM ***\n");
+ "Disabling dynamic standby mode in EEPROM\n");
data &= ~0x02;
fxp_write_eeprom(sc, &data, 10, 1);
device_printf(dev, "New EEPROM ID: 0x%x\n", data);
@@ -550,15 +550,6 @@ fxp_attach(device_t dev)
device_printf(dev,
"EEPROM checksum @ 0x%x: 0x%x -> 0x%x\n",
i, data, cksum);
- /*
- * We need to do a full PCI reset here. A software
- * reset to the port doesn't cut it, but let's try
- * anyway.
- */
- CSR_WRITE_4(sc, FXP_CSR_PORT, FXP_PORT_SOFTWARE_RESET);
- DELAY(50);
- device_printf(dev,
- "*** PLEASE REBOOT THE SYSTEM NOW FOR CORRECT OPERATION ***\n");
#if 1
/*
* If the user elects to continue, try the software
OpenPOWER on IntegriCloud