kylin wrote this message on Sun, Nov 27, 2005 at 10:55 +0800: > I > i can use pciconf in freebsd to list the pci device ,but how to list > the device tree in freeebsd?
devinfo.... > II > i got some anornymous definition on devclass driver and device that > differ from the current man page > i think they seems reasonable but how can devclass Represents a bus > or leaf device driver while driver still Represents a bus or > leaf-level end-device driver ? > and device is just a instance of bus or (leaf) end-device.?? > is it oop? can the disigner of the arch show us a word?:) read device(9).. and devclass(9).. I'm not quite sure what you are asking here, but take a look at a bunch of the other drivers... My zoran driver (http://people.freebsd.org/~jmg/zoran.html) is both a driver, and a bus for i2c... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"