diff options
author | phk <phk@FreeBSD.org> | 2000-07-18 11:17:25 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-07-18 11:17:25 +0000 |
commit | 3224acf9b2c9615e71e5e09cfa5c1bddc95c62c8 (patch) | |
tree | ae998539a273c6fa9bd71259bfae77774fe80a05 /sys | |
parent | 5d39f96c2d4e75190bb539dbc1f5bba77abb5bbb (diff) | |
download | FreeBSD-src-3224acf9b2c9615e71e5e09cfa5c1bddc95c62c8.zip FreeBSD-src-3224acf9b2c9615e71e5e09cfa5c1bddc95c62c8.tar.gz |
Driver for LMC1504 card: four port E1 or fractional E1.
T1 support is possible but I have no T1 hardware to test with.
The vendor can be found at: www.lanmedia.com
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 0bc8514..c70269c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -195,6 +195,7 @@ dev/mii/miibus_if.m optional miibus dev/mlx/mlx.c optional mlx dev/mlx/mlx_disk.c optional mlx dev/mlx/mlx_pci.c optional mlx +dev/musycc/musycc.c optional musycc dev/nulldev/nulldev.c standard dev/pccard/card_if.m optional card dev/pccard/card_if.m optional pccard |