diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2001-03-07 22:01:21 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2001-03-07 22:01:21 +0000 |
commit | e8f683ee28bf27a9e757d6d720bf8c2c02cdef03 (patch) | |
tree | ff2ff6f9696b150aebad7cb6777895e9383d8af9 | |
parent | 589be6e827d546dba70dab7907b702eacf9390da (diff) |
lca and apecs buses need sgmap glue as well.
pointed out by wasilx@forest.ihep.su - PR1713
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 098f928a4cb..a3d21b99300 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.43 2001/02/16 05:17:31 jason Exp $ +# $OpenBSD: files.alpha,v 1.44 2001/03/07 22:01:20 ericj Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -158,7 +158,7 @@ file arch/alpha/pci/pciide_machdep.c pci define alpha_pci_sgmap_pte64 file arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 -device apecs: pcibus +device apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 attach apecs at mainbus file arch/alpha/pci/apecs.c apecs file arch/alpha/pci/apecs_bus_io.c apecs @@ -166,7 +166,7 @@ file arch/alpha/pci/apecs_bus_mem.c apecs file arch/alpha/pci/apecs_pci.c apecs file arch/alpha/pci/apecs_dma.c apecs -device lca: pcibus +device lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 attach lca at mainbus file arch/alpha/pci/lca.c lca file arch/alpha/pci/lca_bus_io.c lca |