diff options
| author | wiz <wiz@NetBSD.org> | 2004-07-02 13:33:39 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2004-07-02 13:33:39 +0000 |
| commit | 07b563fdee3bf5497c71b1dc210c464ae2d2f881 (patch) | |
| tree | 6accbf89ee938ab1fef2455111faf1a372a9b396 /sys/lkm/dev | |
| parent | 4791863f66fad6ff38be17b19ec752dbbdfe41f5 (diff) | |
Fix typo.
Diffstat (limited to 'sys/lkm/dev')
| -rw-r--r-- | sys/lkm/dev/pcilkm/examples/auich/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lkm/dev/pcilkm/examples/auich/README b/sys/lkm/dev/pcilkm/examples/auich/README index a0c7a10d5fb..0d635c93a81 100644 --- a/sys/lkm/dev/pcilkm/examples/auich/README +++ b/sys/lkm/dev/pcilkm/examples/auich/README @@ -1,10 +1,10 @@ -$NetBSD: README,v 1.1 2004/07/02 13:26:41 cube Exp $ +$NetBSD: README,v 1.2 2004/07/02 13:33:39 wiz Exp $ The auich module is provided as an example of the use of the pcilkm layer. It should be noted that it has limitations. First, it cannot be unloaded. This is because auich(4) does not provide a detach() method, thus neither -the underlying audio(4) device not the auich(4) device ca be detached. +the underlying audio(4) device not the auich(4) device can be detached. Therefore the pcilkm layer prevents the auich module from being removed. Second, auich(4) has some dependencies, listed in dev/pci/files.pci, which |
