rgephy.c (246e7a2b6494cd991b08ac669ed761ecea0cc98c) | rgephy.c (b2d3d26fa011fbb70bed9caedf4bcfd8889e6ec6) |
---|---|
1/*- 2 * Copyright (c) 2003 3 * Bill Paul <wpaul@windriver.com>. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 45 unchanged lines hidden (view full) --- 54#include <dev/mii/miivar.h> 55#include "miidevs.h" 56 57#include <dev/mii/rgephyreg.h> 58 59#include "miibus_if.h" 60 61#include <machine/bus.h> | 1/*- 2 * Copyright (c) 2003 3 * Bill Paul <wpaul@windriver.com>. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 45 unchanged lines hidden (view full) --- 54#include <dev/mii/miivar.h> 55#include "miidevs.h" 56 57#include <dev/mii/rgephyreg.h> 58 59#include "miibus_if.h" 60 61#include <machine/bus.h> |
62#include <pci/if_rlreg.h> | 62#include <dev/rl/if_rlreg.h> |
63 64static int rgephy_probe(device_t); 65static int rgephy_attach(device_t); 66 67static device_method_t rgephy_methods[] = { 68 /* device interface */ 69 DEVMETHOD(device_probe, rgephy_probe), 70 DEVMETHOD(device_attach, rgephy_attach), --- 437 unchanged lines hidden --- | 63 64static int rgephy_probe(device_t); 65static int rgephy_attach(device_t); 66 67static device_method_t rgephy_methods[] = { 68 /* device interface */ 69 DEVMETHOD(device_probe, rgephy_probe), 70 DEVMETHOD(device_attach, rgephy_attach), --- 437 unchanged lines hidden --- |