summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-14 07:14:17 +0000
committerpeter <peter@FreeBSD.org>2000-01-14 07:14:17 +0000
commit2d989cd686df201901f4279380d0010fdae042ca (patch)
tree6993ef193f20615fddb4df0a445c90ede06a924e /sys/dev/vx
parentf87edded2316615942b4344b5be1836d37ad377c (diff)
downloadFreeBSD-src-2d989cd686df201901f4279380d0010fdae042ca.zip
FreeBSD-src-2d989cd686df201901f4279380d0010fdae042ca.tar.gz
Pre 4.0 tidy up.
Collect together the components of several drivers and export eisa from the i386-only area (It's not, it's on some alphas too). The code hasn't been updated to work on the Alpha yet, but that can come later. Repository copies were done a while ago. Moving these now keeps them in consistant place across the 4.x series as the newbusification progresses. Submitted by: mdodd
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx_eisa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c
index 150e573..c700eb3 100644
--- a/sys/dev/vx/if_vx_eisa.c
+++ b/sys/dev/vx/if_vx_eisa.c
@@ -26,6 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $FreeBSD$
*/
#include "eisa.h"
@@ -48,7 +49,7 @@
#include <net/if.h>
#include <net/if_arp.h>
-#include <i386/eisa/eisaconf.h>
+#include <dev/eisa/eisaconf.h>
#include <dev/vx/if_vxreg.h>
OpenPOWER on IntegriCloud