Subject: Re: CVS commit: src/sys/arch/prep/conf
To: None <root@garbled.net>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 03/21/2007 03:37:24
root@garbled.net wrote:

> > Maybe we should have some good examples in man pages (in proplib(9)?),
> > but you could see some usage in
> 
> I understand how the properties work.. I'm just not sure how to apply it to
> this situation..

Check machine type and pci bus/device/function numbers for slide
and do prop_dectionary_set() in device_register(), then
do prop_dictionary_get() in sl82c105_chip_map() or slide_attach()
and set some flag instead of #ifdef?
---
Izumi Tsutsui