diff options
author | phk <phk@FreeBSD.org> | 1998-02-24 22:24:46 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-02-24 22:24:46 +0000 |
commit | f01834c1613f446ec5fee94e873087d0f3b64489 (patch) | |
tree | e29b31a9bac09c153b4d623c82d454ac2456df8b /sys/i386 | |
parent | 0461b69f80c41703f36089b862f76252293c03a2 (diff) | |
download | FreeBSD-src-f01834c1613f446ec5fee94e873087d0f3b64489.zip FreeBSD-src-f01834c1613f446ec5fee94e873087d0f3b64489.tar.gz |
Add loran0 to LINT
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 704185e..2ebb364 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.410 1998/02/20 12:27:28 bde Exp $ +# $Id: LINT,v 1.411 1998/02/21 10:11:41 eivind Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1215,6 +1215,7 @@ device asc0 at isa? port IO_ASC1 tty drq 3 irq 10 vector ascintr device bqu0 at isa? port 0x150 device stl0 at isa? port 0x2a0 tty irq 10 vector stlintr device stli0 at isa? port 0x2a0 tty iomem 0xcc000 flags 23 iosiz 0x1000 +device loran0 at isa? port ? tty irq 5 vector loranintr # # EISA devices: diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 704185e..2ebb364 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.410 1998/02/20 12:27:28 bde Exp $ +# $Id: LINT,v 1.411 1998/02/21 10:11:41 eivind Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -1215,6 +1215,7 @@ device asc0 at isa? port IO_ASC1 tty drq 3 irq 10 vector ascintr device bqu0 at isa? port 0x150 device stl0 at isa? port 0x2a0 tty irq 10 vector stlintr device stli0 at isa? port 0x2a0 tty iomem 0xcc000 flags 23 iosiz 0x1000 +device loran0 at isa? port ? tty irq 5 vector loranintr # # EISA devices: |