Cleaned-up AHA-154x SCSI driver. Phase 1 (more to come tomorrow.)
This commit is contained in:
1161
src/scsi_aha154x.c
1161
src/scsi_aha154x.c
File diff suppressed because it is too large
Load Diff
@@ -2,14 +2,6 @@
|
||||
# define SCSI_AHA154X_H
|
||||
|
||||
|
||||
typedef struct {
|
||||
uint8_t flags; /* local flags */
|
||||
uint8_t bid; /* board ID */
|
||||
char fwl, fwh; /* firmware info */
|
||||
} aha_info;
|
||||
#define AHA_GLAG_MEMEN 0x01 /* BIOS Shadow RAM enabled */
|
||||
|
||||
|
||||
extern device_t aha1540b_device;
|
||||
extern device_t aha1542cf_device;
|
||||
extern device_t aha1640_device;
|
||||
|
||||
Reference in New Issue
Block a user