diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-21 04:50:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-04-21 04:50:24 +0000 |
commit | f742cde3c937cd1c5ccdb6ae9f4b440c94c14d80 (patch) | |
tree | 29cd3850715ca51557695248da0c6f0112f81042 /sys/arch/sparc64/conf/files.sparc64 | |
parent | 94a21e286a01e83e36e06b26e6812d72bc8afb5b (diff) |
Work in progress at supporting the Mentor Graphics i2c core found in
the Fire pcie hostbridge. Fairly horrid device to deal with.
Diffstat (limited to 'sys/arch/sparc64/conf/files.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 6 |
1 files changed, 5 insertions, 1 deletions
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 |