Add iopaau, swdmover (commented out), and dmoverio.
This commit is contained in:
parent
d6003ab996
commit
c67cc2a5b8
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IQ80321,v 1.8 2002/08/07 03:40:01 thorpej Exp $
|
||||
# $NetBSD: IQ80321,v 1.9 2002/08/07 03:41:43 thorpej Exp $
|
||||
#
|
||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||
#
|
||||
|
@ -146,6 +146,7 @@ com* at obio? addr ? # on-board TI 165C50 UART
|
|||
# i80321 I/O Processor peripheral support
|
||||
iopxs* at mainbus?
|
||||
|
||||
iopaau* at iopxs? # Application Accelerator Unit
|
||||
iopwdog* at iopxs? # Watchdog timer
|
||||
pci0 at iopxs? bus ? # PCI/PCI-X support
|
||||
|
||||
|
@ -180,3 +181,7 @@ pseudo-device loop # network loopback
|
|||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
|
||||
# data mover pseudo-devices
|
||||
#pseudo-device swdmover # softare dmover(9) back-end
|
||||
pseudo-device dmoverio # /dev/dmover dmover(9) interface
|
||||
|
|
Loading…
Reference in New Issue