add sgsmix
This commit is contained in:
parent
5ff56dc685
commit
daae1989bc
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.i2c,v 1.13 2007/01/06 18:38:28 jmcneill Exp $
|
||||
# $NetBSD: files.i2c,v 1.14 2007/01/17 23:33:23 macallan Exp $
|
||||
|
||||
define i2cbus { }
|
||||
define i2cexec
|
||||
|
@ -92,6 +92,11 @@ define ddc_read_edid
|
|||
attach ddc at iic
|
||||
file dev/i2c/ddc.c ddc | ddc_read_edid
|
||||
|
||||
# SGS TDA7433 audio mixer
|
||||
device sgsmix
|
||||
attach sgsmix at iic
|
||||
file dev/i2c/sgsmix.c sgsmix needs-flag
|
||||
|
||||
# Xbox PIC16LC System Management Controller
|
||||
device pic16lc: sysmon_envsys
|
||||
attach pic16lc at iic
|
||||
|
|
Loading…
Reference in New Issue