diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-23 20:14:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-23 20:14:15 +0000 |
commit | d9c1ba65dfce985dd6a90d53265ac13b79be5be1 (patch) | |
tree | a4037131cb72a3ab631af064e99fa5b09d184e3c /sys/arch/alpha/conf | |
parent | a5a4cbdce699a01c1d19d5fa9923f8b086b8b78e (diff) |
Only compile badaddr() if we have support for TurboChannel, apecs, cia or lca,
as they are the only users of badaddr(); shrinks RAMDISKB a little more.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index df882248552..4e86f8de4f0 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.70 2006/02/12 21:09:06 miod Exp $ +# $OpenBSD: files.alpha,v 1.71 2006/02/23 20:14:14 miod Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -75,7 +75,7 @@ attach tc at tcbus device tcasic: tcbus attach tcasic at mainbus -file arch/alpha/tc/tcasic.c tcasic +file arch/alpha/tc/tcasic.c tcasic needs-flag file arch/alpha/tc/tc_bus_mem.c tcasic file arch/alpha/tc/tc_dma.c tcasic file arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 @@ -167,7 +167,7 @@ file arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 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.c apecs needs-flag file arch/alpha/pci/apecs_bus_io.c apecs file arch/alpha/pci/apecs_bus_mem.c apecs file arch/alpha/pci/apecs_pci.c apecs @@ -175,7 +175,7 @@ file arch/alpha/pci/apecs_dma.c apecs 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.c lca needs-flag file arch/alpha/pci/lca_bus_io.c lca file arch/alpha/pci/lca_bus_mem.c lca file arch/alpha/pci/lca_pci.c lca @@ -183,7 +183,7 @@ file arch/alpha/pci/lca_dma.c lca device cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 attach cia at mainbus -file arch/alpha/pci/cia.c cia +file arch/alpha/pci/cia.c cia needs-flag file arch/alpha/pci/cia_dma.c cia file arch/alpha/pci/cia_pci.c cia file arch/alpha/pci/cia_bus_io.c cia |