files.ofw revision 1.1
11.1Sws#
21.1Sws# First cut on Openfirmware interface
31.1Sws#
41.1Sws
51.1Swsdefine	openfirm {}
61.1Sws
71.1Sws# Generic disk support
81.1Swsdevice	ofdisk: disk
91.1Swsattach	ofdisk at openfirm
101.1Swsfile	dev/ofw/ofdisk.c		ofdisk needs-flag
111.1Sws
121.1Sws# Generic net support
131.1Swsdefine	kgdbofn { [ disable = 0 ] }
141.1Swsdevice	ofnet: ether, ifnet, kgdbofn
151.1Swsattach	ofnet at openfirm
161.1Swsfile	dev/ofw/ofnet.c			ofnet | kgdb_ofn needs-flag
171.1Swsattach	kgdbif at kgdbofn with kgdb_ofn
181.1Sws
191.1Sws# Generic console support
201.1Swsdevice	ofcons: tty
211.1Swsattach	ofcons at openfirm
221.1Swsfile	dev/ofw/ofcons.c		ofcons needs-flag
231.1Sws
241.1Sws# Generic RTC support
251.1Swsdevice ofrtc
261.1Swsattach	ofrtc at openfirm
271.1Swsfile	dev/ofw/ofrtc.c			ofrtc needs-flag
281.1Sws
291.1Sws# Generic bus support
301.1Swsdevice	ofbus: openfirm
311.1Swsattach	ofbus at openfirm
321.1Swsfile	dev/ofw/ofbus.c			openfirm
331.1Sws
341.1Swsdevice	ofroot: openfirm
351.1Swsattach	ofroot at root
361.1Sws
37