diff options
author | obrien <obrien@FreeBSD.org> | 2004-03-05 08:04:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-03-05 08:04:10 +0000 |
commit | f5816d0166177c6f98d32562b93f6cf287f9b4f5 (patch) | |
tree | 578d4e4e59c168195be64a6fccd5de65bff423d2 /sys/i386/conf/NOTES | |
parent | d667d273c2071159d06ae484273949ffaa5e8380 (diff) | |
download | FreeBSD-src-f5816d0166177c6f98d32562b93f6cf287f9b4f5.zip FreeBSD-src-f5816d0166177c6f98d32562b93f6cf287f9b4f5.tar.gz |
Document that ENABLE_ALART controls the alarm on Intel intpm driver.
Submitted by: peter
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7336999..8720217 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -509,6 +509,7 @@ hint.mse.0.irq="5" # DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422) # lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and # Am79C960) +# nv: nVidia nForce MCP on-board Networking. # oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133. # Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140, # OC-3141, OC-3540 and OC-3250. @@ -560,7 +561,7 @@ hint.lnc.0.at="isa" hint.lnc.0.port="0x280" hint.lnc.0.irq="10" hint.lnc.0.drq="0" -#device nv +device nv device rdp 1 hint.rdp.0.at="isa" hint.rdp.0.port="0x378" @@ -1100,7 +1101,7 @@ options FB_INSTALL_CDEV # install a CDEV entry in /dev options PECOFF_SUPPORT options PECOFF_DEBUG -options ENABLE_ALART +options ENABLE_ALART # Control alarm on Intel intpm driver options I4B_SMP_WORKAROUND options I586_PMC_GUPROF=0x70000 options KBDIO_DEBUG=2 |