Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2003 09:18:16 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36759 for review
Message-ID:  <200308231618.h7NGIG9C038055@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=36759

Change 36759 by marcel@marcel_nfs on 2003/08/23 09:18:06

	s#<pci#<dev/pci#g

Affected files ...

.. //depot/projects/ia64/sys/dev/vga/vga_pci.c#6 edit

Differences ...

==== //depot/projects/ia64/sys/dev/vga/vga_pci.c#6 (text+ko) ====

@@ -35,8 +35,8 @@
 #include <sys/module.h>
 #include <sys/rman.h>
 
-#include <pci/pcireg.h>
-#include <pci/pcivar.h>
+#include <dev/pci/pcireg.h>
+#include <dev/pci/pcivar.h>
 
 #include <dev/vga/vga.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308231618.h7NGIG9C038055>