diff options
| author | simonb <simonb@NetBSD.org> | 2001-06-13 06:01:44 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2001-06-13 06:01:44 +0000 |
| commit | 18b2f7e6a144fe16e64dcc92a7ab9b218373299b (patch) | |
| tree | 6ea95d0ae0c6bf63812f4fada4efaf0a5055a7f3 /sys/dev/DEVNAMES | |
| parent | a167adffcebbc2af09f9c5a73ae528a9d2f3fd46 (diff) | |
Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.
IBM 4xx series CPU features:
- New pmap and revised trap handler.
- Support on-chip timers, PCI controller, UARTs
- Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
- Add in-kernel PPC floating point emulation
- New in{,4}_cksum that is between 1.5 and 5 times faster than the
old version depending on CPU type.
General changes:
- Kernel support for generic dbsym-style symbols.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index 22b7d6335a1..33d8c8a405f 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.61 2001/06/09 13:51:49 bjh21 Exp $ +# $NetBSD: DEVNAMES,v 1.62 2001/06/13 06:01:45 simonb Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -202,6 +202,7 @@ cpu sgimips cpu sparc cpu sparc64 cpu vax +cpu walnut cpu x68k crime sgimips crypto MI Attribute @@ -243,6 +244,7 @@ drsc amigappc drsupio amiga drsupio amigappc dsrtc arm32 +dsrtc walnut dtide MI dtop pmax dvbox hp300 @@ -271,6 +273,7 @@ eisabus MI Attribute el MI elink MI Attribute elmc MI (MCA) +emac walnut empsc amiga empsc amigappc en MI @@ -365,6 +368,7 @@ giobus sgimips Attribute gm macppc gpbus hpcmips gpbusif hpcmips +gpio walnut grackle macppc grf amiga grf amigappc @@ -589,6 +593,7 @@ mainbus sparc64 mainbus sparc64 Attribute mainbus sun3 mainbus vax +mainbus walnut mainbus x68k mb86960 MI Attribute mba vax @@ -1090,6 +1095,7 @@ wdc MI wdc_base MI Attribute wdog evbsh3 wdog mmeye +wdog walnut wds MI wdsc mvme68k we MI |
