diff options
| author | kiyohara <kiyohara@NetBSD.org> | 2010-05-07 17:06:32 +0000 |
|---|---|---|
| committer | kiyohara <kiyohara@NetBSD.org> | 2010-05-07 17:06:32 +0000 |
| commit | a5e8bd5f06be7b95c80fd09695ef2bb9cede14e0 (patch) | |
| tree | ec84c254622d37ec722510a14bdcbbfb86843c72 /sys/dev | |
| parent | 2c8603b1025d0243e97e41b69d45e4ba6d5793b6 (diff) | |
Enable gtidmac.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/marvell/files.discovery | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/marvell/files.discovery b/sys/dev/marvell/files.discovery index 8341caec253..8471107cd84 100644 --- a/sys/dev/marvell/files.discovery +++ b/sys/dev/marvell/files.discovery @@ -1,4 +1,4 @@ -# $NetBSD: files.discovery,v 1.11 2010/04/28 13:51:56 kiyohara Exp $ +# $NetBSD: files.discovery,v 1.12 2010/05/07 17:06:32 kiyohara Exp $ # # Config file and device description for machine-independent support for # the Marvell (formerly Galileo Technology) Discovery system controllers. @@ -90,7 +90,7 @@ attach gttwsi at gt with gttwsi_gt #file dev/marvell/com_mv.c mvuart_gt | mvuart_mbus # IDMA Controller and XOR Engine -#define gtidmac -#file dev/marvell/gtidmac.c gtidmac -#device gtidmac: dmover_service -#attach gtidmac at gt with gtidmac_gt +define gtidmac +file dev/marvell/gtidmac.c gtidmac +device gtidmac: dmover_service +attach gtidmac at gt with gtidmac_gt |
