Tue Oct 4 10:35:33 2011 UTC ()
Make ffb(4) buildable without iic(4) driver.


(nakayama)
diff -r1.135 -r1.136 src/sys/arch/sparc64/conf/files.sparc64

cvs diff -r1.135 -r1.136 src/sys/arch/sparc64/conf/files.sparc64 (expand / switch to unified diff)

--- src/sys/arch/sparc64/conf/files.sparc64 2011/08/01 10:18:23 1.135
+++ src/sys/arch/sparc64/conf/files.sparc64 2011/10/04 10:35:33 1.136
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: files.sparc64,v 1.135 2011/08/01 10:18:23 mrg Exp $ 1# $NetBSD: files.sparc64,v 1.136 2011/10/04 10:35:33 nakayama Exp $
2 2
3# @(#)files.sparc64 8.1 (Berkeley) 7/19/93 3# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
4# sparc64-specific configuration info 4# sparc64-specific configuration info
5 5
6# maxpartitions must be first item in files.${ARCH} 6# maxpartitions must be first item in files.${ARCH}
7maxpartitions 8 7maxpartitions 8
8 8
9maxusers 2 8 1024 9maxusers 2 8 1024
10 10
11defflag opt_sparc_arch.h SUN4U 11defflag opt_sparc_arch.h SUN4U
12 12
13define mainbus {} 13define mainbus {}
14device mainbus: mainbus 14device mainbus: mainbus
@@ -173,27 +173,27 @@ attach ms at zs with ms_zs @@ -173,27 +173,27 @@ attach ms at zs with ms_zs
173attach ms at zstty, com with ms_tty 173attach ms at zstty, com with ms_tty
174file dev/sun/ms_zs.c ms_zs 174file dev/sun/ms_zs.c ms_zs
175file dev/sun/sunms.c ms_tty 175file dev/sun/sunms.c ms_tty
176 176
177# 177#
178# Machine-independent SCSI drivers 178# Machine-independent SCSI drivers
179# 179#
180include "dev/scsipi/files.scsipi" 180include "dev/scsipi/files.scsipi"
181 181
182device cgfourteen 182device cgfourteen
183attach cgfourteen at sbus 183attach cgfourteen at sbus
184file arch/sparc64/dev/cgfourteen.c cgfourteen needs-flag 184file arch/sparc64/dev/cgfourteen.c cgfourteen needs-flag
185 185
186device ffb: wsemuldisplaydev, rasops8, rasops32, fb, vcons, i2cbus, iic, i2c_bitbang, ddc_read_edid, edid, videomode 186device ffb: wsemuldisplaydev, rasops8, rasops32, fb, vcons, i2cexec, i2c_bitbang, ddc_read_edid, edid, videomode
187file arch/sparc64/dev/ffb.c ffb 187file arch/sparc64/dev/ffb.c ffb
188defflag opt_ffb.h FFB_DEBUG FFB_SYNC 188defflag opt_ffb.h FFB_DEBUG FFB_SYNC
189attach ffb at mainbus,upa with ffb_mainbus 189attach ffb at mainbus,upa with ffb_mainbus
190file arch/sparc64/dev/ffb_mainbus.c ffb_mainbus 190file arch/sparc64/dev/ffb_mainbus.c ffb_mainbus
191 191
192device gfb: wsemuldisplaydev, rasops32, fb, vcons 192device gfb: wsemuldisplaydev, rasops32, fb, vcons
193file arch/sparc64/dev/gfb.c gfb 193file arch/sparc64/dev/gfb.c gfb
194attach gfb at mainbus 194attach gfb at mainbus
195 195
196# CP1500/1400 watchdog timer 196# CP1500/1400 watchdog timer
197device pldwdog: sysmon_wdog 197device pldwdog: sysmon_wdog
198attach pldwdog at ebus 198attach pldwdog at ebus
199file arch/sparc64/dev/pld_wdog.c pldwdog 199file arch/sparc64/dev/pld_wdog.c pldwdog