aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-18 20:48:43 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-18 20:48:43 +0000
commit8dc26439da0d68c4035e407368d5e775b266deb2 (patch)
treea047a34bf46dbd9d11c085a6fa41879eeb300911 /sys/dev
parent5334b9c3cf61f734881ff6e96d87371a97b677ac (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcivar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 12c1bab2aa46..432551bac82a 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcivar.h,v 1.30 1999/05/09 20:25:01 peter Exp $
+ * $Id: pcivar.h,v 1.31 1999/05/11 07:55:32 peter Exp $
*
*/
@@ -177,7 +177,6 @@ const char *ide_pci_match(struct device *dev);
/* low level PCI config register functions provided by pcibus.c */
-int pci_cfgopen (void);
int pci_cfgread (pcicfgregs *cfg, int reg, int bytes);
void pci_cfgwrite (pcicfgregs *cfg, int reg, int data, int bytes);
#ifdef __alpha__