diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-10-22 15:53:06 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-10-22 15:53:06 +0000 |
| commit | 17d1bf426082c0116e6a9c57684c36803fb5503c (patch) | |
| tree | a14615dd37cf8ed28d556e92d1d9f24daab058b4 /tools | |
| parent | 447c20659b67f396c5d99081d1bdb5b49b3e1279 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/kdrv/sample.drvinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/kdrv/sample.drvinfo b/tools/tools/kdrv/sample.drvinfo index cd624cd873fc..7618d0b549e4 100644 --- a/tools/tools/kdrv/sample.drvinfo +++ b/tools/tools/kdrv/sample.drvinfo @@ -2,7 +2,7 @@ # Sample driver information file for KernelDriver. See the top of # the KernelDriver script for a more exact definition of the syntax. # -# $Id: sample.drvinfo,v 1.2 1998/05/04 03:31:03 doconnor Exp $ +# $Id: sample.drvinfo,v 1.2 1998/05/06 05:45:17 msmith Exp $ # Device driver name # @@ -39,6 +39,6 @@ linttext # # This driver causes your system to emit occasional digestive noises. # -device blorg0 at isa? port 0x123 irq 10 flags 0x10 drq 2 vector blorgintr -device blorg1 at isa? port 0x234 irq 11 flags 0x10 drq 2 vector blorgintr +device blorg0 at isa? port 0x123 irq 10 flags 0x10 drq 2 +device blorg1 at isa? port 0x234 irq 11 flags 0x10 drq 2 end |
