diff options
author | 1998-07-01 02:44:11 +0000 | |
---|---|---|
committer | 1998-07-01 02:44:11 +0000 | |
commit | ce290996fed2c5ab560edc3ae7118ad02da6330a (patch) | |
tree | ab061fa6f8a9bd656bfc390f48ca4549feff6793 | |
parent | PCI-IDE interface. (diff) | |
download | wireguard-openbsd-ce290996fed2c5ab560edc3ae7118ad02da6330a.tar.xz wireguard-openbsd-ce290996fed2c5ab560edc3ae7118ad02da6330a.zip |
Add pciide_machdep.c; that file is taken from NetBSD (forgot to
mention in previous commit).
-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 |