1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix a commit that shouldn't have snuck in. Rev 1.12 was a part of the

newbusification of aha, not device_get_flags() related...
This commit is contained in:
Peter Wemm 1999-09-23 05:01:52 +00:00
parent a236d14c32
commit 9d75443c59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51590

View File

@ -99,6 +99,7 @@ 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;
@ -312,6 +313,10 @@ 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 },