if_re.c (c8dfaf382fa6df9dc6fd1e1c3356e0c8bf607e6a) | if_re.c (b2d3d26fa011fbb70bed9caedf4bcfd8889e6ec6) |
---|---|
1/*- 2 * Copyright (c) 1997, 1998-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 --- 134 unchanged lines hidden (view full) --- 143#include <sys/rman.h> 144 145#include <dev/mii/mii.h> 146#include <dev/mii/miivar.h> 147 148#include <dev/pci/pcireg.h> 149#include <dev/pci/pcivar.h> 150 | 1/*- 2 * Copyright (c) 1997, 1998-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 --- 134 unchanged lines hidden (view full) --- 143#include <sys/rman.h> 144 145#include <dev/mii/mii.h> 146#include <dev/mii/miivar.h> 147 148#include <dev/pci/pcireg.h> 149#include <dev/pci/pcivar.h> 150 |
151#include <pci/if_rlreg.h> | 151#include <dev/rl/if_rlreg.h> |
152 153MODULE_DEPEND(re, pci, 1, 1, 1); 154MODULE_DEPEND(re, ether, 1, 1, 1); 155MODULE_DEPEND(re, miibus, 1, 1, 1); 156 157/* "device miibus" required. See GENERIC if you get errors here. */ 158#include "miibus_if.h" 159 --- 3888 unchanged lines hidden --- | 152 153MODULE_DEPEND(re, pci, 1, 1, 1); 154MODULE_DEPEND(re, ether, 1, 1, 1); 155MODULE_DEPEND(re, miibus, 1, 1, 1); 156 157/* "device miibus" required. See GENERIC if you get errors here. */ 158#include "miibus_if.h" 159 --- 3888 unchanged lines hidden --- |