diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-06 23:37:59 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-06 23:37:59 +0000 |
commit | b1dba0691883dc0c82bec6ee5e986c6c60de90e9 (patch) | |
tree | 51da19647fdec70ee59ccd3b834b46205dadc99b /sys/arch/alpha/conf | |
parent | d986c9bbec0805b0615ecc78399a77132db10818 (diff) |
Dummy PnP support, so alpha will compile
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index b64d51f7807..ad0d829f9bb 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.17 1997/11/10 04:01:25 mickey Exp $ +# $OpenBSD: files.alpha,v 1.18 1998/01/06 23:37:56 niklas Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -220,6 +220,13 @@ file arch/alpha/pci/tga_bt463.c tga file arch/alpha/pci/tga_bt485.c tga # +# ISA PnP +# + +include "../../../dev/isa/files.isapnp" +file arch/alpha/isa/isapnp_machdep.c isapnp + +# # Devices that can live on multiple busses # |