diff options
| author | Nicolas Souchu <nsouch@FreeBSD.org> | 2001-01-03 07:39:07 +0000 |
|---|---|---|
| committer | Nicolas Souchu <nsouch@FreeBSD.org> | 2001-01-03 07:39:07 +0000 |
| commit | c89863e8b98cffef3c225fec4c1415187dec27f2 (patch) | |
| tree | be1a1bd91b5f229da0f717deafdb711152dc3178 /sys | |
| parent | 5fd2a895baacde4ea52a6ad9a2e9cf5c1bcc8846 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 2 | ||||
| -rw-r--r-- | sys/conf/files | 2 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e0e3690856360..ba23b07a7021b 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2216,7 +2216,7 @@ options POWERFAIL_NMI # make it beep instead of panicing device smbus # Bus support, required for smb below. device intpm -device alpm 1 +device alpm device ichsmb device smb diff --git a/sys/conf/files b/sys/conf/files index fd1f413d63574..4598d0bfce5a5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1076,7 +1076,7 @@ pci/agp_sis.c optional agp pci/agp_ali.c optional agp pci/agp_amd.c optional agp pci/agp_i810.c optional agp -pci/alpm.c count alpm +pci/alpm.c optional alpm pci/amd.c optional amd pci/cy_pci.c optional cy pci pci/if_ar_p.c count ar pci diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e0e3690856360..ba23b07a7021b 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2216,7 +2216,7 @@ options POWERFAIL_NMI # make it beep instead of panicing device smbus # Bus support, required for smb below. device intpm -device alpm 1 +device alpm device ichsmb device smb |
