aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-12-13 16:13:31 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-12-13 16:13:31 +0000
commit001cfa92288ac7e095ca843ce38f115b7cace61d (patch)
treee19d0da2eb5444211ffa48dae0f97ed6416a1eee /sys/dev
parent53f09e72483119e06b8fdd1f823ad2fe81294e15 (diff)
downloadsrc-001cfa92288ac7e095ca843ce38f115b7cace61d.tar.gz
src-001cfa92288ac7e095ca843ce38f115b7cace61d.zip
Tone down and remove some obnoxious warnings that are slightly overkill.
Notes
Notes: svn path=/head/; revision=87799
Diffstat (limited to 'sys/dev')
-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 9cdf45c22fc8..840ed8701eb1 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