Add the following drivers:

- frodo at intio
- dnkbd at frodo (commented out until integrated)
- apci at frodo
This commit is contained in:
thorpej 1997-05-12 08:24:56 +00:00
parent f8337a2c14
commit 4d989c06dd
2 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.20 1997/05/07 00:29:18 lukem Exp $
# $NetBSD: DISKLESS,v 1.21 1997/05/12 08:25:00 thorpej Exp $
#
# Diskless HP 9000/300-series workstation
#
@ -89,6 +89,13 @@ mainbus0 at root # root "bus"
intio0 at mainbus0 # internal i/o space
dio0 at mainbus0 # DIO/DIO-II bus
# Frodo utility chip found on 4xx's
frodo0 at intio?
# 8250-like serial ports found on Frodo ASIC
#dnkbd0 at frodo? offset 0x0 # Domain keyboard flavor
apci* at frodo? offset ? # tty flavor
# Davinci framebuffer
dvbox* at intio?
dvbox* at dio? scode ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.31 1997/05/07 00:29:19 lukem Exp $
# $NetBSD: GENERIC,v 1.32 1997/05/12 08:24:56 thorpej Exp $
#
# Generic kernel - one size fits all.
#
@ -97,6 +97,13 @@ mainbus0 at root # root "bus"
intio0 at mainbus0 # internal i/o space
dio0 at mainbus0 # DIO/DIO-II bus
# Frodo utility chip found on 4xx's
frodo0 at intio?
# 8250-like serial ports found on Frodo ASIC
#dnkbd0 at frodo? offset 0x0 # Domain keyboard flavor
apci* at frodo? offset ? # tty flavor
# Davinci framebuffer
dvbox* at intio?
dvbox* at dio? scode ?