files.ofw revision 1.10
11.10Sws#	$NetBSD: files.ofw,v 1.10 2000/03/24 17:05:34 ws Exp $
21.1Sws#
31.1Sws# First cut on Openfirmware interface
41.1Sws#
51.1Sws
61.8Smycroftdefine	ofbus {}
71.9Sthorpejdefine	of_network_dev
81.6Scgd
91.8Smycroftfile	dev/ofw/ofw_subr.c		ofbus
101.9Sthorpej
111.9Sthorpejfile	dev/ofw/ofw_network_subr.c	of_network_dev
121.1Sws
131.1Sws# Generic disk support
141.7Sthorpejdevice	ofdisk: disk
151.8Smycroftattach	ofdisk at ofbus
161.1Swsfile	dev/ofw/ofdisk.c		ofdisk needs-flag
171.1Sws
181.1Sws# Generic net support
191.10Swsdevice	ofnet: ether, ifnet, arp
201.8Smycroftattach	ofnet at ofbus
211.10Swsfile	dev/ofw/ofnet.c			ofnet needs-flag
221.1Sws
231.1Sws# Generic console support
241.7Sthorpejdevice	ofcons: tty
251.8Smycroftattach	ofcons at ofbus
261.1Swsfile	dev/ofw/ofcons.c		ofcons needs-flag
271.1Sws
281.1Sws# Generic RTC support
291.8Smycroftdevice	ofrtc
301.8Smycroftattach	ofrtc at ofbus
311.1Swsfile	dev/ofw/ofrtc.c			ofrtc needs-flag
321.1Sws
331.1Sws# Generic bus support
341.8Smycroftdevice	ofbus
351.8Smycroftattach	ofbus at ofbus
361.8Smycroftfile	dev/ofw/ofbus.c			ofbus
37