diff options
| author | haya <haya@NetBSD.org> | 2002-12-04 00:28:39 +0000 |
|---|---|---|
| committer | haya <haya@NetBSD.org> | 2002-12-04 00:28:39 +0000 |
| commit | 805040f592b516dff0f75bfd2b2b56391a4db9d1 (patch) | |
| tree | ee9b2da38cd9cbfe44aef1943f88adc1c817d0c8 /sys/dev/Makefile | |
| parent | b59af86db623399263c70ac3f6f0ebcdb47e82f5 (diff) | |
New Feature: add pseudo device for IEEE 1394 isochronous stream and
isochronous reception routine for IEEE 1394 OHCI (fwohci). The
transmission part is under construction.
The minimum configuration options for this feature are:
# IEEE 1394 (i.LINK)
fwohci* at pci? dev ? function ?
pseudo-device fwiso 1
Diffstat (limited to 'sys/dev/Makefile')
| -rw-r--r-- | sys/dev/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/Makefile b/sys/dev/Makefile index fd0e9d07693..c5a6e40d67a 100644 --- a/sys/dev/Makefile +++ b/sys/dev/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2002/11/26 23:30:30 lukem Exp $ +# $NetBSD: Makefile,v 1.15 2002/12/04 00:28:41 haya Exp $ -SUBDIR= apm ata dec hpc i2o ic ir isa ofw pci pckbc pcmcia raidframe \ +SUBDIR= apm ata dec hpc i2o ic ieee1394 ir isa ofw pci pckbc pcmcia raidframe \ sbus scsipi sun tc usb vme wscons INCSDIR= /usr/include/dev |
