pnphy.c (9c1c2e99243d6d70c79925621e17e2b7babfc8c3) | pnphy.c (2d3ce7133ad8cd5bfd8ac6b3c3d42dd3e493e911) |
---|---|
1/* 2 * Copyright (c) 1997, 1998, 1999 3 * Bill Paul <wpaul@ee.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 --- 41 unchanged lines hidden (view full) --- 50#include <sys/bus.h> 51 52#include <net/if.h> 53#include <net/if_arp.h> 54#include <net/if_media.h> 55 56#include <dev/mii/mii.h> 57#include <dev/mii/miivar.h> | 1/* 2 * Copyright (c) 1997, 1998, 1999 3 * Bill Paul <wpaul@ee.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 --- 41 unchanged lines hidden (view full) --- 50#include <sys/bus.h> 51 52#include <net/if.h> 53#include <net/if_arp.h> 54#include <net/if_media.h> 55 56#include <dev/mii/mii.h> 57#include <dev/mii/miivar.h> |
58#include <dev/mii/miidevs.h> | 58#include "miidevs.h" |
59 60#include <machine/bus_pio.h> 61#include <machine/bus_memio.h> 62#include <machine/bus.h> 63#include <machine/resource.h> 64#include <sys/bus.h> 65 66#include <pci/if_dcreg.h> --- 220 unchanged lines hidden --- | 59 60#include <machine/bus_pio.h> 61#include <machine/bus_memio.h> 62#include <machine/bus.h> 63#include <machine/resource.h> 64#include <sys/bus.h> 65 66#include <pci/if_dcreg.h> --- 220 unchanged lines hidden --- |