Move the adm1030 driver to the proper location, and rename it.
For compatibility, 'device windtunnel' is still supported, but one should use 'device adm1030' instead, and this has been updated in GENERIC and NOTES.
This commit is contained in:
parent
e33f69c523
commit
5c08fcaabc
@ -33,6 +33,7 @@ dev/hwpmc/hwpmc_powerpc.c optional hwpmc
|
||||
dev/hwpmc/hwpmc_mpc7xxx.c optional hwpmc
|
||||
dev/hwpmc/hwpmc_ppc970.c optional hwpmc
|
||||
dev/iicbus/ad7417.c optional ad7417 powermac
|
||||
dev/iicbus/adm1030.c optional powermac windtunnel | adm1030 powermac
|
||||
dev/iicbus/adt746x.c optional adt746x powermac
|
||||
dev/iicbus/ds1631.c optional ds1631 powermac
|
||||
dev/iicbus/ds1775.c optional ds1775 powermac
|
||||
@ -169,7 +170,6 @@ powerpc/powermac/smusat.c optional powermac smu
|
||||
powerpc/powermac/uninorth.c optional powermac
|
||||
powerpc/powermac/uninorthpci.c optional powermac pci
|
||||
powerpc/powermac/vcoregpio.c optional powermac
|
||||
powerpc/powermac/windtunnel.c optional powermac windtunnel
|
||||
powerpc/powerpc/altivec.c standard
|
||||
powerpc/powerpc/autoconf.c standard
|
||||
powerpc/powerpc/bcopy.c standard
|
||||
|
@ -196,7 +196,7 @@ device fcu # Apple Fan Control Unit
|
||||
device max6690 # PowerMac7,2 temperature sensor
|
||||
device powermac_nvram # Open Firmware configuration NVRAM
|
||||
device smu # Apple System Management Unit
|
||||
device windtunnel # Apple G4 MDD fan controller
|
||||
device adm1030 # Apple G4 MDD fan controller
|
||||
device atibl # ATI-based backlight driver for PowerBooks/iBooks
|
||||
device nvbl # nVidia-based backlight driver for PowerBooks/iBooks
|
||||
|
||||
|
@ -50,7 +50,7 @@ device pmu # Apple Power Management Unit
|
||||
device smu # Apple System Management Unit
|
||||
device snd_ai2s # Apple I2S Audio
|
||||
device snd_davbus # Apple Davbus Audio
|
||||
device windtunnel # Apple G4 MDD fan controller
|
||||
device adm1030 # Apple G4 MDD fan controller
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user