mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Removed aha driver.
This commit is contained in:
parent
0450d8a8f6
commit
a6c90a53bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51753
@ -28,7 +28,6 @@
|
||||
|
||||
#include "vt.h"
|
||||
#include "adv.h"
|
||||
#include "aha.h"
|
||||
#include "wdc.h"
|
||||
#include "mse.h"
|
||||
#include "ar.h"
|
||||
@ -100,7 +99,6 @@ struct old_isa_driver {
|
||||
|
||||
extern struct isa_driver vtdriver;
|
||||
extern struct isa_driver advdriver;
|
||||
extern struct isa_driver ahadriver;
|
||||
extern struct isa_driver wdcdriver;
|
||||
extern struct isa_driver msedriver;
|
||||
extern struct isa_driver ardriver;
|
||||
@ -318,10 +316,6 @@ static struct old_isa_driver old_drivers[] = {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if NAHA > 0
|
||||
{ INTR_TYPE_CAM, &ahadriver },
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
#if NBS > 0
|
||||
{ INTR_TYPE_CAM, &bsdriver },
|
||||
|
Loading…
Reference in New Issue
Block a user