diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 02:08:01 +0000 |
| commit | e51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch) | |
| tree | 13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/dc/pnphy.c | |
| parent | c605e9e62f94150fea168cf43328076ea7789885 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dc/pnphy.c')
| -rw-r--r-- | sys/dev/dc/pnphy.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/dc/pnphy.c b/sys/dev/dc/pnphy.c index dce8282666aa..56a83f4a2875 100644 --- a/sys/dev/dc/pnphy.c +++ b/sys/dev/dc/pnphy.c @@ -80,9 +80,9 @@ static const char rcsid[] = CSR_WRITE_4(sc, reg, \ CSR_READ_4(sc, reg) & ~x) -static int pnphy_probe __P((device_t)); -static int pnphy_attach __P((device_t)); -static int pnphy_detach __P((device_t)); +static int pnphy_probe (device_t); +static int pnphy_attach (device_t); +static int pnphy_detach (device_t); static device_method_t pnphy_methods[] = { /* device interface */ @@ -103,8 +103,8 @@ static driver_t pnphy_driver = { DRIVER_MODULE(pnphy, miibus, pnphy_driver, pnphy_devclass, 0, 0); -static int pnphy_service __P((struct mii_softc *, struct mii_data *, int)); -static void pnphy_status __P((struct mii_softc *)); +static int pnphy_service(struct mii_softc *, struct mii_data *, int); +static void pnphy_status(struct mii_softc *); static int pnphy_probe(dev) device_t dev; |
