diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-01 20:52:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-01 20:52:29 +0000 |
commit | 5c6a275d22890d00126f51fb7cbff1aa01948aca (patch) | |
tree | 7b1673167ce83d637e54ce54d8bd795cdcd691f6 /sys/arch/macppc/conf/GENERIC | |
parent | 2e8171134016d44dbd15da591feea9b72aae4eca (diff) |
switch from macppc-specific maciic(4) driver to the generic iic(4),
after teaching it to use a function pointer to get back to the OFW
scan.. this will also help the sparc64 later; ok kettenis
Diffstat (limited to 'sys/arch/macppc/conf/GENERIC')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 270841bc68c..d5896e05ab3 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.119 2005/12/23 04:01:11 brad Exp $g +# $OpenBSD: GENERIC,v 1.120 2006/01/01 20:52:23 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -250,22 +250,22 @@ radio* at udsbr? # USB radio ugen* at uhub? # USB Generic driver # I2C bus support -maciic* at ki2c? -maciic* at pi2c? -maciic* at smu? +iic* at ki2c? +iic* at pi2c? +iic* at smu? # I2C devices -lmtemp* at maciic? -lmenv* at maciic? -maxtmp* at maciic? -adc* at maciic? -tsl* at maciic? -admtmp* at maciic? -pcagpio* at maciic? +lmtemp* at iic? +lmenv* at iic? +maxtmp* at iic? +adc* at iic? +tsl* at iic? +admtmp* at iic? +pcagpio* at iic? gpio* at pcagpio? -maxds* at maciic? -fcu* at maciic? -adt* at maciic? +maxds* at iic? +fcu* at iic? +adt* at iic? # CardBus bus support cardbus* at cardslot? |