Replace hard-coded magic constants to system defined constants

(BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). These pseudo PHY
drivers were forgotten from the conversion due to the repo copy
to dc driver location.
This commit is contained in:
Pyun YongHyeon 2006-08-02 05:28:52 +00:00
parent 4350e12f23
commit 07c4a8dfa6
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ dcphy_probe(device_t dev)
device_set_desc(dev, "Intel 21143 NWAY media interface");
return (0);
return (BUS_PROBE_DEFAULT);
}
static int

View File

@ -116,7 +116,7 @@ pnphy_probe(device_t dev)
device_set_desc(dev, "PNIC 82c168 media interface");
return (0);
return (BUS_PROBE_DEFAULT);
}
static int