diff options
| author | hkenken <hkenken@NetBSD.org> | 2018-06-05 08:03:28 +0000 |
|---|---|---|
| committer | hkenken <hkenken@NetBSD.org> | 2018-06-05 08:03:28 +0000 |
| commit | 1849c043be8beecae5cc3ee7be7d6f5461bda6a7 (patch) | |
| tree | 9c00240742b3651c8716fde73a4bf9cb5358beb8 /sys/dev/DEVNAMES | |
| parent | 586eea0a5a1db3d7008948a5faeaa25c2812ff7e (diff) | |
Rename ARM A9 Global Timer driver name to support fdt.
- Rename a9tmr to arma9tmr.
- Add a9tmr_fdt.c based gtmr_fdt.c.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index a46d54bf8ec..c5cd914f240 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.310 2018/04/09 20:16:53 christos Exp $ +# $NetBSD: DEVNAMES,v 1.311 2018/06/05 08:03:29 hkenken Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -13,7 +13,6 @@ a2kbbc amiga a2kbbc amigappc a34kbbc amiga a34kbbc amigappc -a9tmr arm a9wdt arm aac MI abtn macppc @@ -90,6 +89,7 @@ arbus evbmips arc MI Attribute arcmsr MI aria MI +arma9tmr arm armgic arm arml2cc arm armperiph arm |
