files.ofw revision 1.6
11.6Scgd#	$NetBSD: files.ofw,v 1.6 1998/01/26 21:47:35 cgd 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.5Sthorpejdevice	ofdisk class disk: 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.5Sthorpejdevice	ofnet class ifnet: 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.5Sthorpejdevice	ofcons class tty: tty
241.1Swsattach	ofcons at openfirm
251.1Swsfile	dev/ofw/ofcons.c		ofcons needs-flag
261.1Sws
271.1Sws# Generic RTC support
281.5Sthorpejdevice ofrtc class dull
291.1Swsattach	ofrtc at openfirm
301.1Swsfile	dev/ofw/ofrtc.c			ofrtc needs-flag
311.1Sws
321.1Sws# Generic bus support
331.5Sthorpejdevice	ofbus class dull: openfirm
341.1Swsattach	ofbus at openfirm
351.1Swsfile	dev/ofw/ofbus.c			openfirm
361.1Sws
371.5Sthorpejdevice	ofroot class dull: openfirm
381.1Swsattach	ofroot at root
391.1Sws
40