Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm32/podulebus Add the 16bit podules I got from ab...



details:   https://anonhg.NetBSD.org/src/rev/11d774046c0e
branches:  trunk
changeset: 500084:11d774046c0e
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Tue Dec 05 00:43:55 2000 +0000

description:
Add the 16bit podules I got from abs (ColourCard, Centronics, sampler, MIDI).

diffstat:

 sys/arch/arm32/podulebus/podules |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 18778e298fff -r 11d774046c0e sys/arch/arm32/podulebus/podules
--- a/sys/arch/arm32/podulebus/podules  Mon Dec 04 22:47:02 2000 +0000
+++ b/sys/arch/arm32/podulebus/podules  Tue Dec 05 00:43:55 2000 +0000
@@ -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 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 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



Home | Main Index | Thread Index | Old Index