1998-07-23 02:04:14 +04:00
|
|
|
# $NetBSD: files.ofw,v 1.9 1998/07/22 22:04:14 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
|
|
|
|
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
|
1996-10-16 23:32:08 +04:00
|
|
|
define ipkdbofn { [ disable = 0 ] }
|
1998-02-17 01:12:45 +03:00
|
|
|
device ofnet: ether, ifnet, ipkdbofn, arp
|
1998-02-24 08:44:39 +03:00
|
|
|
attach ofnet at ofbus
|
1996-10-16 23:32:08 +04:00
|
|
|
file dev/ofw/ofnet.c ofnet | ipkdb_ofn needs-flag
|
|
|
|
attach ipkdbif at ipkdbofn with ipkdb_ofn
|
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
|
1998-02-24 08:44:39 +03:00
|
|
|
device ofbus
|
|
|
|
attach ofbus at ofbus
|
|
|
|
file dev/ofw/ofbus.c ofbus
|