remove inappropriate an potentially confusing comments ("unnecessary?") from

the pa_device and pa_function members of the pci_attach_args structure.
This commit is contained in:
cgd 1996-03-28 02:16:23 +00:00
parent 611837babe
commit 80ed7f1dc8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcivar.h,v 1.14 1996/03/27 04:08:31 cgd Exp $ */
/* $NetBSD: pcivar.h,v 1.15 1996/03/28 02:16:23 cgd Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@ -88,8 +88,8 @@ struct pci_attach_args {
bus_chipset_tag_t pa_bc;
pci_chipset_tag_t pa_pc;
u_int pa_device; /* unnecessary? */
u_int pa_function; /* unnecessary? */
u_int pa_device;
u_int pa_function;
pcitag_t pa_tag;
pcireg_t pa_id, pa_class;