Remove ahb references as well as 1640 info in aha.4
This commit is contained in:
parent
dabe508323
commit
31754f4996
@ -54,14 +54,9 @@ In
|
||||
.Sh DESCRIPTION
|
||||
This driver provides access to the
|
||||
.Tn SCSI
|
||||
bus connected to the Adaptec AHA-154x and AHA-1640 SCSI host adapters.
|
||||
bus connected to the Adaptec AHA-154x SCSI host adapters.
|
||||
x is 0 for controllers without a floppy drive and 2 for controllers
|
||||
that have them.
|
||||
For optimum
|
||||
performance, Adaptec AHA-174x controllers should be configured in
|
||||
enhanced mode and attached via the
|
||||
.Xr ahb 4
|
||||
driver.
|
||||
.Pp
|
||||
One device hint entry for every card to be attached by the system is
|
||||
required.
|
||||
@ -89,16 +84,11 @@ Adaptec AHA-154xCF
|
||||
.It
|
||||
Adaptec AHA-154xCP
|
||||
.It
|
||||
Adaptec AHA-1640
|
||||
.It
|
||||
Adaptec AHA-174x in 154x emulation mode
|
||||
.It
|
||||
DTC 3290 SCSI controller in 1542 emulation mode
|
||||
.It
|
||||
Tekram SCSI controllers in 154x emulation mode
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ahb 4 ,
|
||||
.Xr ahc 4 ,
|
||||
.Xr aic 4 ,
|
||||
.Xr cd 4 ,
|
||||
|
@ -338,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_1740:
|
||||
snprintf(aha->model, sizeof(aha->model), "1740A/1742A/1744");
|
||||
break;
|
||||
case BOARD_1542C:
|
||||
snprintf(aha->model, sizeof(aha->model), "1542C");
|
||||
break;
|
||||
|
@ -157,7 +157,6 @@ typedef struct {
|
||||
#define BOARD_1540_16HEAD_BIOS 0x00
|
||||
#define BOARD_1540_64HEAD_BIOS 0x30
|
||||
#define BOARD_1542 0x41 /* aha-1540/1542 w/64-h bios */
|
||||
#define BOARD_1740 0x43 /* aha-1740A/1742A/1744 */
|
||||
#define BOARD_1542C 0x44 /* aha-1542C */
|
||||
#define BOARD_1542CF 0x45 /* aha-1542CF */
|
||||
#define BOARD_1542CP 0x46 /* aha-1542CP, plug and play */
|
||||
|
Loading…
x
Reference in New Issue
Block a user