Date: Fri, 30 Jan 2009 18:34:55 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r187934 - projects/cambria/sys/arm/conf Message-ID: <200901301834.n0UIYtCb000178@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sam Date: Fri Jan 30 18:34:54 2009 New Revision: 187934 URL: http://svn.freebsd.org/changeset/base/187934 Log: o remove crypto stuff for now, doesn't build o add cfi so I can start on flash support Modified: projects/cambria/sys/arm/conf/AVILA projects/cambria/sys/arm/conf/AVILA.hints Modified: projects/cambria/sys/arm/conf/AVILA ============================================================================== --- projects/cambria/sys/arm/conf/AVILA Fri Jan 30 18:34:19 2009 (r187933) +++ projects/cambria/sys/arm/conf/AVILA Fri Jan 30 18:34:54 2009 (r187934) @@ -66,13 +66,15 @@ options BOOTP_COMPAT device pci device uart +device ixpwdog # watchdog timer +device cfi # flash support + # I2C Bus device iicbus device iicbb device iic device ixpiic # I2C bus glue -device ixpwdog # watchdog timer device ds1672 # DS1672 on I2C bus device ad7418 # AD7418 on I2C bus @@ -82,9 +84,9 @@ device ata device atadisk # ATA disk drives device avila_ata # Gateworks CF/IDE support -device ixpcrypto # requires npe + qmgr -device crypto -device cryptodev +#device ixpcrypto # requires npe + qmgr +#device crypto +#device cryptodev device npe # Network Processing Engine device npe_fw Modified: projects/cambria/sys/arm/conf/AVILA.hints ============================================================================== --- projects/cambria/sys/arm/conf/AVILA.hints Fri Jan 30 18:34:19 2009 (r187933) +++ projects/cambria/sys/arm/conf/AVILA.hints Fri Jan 30 18:34:54 2009 (r187934) @@ -29,6 +29,9 @@ hint.npe.1.mac="C" hint.npe.1.mii="B" hint.npe.1.phy=1 +# FLASH +hint.cfi.0.at="ixp0" + # NPE crypto acceleration hint.ixpcrypto.0.at="ixp0"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901301834.n0UIYtCb000178>