summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2010-02-12 18:48:18 +0000
committeremaste <emaste@FreeBSD.org>2010-02-12 18:48:18 +0000
commit31c6160ef9b4c453564cf7797a45f4a8bd210c77 (patch)
tree4b3441e56a252cea536f1920bd211bc8942fe2f8 /sys/dev/aac/aac_pci.c
parent7b7a6802807ff6509e17b37bd99c46dfe85a7685 (diff)
downloadFreeBSD-src-31c6160ef9b4c453564cf7797a45f4a8bd210c77.zip
FreeBSD-src-31c6160ef9b4c453564cf7797a45f4a8bd210c77.tar.gz
Garbage collect Falcon/PPC support that has not been used in released
products, based on discussion with Adaptec.
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 17731a8..bc99379 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -435,10 +435,6 @@ aac_pci_attach(device_t dev)
fwprintf(sc, HBA_FLAGS_DBG_INIT_B, "set hardware up for StrongARM");
sc->aac_if = aac_sa_interface;
break;
- case AAC_HWIF_FALCON:
- fwprintf(sc, HBA_FLAGS_DBG_INIT_B, "set hardware up for Falcon/PPC");
- sc->aac_if = aac_fa_interface;
- break;
case AAC_HWIF_RKT:
fwprintf(sc, HBA_FLAGS_DBG_INIT_B, "set hardware up for Rocket/MIPS");
sc->aac_if = aac_rkt_interface;
OpenPOWER on IntegriCloud