files.ofw revision 1.7
11.7Sthorpej#	$NetBSD: files.ofw,v 1.7 1998/02/16 22:12:49 thorpej Exp $
21.1Sws#
31.1Sws# First cut on Openfirmware interface
41.1Sws#
51.1Sws
61.1Swsdefine	openfirm {}
71.6Scgd
81.6Scgdfile	dev/ofw/ofw_subr.c		openfirm
91.1Sws
101.1Sws# Generic disk support
111.7Sthorpejdevice	ofdisk: disk
121.1Swsattach	ofdisk at openfirm
131.1Swsfile	dev/ofw/ofdisk.c		ofdisk needs-flag
141.1Sws
151.1Sws# Generic net support
161.2Swsdefine	ipkdbofn { [ disable = 0 ] }
171.7Sthorpejdevice	ofnet: ether, ifnet, ipkdbofn, arp
181.1Swsattach	ofnet at openfirm
191.2Swsfile	dev/ofw/ofnet.c			ofnet | ipkdb_ofn needs-flag
201.2Swsattach	ipkdbif at ipkdbofn with ipkdb_ofn
211.1Sws
221.1Sws# Generic console support
231.7Sthorpejdevice	ofcons: tty
241.1Swsattach	ofcons at openfirm
251.1Swsfile	dev/ofw/ofcons.c		ofcons needs-flag
261.1Sws
271.1Sws# Generic RTC support
281.7Sthorpejdevice ofrtc
291.1Swsattach	ofrtc at openfirm
301.1Swsfile	dev/ofw/ofrtc.c			ofrtc needs-flag
311.1Sws
321.1Sws# Generic bus support
331.7Sthorpejdevice	ofbus: openfirm
341.1Swsattach	ofbus at openfirm
351.1Swsfile	dev/ofw/ofbus.c			openfirm
361.1Sws
371.7Sthorpejdevice	ofroot: openfirm
381.1Swsattach	ofroot at root
391.1Sws
40