From f742cde3c937cd1c5ccdb6ae9f4b440c94c14d80 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 21 Apr 2008 04:50:24 +0000 Subject: Work in progress at supporting the Mentor Graphics i2c core found in the Fire pcie hostbridge. Fairly horrid device to deal with. --- sys/arch/sparc64/conf/files.sparc64 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/arch/sparc64/conf/files.sparc64') diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index dccf3ca42c8..70f9b5270af 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.104 2008/03/23 20:07:21 miod Exp $ +# $OpenBSD: files.sparc64,v 1.105 2008/04/21 04:50:22 deraadt Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -356,3 +356,7 @@ file arch/sparc64/dev/vcons.c vcons needs-flag device vrtc attach vrtc at vbus file arch/sparc64/dev/vrtc.c vrtc + +device mgiic: i2cbus +attach mgiic at mainbus +file arch/sparc64/dev/mgiic.c mgiic -- cgit v1.2.3