diff options
author | rik <rik@FreeBSD.org> | 2004-05-17 14:24:52 +0000 |
---|---|---|
committer | rik <rik@FreeBSD.org> | 2004-05-17 14:24:52 +0000 |
commit | 099e2870c8606a1ee632787fde5cca678ca1a538 (patch) | |
tree | a3ec4be0cb989595f62dc20b6647464094da208c /sys | |
parent | 9282ae7aa1facbd1d53954035ce228f1c213ba4e (diff) | |
download | FreeBSD-src-099e2870c8606a1ee632787fde5cca678ca1a538.zip FreeBSD-src-099e2870c8606a1ee632787fde5cca678ca1a538.tar.gz |
Connect Cronyx Tau-PCI to the system.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b16f3d7..73153f7 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -45,6 +45,7 @@ SUBDIR= ${_3dfx} \ coda \ coda5 \ ${_coff} \ + ${_cp} \ ${_crypto} \ ${_cryptodev} \ ${_ctau} \ @@ -291,6 +292,7 @@ _ath_hal= ath_hal _awi= awi _bktr= bktr _coff= coff +_cp= cp _drm= drm _ed= ed _elink= elink |