aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aha/aha.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-02-17 06:49:46 +0000
committerWarner Losh <imp@FreeBSD.org>2017-02-17 06:49:46 +0000
commitdabe508323b693e91568778b9bfb729e7ae5398f (patch)
tree066f337fac01338106df314e8228c867765a8b4f /sys/dev/aha/aha.c
parent91fa47076d07ff87fe8e44aca1ddd036ce0d0201 (diff)
downloadsrc-dabe508323b693e91568778b9bfb729e7ae5398f.tar.gz
src-dabe508323b693e91568778b9bfb729e7ae5398f.zip
Remove residuals of mca support
Notes
Notes: svn path=/head/; revision=313860
Diffstat (limited to 'sys/dev/aha/aha.c')
-rw-r--r--sys/dev/aha/aha.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c
index 1fed39fb36d3..d8ca8847a54e 100644
--- a/sys/dev/aha/aha.c
+++ b/sys/dev/aha/aha.c
@@ -1,9 +1,8 @@
/*
- * Generic register and struct definitions for the Adaptech 154x/164x
+ * Generic register and struct definitions for the Adaptech 154x
* SCSI host adapters. Product specific probe and attach routines can
* be found in:
* aha 1542A/1542B/1542C/1542CF/1542CP aha_isa.c
- * aha 1640 aha_mca.c
*/
/*-
* Copyright (c) 1998 M. Warner Losh.
@@ -339,9 +338,6 @@ aha_fetch_adapter_info(struct aha_softc *aha)
case BOARD_1542:
snprintf(aha->model, sizeof(aha->model), "1540/1542 64 head BIOS");
break;
- case BOARD_1640:
- snprintf(aha->model, sizeof(aha->model), "1640");
- break;
case BOARD_1740:
snprintf(aha->model, sizeof(aha->model), "1740A/1742A/1744");
break;