files.ofw revision 1.5
11.5Sthorpej# $NetBSD: files.ofw,v 1.5 1998/01/12 09:33:30 thorpej Exp $ 21.1Sws# 31.1Sws# First cut on Openfirmware interface 41.1Sws# 51.1Sws 61.1Swsdefine openfirm {} 71.1Sws 81.1Sws# Generic disk support 91.5Sthorpejdevice ofdisk class disk: disk 101.1Swsattach ofdisk at openfirm 111.1Swsfile dev/ofw/ofdisk.c ofdisk needs-flag 121.1Sws 131.1Sws# Generic net support 141.2Swsdefine ipkdbofn { [ disable = 0 ] } 151.5Sthorpejdevice ofnet class ifnet: ether, ifnet, ipkdbofn, arp 161.1Swsattach ofnet at openfirm 171.2Swsfile dev/ofw/ofnet.c ofnet | ipkdb_ofn needs-flag 181.2Swsattach ipkdbif at ipkdbofn with ipkdb_ofn 191.1Sws 201.1Sws# Generic console support 211.5Sthorpejdevice ofcons class tty: tty 221.1Swsattach ofcons at openfirm 231.1Swsfile dev/ofw/ofcons.c ofcons needs-flag 241.1Sws 251.1Sws# Generic RTC support 261.5Sthorpejdevice ofrtc class dull 271.1Swsattach ofrtc at openfirm 281.1Swsfile dev/ofw/ofrtc.c ofrtc needs-flag 291.1Sws 301.1Sws# Generic bus support 311.5Sthorpejdevice ofbus class dull: openfirm 321.1Swsattach ofbus at openfirm 331.1Swsfile dev/ofw/ofbus.c openfirm 341.1Sws 351.5Sthorpejdevice ofroot class dull: openfirm 361.1Swsattach ofroot at root 371.1Sws 38