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

Is NewMedia supported



Hi, this is take 2, since no one answered my first post. I really
want to start using openbsd and this problem pretty much prevents
me from doing that.

I have NewMedia Livewire ethernet pcmcia card that is suppose to be
supported by obsd. The docs sais so. Is it supported ? seems not.
Altougt the pcmciadevs.h has 
 #define PCMCIA_VENDOR_NEWMEDIA  0x0057
 #define PCMCIA_CIS_NEWMEDIA_LIVEWIRE    { NULL, NULL, NULL, NULL }
 #define PCMCIA_PRODUCT_NEWMEDIA_LIVEWIRE        0x1004
There is is no reference to this card in if_ne_pcmcia.c file, hance the  
error while booting "function 0 not configured".
So I've added this to if_ne_pcmcia.c
 { PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_LIVEWIRE,
   PCMCIA_CIS_NEWMEDIA_LIVEWIRE,
   0, 0x0ff0, { 0x00, 0xc0, 0x15 } }
Now the error boot sais: ne0 at pcmcia1 function 0 "New Media Corporation, 
Ethernet, MACE" port 0x340/32: can't match ethernet vendor code

I've checkd, the vendor codes are correct.

Can someone *please* tell me what is wrong. 
Is the card supported or not ?


Thanks,

-r.