2002-09-27 10:23:09 +04:00
|
|
|
# $NetBSD: files.ofw,v 1.12 2002/09/27 06:23:09 thorpej Exp $
|
1996-09-30 20:34:14 +04:00
|
|
|
#
|
|
|
|
# First cut on Openfirmware interface
|
|
|
|
#
|
|
|
|
|
1998-02-24 08:44:39 +03:00
|
|
|
define ofbus {}
|
1998-07-23 02:04:14 +04:00
|
|
|
define of_network_dev
|
1996-09-30 20:34:14 +04:00
|
|
|
|
2000-11-14 09:45:54 +03:00
|
|
|
defpseudo openfirm
|
|
|
|
file dev/ofw/openfirmio.c openfirm needs-flag
|
|
|
|
|
1998-02-24 08:44:39 +03:00
|
|
|
file dev/ofw/ofw_subr.c ofbus
|
1998-01-27 00:47:35 +03:00
|
|
|
|
1998-07-23 02:04:14 +04:00
|
|
|
file dev/ofw/ofw_network_subr.c of_network_dev
|
|
|
|
|
1996-09-30 20:34:14 +04:00
|
|
|
# Generic disk support
|
1998-02-17 01:12:45 +03:00
|
|
|
device ofdisk: disk
|
1998-02-24 08:44:39 +03:00
|
|
|
attach ofdisk at ofbus
|
1996-09-30 20:34:14 +04:00
|
|
|
file dev/ofw/ofdisk.c ofdisk needs-flag
|
|
|
|
|
|
|
|
# Generic net support
|
2000-03-24 20:05:30 +03:00
|
|
|
device ofnet: ether, ifnet, arp
|
1998-02-24 08:44:39 +03:00
|
|
|
attach ofnet at ofbus
|
2000-03-24 20:05:30 +03:00
|
|
|
file dev/ofw/ofnet.c ofnet needs-flag
|
1996-09-30 20:34:14 +04:00
|
|
|
|
|
|
|
# Generic console support
|
1998-02-17 01:12:45 +03:00
|
|
|
device ofcons: tty
|
1998-02-24 08:44:39 +03:00
|
|
|
attach ofcons at ofbus
|
1996-09-30 20:34:14 +04:00
|
|
|
file dev/ofw/ofcons.c ofcons needs-flag
|
|
|
|
|
|
|
|
# Generic RTC support
|
1998-02-24 08:44:39 +03:00
|
|
|
device ofrtc
|
|
|
|
attach ofrtc at ofbus
|
1996-09-30 20:34:14 +04:00
|
|
|
file dev/ofw/ofrtc.c ofrtc needs-flag
|
|
|
|
|
|
|
|
# Generic bus support
|
2002-09-27 10:23:09 +04:00
|
|
|
device ofbus: ofbus
|
1998-02-24 08:44:39 +03:00
|
|
|
attach ofbus at ofbus
|
|
|
|
file dev/ofw/ofbus.c ofbus
|