diff options
author | Stefan Eßer <se@FreeBSD.org> | 1994-11-24 20:35:21 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1994-11-24 20:35:21 +0000 |
commit | 9ec2a4b3e3dd4e835037647441826074a08ba441 (patch) | |
tree | c1ae83b3364a11df618424cc51abcff9f7a65d6a /sys/conf/NOTES | |
parent | 733e641beb49be509779caa4de52554f6d57f5f9 (diff) | |
download | src-9ec2a4b3e3dd4e835037647441826074a08ba441.tar.gz src-9ec2a4b3e3dd4e835037647441826074a08ba441.zip |
Added #define PROBE_VERBOSE and description (PCI chip set boot messages)
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=4799
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 4989e3d79997..6f8702422687 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.107 1994/11/08 07:39:28 jkh Exp $ +# $Id: LINT,v 1.108 1994/11/15 14:28:46 bde Exp $ # # @@ -469,6 +469,10 @@ options APM # The `de' device provides support for the Digital Equipment DC21040 # self-contained Ethernet adapter. # +# The PROBE_VERBOSE option enables a long listing of chip set registers +# for supported PCI chip sets (currently only intel Saturn and Mercury). +# controller pci0 device ncr0 device de0 +options PROBE_VERBOSE |