diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-03-15 10:39:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-03-15 10:39:37 +0000 |
| commit | dc57f070490ec88ea0353ef4b0fe17b2c622b076 (patch) | |
| tree | 548b7fd8232a9b691f07d72f1fb31e2fafec6f2f | |
| parent | 91a5625be4e4ee1404c9be7e369e5083c1c1216a (diff) | |
Notes
| -rw-r--r-- | sys/pc98/conf/NOTES | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 64c96f241725..28e154b926c3 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -264,7 +264,6 @@ device isa # reset the CPU for reboot. This is needed on some systems with broken # keyboard controllers. -options COMPAT_OLDISA #Use ISA shims and glue for old drivers options AUTO_EOI_1 options MAXMEM=(128*1024) @@ -472,8 +471,8 @@ device pmc hint.pmc.0.at="isa" hint.pmc.0.port="0x8f0" device pmtimer # Adjust system timer at wakeup time -device cy 1 -options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared +#device cy 1 +#options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared device digi # BIOS & FEP/OS components of device digi. device digi_CX |
