diff options
author | peter <peter@FreeBSD.org> | 1999-08-22 21:44:35 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-22 21:44:35 +0000 |
commit | 2bbfd73cc7441111e9e49645afb397eb04b1af45 (patch) | |
tree | 3079a2906871100e16af20753c9606a51df9703e /sys/i386/isa | |
parent | 56dea87fc0c79d9252ca073a745afe8209069e04 (diff) | |
download | FreeBSD-src-2bbfd73cc7441111e9e49645afb397eb04b1af45.zip FreeBSD-src-2bbfd73cc7441111e9e49645afb397eb04b1af45.tar.gz |
Oops, that wasn't so clever after all. struct isa_device is still a
prerequisite for this old pnp.h.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r-- | sys/i386/isa/pnp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/isa/pnp.h b/sys/i386/isa/pnp.h index af2f49a..b91b50d 100644 --- a/sys/i386/isa/pnp.h +++ b/sys/i386/isa/pnp.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pnp.h,v 1.7 1998/09/13 22:15:44 eivind Exp $ + * $Id: pnp.h,v 1.8 1999/08/22 19:46:05 peter Exp $ */ #ifndef _I386_ISA_PNP_H_ @@ -267,8 +267,6 @@ struct pnp_cinfo { #ifdef KERNEL -struct isa_device; - struct pnp_device { char *pd_name; char * (*pd_probe ) (u_long csn, u_long vendor_id); |