MBE(4) BSD Kernel Interfaces Manual MBE(4)NAME
mbe -- Fujitsu MB8696x-based PCMCIA and SEGA LAN (HIT-0300) Ethernet driver
SYNOPSIS
PCMCIA
mbe* at pcmcia? function ?
dreamcast
mbe* at g2bus? function ?
DESCRIPTION
The mbe driver supports PCMCIA Ethernet adapters based on the Fujitsu MB86960A/MB86965A Ethernet controller. Supported PCMCIA cards include:
Fujitsu MBH10302
Fujitsu MBH10304
TDK Corp. LAK-CD021BX
TDK Corp. DFL9610
Fujitsu Towa LA501
It also supports the SEGA LAN (HIT-0300) Ethernet adapter available on the dreamcast.
SEE ALSO ifmedia(4), intro(4), pcmcia(4), ifconfig(8)HISTORY
The mbe driver appeared in NetBSD 1.4.
BSD March 12, 2007 BSD
Check Out this Related Man Page
SM(4) BSD Kernel Interfaces Manual SM(4)NAME
sm -- SMC91Cxx-based Ethernet interfaces device driver
SYNOPSIS
sm0 at isa? port 0x300 irq 10
sm* at mhzc?
sm* at pcmcia? function ?
sm* at nubus?
DESCRIPTION
The sm device driver supports SMC91C9x-based and SMC91C1xx-based Ethernet interfaces.
The ISA attachment of the sm driver supports any SMC91C9x-based Ethernet interface on the ISA bus, including the EFA Info*Express SVC VLB
interface, and the on-board SMC91C9x Ethernet found in many embedded PCs and laptop docking stations.
The mhzc attachment of the sm driver supports the Megahertz combo Ethernet and modem card.
The PCMCIA attachment of the sm driver supports Megahertz X-JACK Ethernet cards.
The nubus attachment of the sm driver supports SMC-based Ethernet cards for the macintosh.
MEDIA SELECTION
The SMC91C1xx supports the MII interface and so the list of supported media depends on several factors, including which PHY is attached. The
SMC91C9x supports AUI and UTP media types.
To enable the AUI media, select the 10base5 or aui media type with ifconfig(8)'s media directive. To select UTP, select the 10baseT or utp
media type.
ifconfig(8)'s -m option will display the full list of supported media directives for a particular configuration.
DIAGNOSTICS
sm0: unable to read MAC address from CIS This indicates that the Ethernet address, which is stored in the CIS information on the Megahertz
X-JACK PCMCIA Ethernet card, is corrupted.
SEE ALSO ifmedia(4), intro(4), isa(4), mhzc(4), mii(4), pcmcia(4), ifconfig(8)BSD November 10, 1997 BSD
I want to count the number of occurence of perticular word from one text file.
Please tell me "less" command is work in ksh or not. If it is not working then instead of that which command will work. :confused: (40 Replies)
Hi there,
I have a doubt about how to set this up. This is the situation.
I have two files, one that is ~31,000 in length and has the following information (7 fields):
file1
1 + 100208127 100261594 6 100208127,100231680,100237404,100245177,100249508,100260529, ... (35 Replies)
if the column1 and 2 in both files has same key (for example "a" and "a1") compare each first key value(a1 of a) of input2 (for example 1-4 or 65-69 not 70-100 or 44-40 etc) with all the values in input1.
if the range of first key value in input2 is outof range in input1 values named it as out... (54 Replies)
Hiii
I am very new to shell scripting.This is my data file
a.txt:
56
45.78
1000
11.23
76.89
45
34.56
23
3400
100
..........
Now i am must use shell scripting to read n number of lines from the file & from ts n number of lines i need to find greatest number among them & so on for... (44 Replies)
Good afternoon all,
First, sorry for my English, this is not my first language but I try my best :).
So, here we go.
A friend of mine gave me an old Sun Blade 1500 he wasn't using. He said it was working fine except for the missing hard drive.
I had in my IT personnal box an old IDE... (33 Replies)
Hi guys and gals...
Someone pointed me to this URL this morning and thought I might be interested.
Not the best bash solution but at my level I solved it this way, in around 5-10 minutes...
What about your attempts...
Produce the number 2014 without any numbers in your source code -... (40 Replies)
example:
i have the following text file...
i am very tired.
i am busy
i am hungry
i have to find the number of occurence of a particular word 'am' from the text file.. can any one give the shell script for it (34 Replies)
This is first time post...found this forum when looking for possible solution to fix my sun pc. Just one day can't boot it already showing the following:
Boot device: disk File args:
Bad magic number in disk label
Can't open disk label package
Evaluating: boot
Can't open boot device... (40 Replies)
Hey,
I moved the user information in the top right on the navbar to side panel and replace it with a clickable avatar image. If you have an avatar, you will see your avatar and if you don't you will see some default one (will change it to something better later).
If you have any notification... (53 Replies)
Dear All,
We are now beta testing our future "Live Chat" area using PubNub technology.
https://community.unix.com/
This purpose of this testing is to test the core system, in general, and to see how many, if any, bugs crawl out of the woodwork.
This "Live Chat" is not the... (48 Replies)