files.ofw revision 1.8
11.8Smycroft# $NetBSD: files.ofw,v 1.8 1998/02/24 05:44:39 mycroft Exp $ 21.1Sws# 31.1Sws# First cut on Openfirmware interface 41.1Sws# 51.1Sws 61.8Smycroftdefine ofbus {} 71.6Scgd 81.8Smycroftfile dev/ofw/ofw_subr.c ofbus 91.1Sws 101.1Sws# Generic disk support 111.7Sthorpejdevice ofdisk: disk 121.8Smycroftattach ofdisk at ofbus 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.8Smycroftattach ofnet at ofbus 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.8Smycroftattach ofcons at ofbus 251.1Swsfile dev/ofw/ofcons.c ofcons needs-flag 261.1Sws 271.1Sws# Generic RTC support 281.8Smycroftdevice ofrtc 291.8Smycroftattach ofrtc at ofbus 301.1Swsfile dev/ofw/ofrtc.c ofrtc needs-flag 311.1Sws 321.1Sws# Generic bus support 331.8Smycroftdevice ofbus 341.8Smycroftattach ofbus at ofbus 351.8Smycroftfile dev/ofw/ofbus.c ofbus 36