657c256c31
FreeBSD/arm installworld install is only 170MB. The smallest SD card I could find at the store today was 512MB (and it was only $10 after rebate), with a 2GB card for as low as $25.00... Now that the IIC stuff has been sorted out, include that as well. Include hints for the icee 16kb 16-bit i2c device. It should include info about the temperature sensor as well, but that driver isn't quite ready. Add bpf for dhclient happiness. MFC After: 1 week
17 lines
422 B
Plaintext
17 lines
422 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# Kwikbyte KB9202A description (will also work for 9202 and might work with
|
|
# a boot loader tweak on the KB9202B). For the moment, all we list is the
|
|
# eeprom. The temperature sensor isn't listed.
|
|
#
|
|
|
|
# boot eeprom at 'default' address of 0xa0
|
|
hint.icee.0.at="iicbus0"
|
|
hint.icee.0.addr=0xa0
|
|
hint.icee.0.type=16
|
|
hint.icee.0.size=16384
|
|
hint.icee.0.rd_sz=256
|
|
hint.icee.0.wr_sz=16
|
|
|
|
# XXX add temperature sensor
|