Add back the plain i82365 to the list of bridges that do special
things to get 3.3V. It appears that some cardbus chipsets have id registers that say they are C step parts, but they really support the DF step 3.3V functionality. # Need to verify that IBM KING is handled properly since the MISC1 # register is really a cirrus logic only register.
This commit is contained in:
parent
a45f2d05ec
commit
aa3a855755
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76844
@ -385,6 +385,7 @@ pcic_power(struct slot *slt)
|
||||
if ((c & PCIC_POW) == 0)
|
||||
slt->pwr.vcc = 33;
|
||||
/* FALL THROUGH */
|
||||
case PCIC_I82365:
|
||||
case PCIC_PD672X:
|
||||
case PCIC_PD6710:
|
||||
case PCIC_VG365:
|
||||
|
Loading…
Reference in New Issue
Block a user