rlswitch.c (3b8f08459569bf0faa21473e5cec2491e95c9349) | rlswitch.c (b2d3d26fa011fbb70bed9caedf4bcfd8889e6ec6) |
---|---|
1/*- 2 * Copyright (c) 1997, 1998, 1999 3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. 4 * Copyright (c) 2006 Bernd Walter. All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 41 unchanged lines hidden (view full) --- 50#include <net/if_arp.h> 51#include <net/if_media.h> 52 53#include <dev/mii/mii.h> 54#include <dev/mii/miivar.h> 55#include "miidevs.h" 56 57#include <machine/bus.h> | 1/*- 2 * Copyright (c) 1997, 1998, 1999 3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. 4 * Copyright (c) 2006 Bernd Walter. All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 41 unchanged lines hidden (view full) --- 50#include <net/if_arp.h> 51#include <net/if_media.h> 52 53#include <dev/mii/mii.h> 54#include <dev/mii/miivar.h> 55#include "miidevs.h" 56 57#include <machine/bus.h> |
58#include <pci/if_rlreg.h> | 58#include <dev/rl/if_rlreg.h> |
59 60#include "miibus_if.h" 61 62//#define RL_DEBUG 63#define RL_VLAN 64 65static int rlswitch_probe(device_t); 66static int rlswitch_attach(device_t); --- 331 unchanged lines hidden --- | 59 60#include "miibus_if.h" 61 62//#define RL_DEBUG 63#define RL_VLAN 64 65static int rlswitch_probe(device_t); 66static int rlswitch_attach(device_t); --- 331 unchanged lines hidden --- |