diff options
| author | bjh21 <bjh21@NetBSD.org> | 2000-12-05 00:43:55 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2000-12-05 00:43:55 +0000 |
| commit | 1bdf317d96c07642c6d5f227d2da0eafbb39e2cd (patch) | |
| tree | 9b925b379bc23710cf93a3d61183428686183f7e /sys | |
| parent | 8ebc8eafe0a251e98da6f69e5fe16b9605a7bd2a (diff) | |
Add the 16bit podules I got from abs (ColourCard, Centronics, sampler, MIDI).
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/arm32/podulebus/podules | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/arm32/podulebus/podules b/sys/arch/arm32/podulebus/podules index 2cf7a3d4d0a..2897cdf9b09 100644 --- a/sys/arch/arm32/podulebus/podules +++ b/sys/arch/arm32/podulebus/podules @@ -1,4 +1,4 @@ -$NetBSD: podules,v 1.13 2000/11/26 15:03:25 bjh21 Exp $ +$NetBSD: podules,v 1.14 2000/12/05 00:43:55 bjh21 Exp $ /* * Copyright (c) 1996 Mark Brinicombe @@ -83,7 +83,11 @@ podule CCONCEPTS LASERDIRECT 0x0014 laser direct (Canon LBP-4) podule ARMADILLO A448 0x0016 A448 sound sampler +/* From an Issue 2.0 ColourCard (others may differ) */ +podule WILDVISION COLOURCARD 0x0050 ColourCard podule WILDVISION HAWKV9 0x0052 hawk v9 mark2 +podule WILDVISION SOUNDSAMPLER 0x0054 Sound Sampler +podule WILDVISION CENTRONICS 0x006f Bi-directional Centronics podule WILDVISION SCANLIGHTV256 0x00cb scanlight video 256 podule WILDVISION EAGLEM2 0x00cc eagle M2 podule WILDVISION LARKA16 0x00ce lark A16 @@ -153,6 +157,8 @@ podule SIMTEC IDE 0x0131 16 bit IDE interface podule YES RAPIDE 0x0114 RapIDE32 interface +/* MCS also call themselves ACE (Acorn Computer Entertainment) */ podule MCS SCSI 0x0125 Connect32 SCSI II interface +podule MCS MIDICONNECT 0x0133 Midi-Connect podule EESOX SCSI 0x008c EESOX SCSI II interface |
