mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
configure flash support
This commit is contained in:
parent
0ad2baa062
commit
316065cda9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189652
@ -67,6 +67,8 @@ device pci
|
||||
device uart
|
||||
|
||||
device ixpwdog # watchdog timer
|
||||
|
||||
options IXP4XX_FLASH_SIZE=0x02000000 # stock 2358 comes w/ 32M
|
||||
device cfi # flash support
|
||||
device cfid # flash disk support
|
||||
device geom_redboot # redboot fis parser
|
||||
|
@ -27,6 +27,10 @@ hint.npe.0.phy=1
|
||||
#hint.npe.1.mii="C"
|
||||
#hint.npe.1.phy=2
|
||||
|
||||
# FLASH
|
||||
hint.cfi.0.at="ixp0"
|
||||
hint.cfi.0.addr=0x50000000
|
||||
|
||||
# CF IDE controller
|
||||
hint.ata_avila.0.at="ixp0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user