It seems that i-cubed used the "A" suffix on card types (along with "Lk" and
probably some others) to indicate the software mix on the card, while we were using it to indicate Acorn-branded variants. Change over to using "AEH" for the latter, and while we're at it clean up the descrptions and add some that were missing.
This commit is contained in:
parent
ac083d0b74
commit
65cdac60a6
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: podules,v 1.14 2000/12/05 00:43:55 bjh21 Exp $
|
||||
$NetBSD: podules,v 1.15 2000/12/07 21:23:32 bjh21 Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Mark Brinicombe
|
||||
|
@ -127,15 +127,19 @@ podule ARXE SCSI 0x0041 16 bit SCSI interface
|
|||
|
||||
podule ALEPH1 PCCARD 0x00ea PC card
|
||||
|
||||
podule ICUBED ETHERLAN600 0x00ec EtherLan 600 network slot interface
|
||||
podule ICUBED ETHERLAN600A 0x011e EtherLan 600A network slot interface
|
||||
podule ICUBED ETHERLAN500 0x00d4 EtherLan 500 interface
|
||||
podule ICUBED ETHERLAN500A 0x011f EtherLan 500A interface
|
||||
podule ICUBED ETHERLAN200 0x00bd EtherLan 200 interface
|
||||
podule ICUBED ETHERLAN200A 0x011d EtherLan 200A interface
|
||||
podule ICUBED ETHERLAN100 0x00c4 EtherLan 100 interface
|
||||
podule ICUBED ETHERLAN100LK 0x00cf EtherLan 100Lk interface
|
||||
podule ICUBED ETHERLAN100A 0x011c EtherLan 100A interface
|
||||
/* i-cubed's own cards */
|
||||
podule ICUBED ETHERLAN100 0x00cf EtherLan 100-series
|
||||
podule ICUBED ETHERLAN200 0x00bd EtherLan 200-series
|
||||
podule ICUBED ETHERLAN500 0x00d4 EtherLan 500-series
|
||||
podule ICUBED ETHERLAN600 0x00ec EtherLan 600-series
|
||||
podule ICUBED ETHERLAN700 0x012f EtherLan 700-series
|
||||
/* cards made by i-cubed for Acorn */
|
||||
podule ICUBED ETHERLAN100AEH 0x011c AEH77 (EtherLan 102)
|
||||
podule ICUBED ETHERLAN200AEH 0x011d AEH79 (EtherLan 210)
|
||||
podule ICUBED ETHERLAN600AEH 0x011e AEH60/AEH78 (EtherLan 602)
|
||||
podule ICUBED ETHERLAN500AEH 0x011f AEH54/AEH75 (EtherLan 512)
|
||||
/* XXX Not listed by Design IT. */
|
||||
podule ICUBED ETHERLAN100XXX 0x00c4 EtherLan 100???
|
||||
|
||||
podule BRINI PORT 0x0000 BriniPort intelligent I/O interface
|
||||
podule BRINI LINK 0x00df BriniLink transputer link adapter
|
||||
|
|
Loading…
Reference in New Issue