diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-01-15 10:00:12 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-01-15 10:00:12 +0000 |
| commit | b8cf6ea776775c2073757c380947b92ae5752f87 (patch) | |
| tree | 40bb6a558c8af09929e9275a0e97f9cf426339aa /sys/conf | |
| parent | e93e63cb392cb4f63235265bd3cdd5e49a41bbc7 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/conf/options | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 14c2c9321274..634af92aa385 100644 --- a/sys/conf/NOTES +++ b/sys/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.533 1999/01/11 17:44:06 eivind Exp $ +# $Id: LINT,v 1.534 1999/01/13 09:55:19 yokota 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 @@ -1398,6 +1398,7 @@ device gsc0 at isa? port "IO_GSC1" tty drq 3 device joy0 at isa? port IO_GAME device alog0 at isa? port 0x260 tty irq 5 device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 +options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared device dgb0 at isa? port 0x220 iomem 0xfc0000 iosiz ? tty device dgm0 at isa? port 0x104 iomem 0xd00000 iosiz ? tty device labpc0 at isa? port 0x260 tty irq 5 diff --git a/sys/conf/options b/sys/conf/options index ab47e37c7106..5dd760c6bb42 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.117 1999/01/10 17:41:32 nsouch Exp $ +# $Id: options,v 1.118 1999/01/14 03:30:48 kjc Exp $ # # On the handling of kernel options # @@ -44,6 +44,7 @@ ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory COMPAT_43 opt_compat.h COMPAT_SUNOS opt_compat.h COMPILING_LINT opt_lint.h +CY_PCI_FASTINTR DDB DDB_UNATTENDED opt_ddb.h GDB_REMOTE_CHAT opt_ddb.h |
