diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-07-01 02:44:12 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1998-07-01 02:44:12 +0000 |
commit | f89fca8c5a36c78adf59e3870a9724b9e0f30044 (patch) | |
tree | ccf95c99848519ca44d6ace134a1e783350d7c8c /sys/arch/alpha/conf/files.alpha | |
parent | 34517489a128bdcf2668baad049ed706be30c834 (diff) |
Add pciide_machdep.c; that file is taken from NetBSD (forgot to
mention in previous commit).
Diffstat (limited to 'sys/arch/alpha/conf/files.alpha')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 29d49c27122..7edde5f551e 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.21 1998/04/07 22:07:42 deraadt Exp $ +# $OpenBSD: files.alpha,v 1.22 1998/07/01 02:44:11 angelos Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -136,6 +136,7 @@ major { wd = 0 } #device jeisa at ibus: eisabus file arch/alpha/isa/isa_machdep.c isa +file arch/alpha/pci/pciide_machdep.c pci device pcppi { } attach pcppi at isa |