From 03d9e830c1302ce5c2acc5f621aab23f333c578c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 24 May 2006 16:26:29 +0000 Subject: [PATCH] Add cbb, cardbus, pccard and exca to the list of modules. The appear to work on the Turion64 laptop I have. --- sys/modules/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 21348445983c..2eca46d37f91 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -447,12 +447,15 @@ _agp= agp _an= an _arcmsr= arcmsr _ath_hal= ath_hal +_cardbus= cardbus +_cbb= cbb _ciss= ciss _cpufreq= cpufreq _digi= digi _drm= drm _ed= ed _em= em +_exca= exca _ext2fs= ext2fs _hptmv= hptmv _i2c= i2c @@ -468,6 +471,7 @@ _iwi= iwi _mly= mly _ndis= ndis _nve= nve +_pccard= pccard _rr232x= rr232x _safe= safe _scsi_low= scsi_low