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:
Warner Losh 2001-05-19 06:36:09 +00:00
parent a45f2d05ec
commit aa3a855755
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76844

View File

@ -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: