rlphy.c (3b8f08459569bf0faa21473e5cec2491e95c9349) | rlphy.c (b2d3d26fa011fbb70bed9caedf4bcfd8889e6ec6) |
---|---|
1/*- 2 * Copyright (c) 1997, 1998, 1999 3 * Bill Paul <wpaul@ctr.columbia.edu>. 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 --- 40 unchanged lines hidden (view full) --- 49#include <net/if_arp.h> 50#include <net/if_media.h> 51 52#include <dev/mii/mii.h> 53#include <dev/mii/miivar.h> 54#include "miidevs.h" 55 56#include <machine/bus.h> | 1/*- 2 * Copyright (c) 1997, 1998, 1999 3 * Bill Paul <wpaul@ctr.columbia.edu>. 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 --- 40 unchanged lines hidden (view full) --- 49#include <net/if_arp.h> 50#include <net/if_media.h> 51 52#include <dev/mii/mii.h> 53#include <dev/mii/miivar.h> 54#include "miidevs.h" 55 56#include <machine/bus.h> |
57#include <pci/if_rlreg.h> | 57#include <dev/rl/if_rlreg.h> |
58 59#include "miibus_if.h" 60 61static int rlphy_probe(device_t); 62static int rlphy_attach(device_t); 63 64static device_method_t rlphy_methods[] = { 65 /* device interface */ --- 196 unchanged lines hidden --- | 58 59#include "miibus_if.h" 60 61static int rlphy_probe(device_t); 62static int rlphy_attach(device_t); 63 64static device_method_t rlphy_methods[] = { 65 /* device interface */ --- 196 unchanged lines hidden --- |