diff options
author | imp <imp@FreeBSD.org> | 2004-04-14 02:25:31 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-04-14 02:25:31 +0000 |
commit | cd0c9b1f7e5aa54251768cbf8e6f6e56358dba5e (patch) | |
tree | 887441092e62973be8197ee693e9e0d005f05e9e /sys/pc98/conf | |
parent | fbb8b45deaa2eae4a38b32a7ddcf5388513c09f8 (diff) | |
download | FreeBSD-src-cd0c9b1f7e5aa54251768cbf8e6f6e56358dba5e.zip FreeBSD-src-cd0c9b1f7e5aa54251768cbf8e6f6e56358dba5e.tar.gz |
sx was randomly added to NOTES. Instead, place it in the misc
hardware in properly sorted order. Fix a little disorder while I'm
here.
Submitted by: bde
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/NOTES | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index eb2b051..bdb008e 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/conf/NOTES @@ -467,10 +467,6 @@ device apm hint.apm.0.flags="0x20" device canbus device canbepm -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 digi @@ -485,6 +481,13 @@ device digi_Xr device olpt hint.olpt.0.at="isa" hint.olpt.0.port="0x040" +device pmc +hint.pmc.0.at="isa" +hint.pmc.0.port="0x8f0" +device pmtimer # Adjust system timer at wakeup time +# sx device is i386 and pc98 only at the moment. +device sx +options SX_DEBUG # # Laptop/Notebook options: @@ -639,10 +642,6 @@ device "i4bcapi" # #--------------------------------------------------------------------------- -# sx device is i386 and pc98 only at the moment. -device sx -options SX_DEBUG - # # Set the number of PV entries per process. Increasing this can # stop panics related to heavy use of shared memory. However, that can |