Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

my(4) [osf1 man page]

MY(4)							   BSD Kernel Interfaces Manual 						     MY(4)

NAME
my -- Myson Technology Ethernet PCI driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device my Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_my_load="YES" DESCRIPTION
The my driver provides support for various NICs based on the Myson chipset. The Myson chipset is a variant of the DEC Tulip NIC chipset. The driver will work with almost any MII-compliant PHY, thus failure to positively identify the chip is not a fatal error. HARDWARE
The my driver provides support for various NICs based on the Myson chipset. Supported models include: o Myson MTD800 PCI Fast Ethernet chip o Myson MTD803 PCI Fast Ethernet chip o Myson MTD89X PCI Gigabit Ethernet chip SEE ALSO
altq(4), de(4), netintro(4), pci(4), ifconfig(8) HISTORY
The my driver first appeared in FreeBSD 4.6. AUTHORS
The my driver was written by Myson Technology Inc. This manual page was written by Hiten M. Pandya <hmp@FreeBSD.org>. BUGS
The my driver does not support Power Management Events (PME). BSD
March 11, 2007 BSD

Check Out this Related Man Page

MY(4)							   BSD Kernel Interfaces Manual 						     MY(4)

NAME
my -- Myson Technology Ethernet PCI driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device my Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_my_load="YES" DESCRIPTION
The my driver provides support for various NICs based on the Myson chipset. The Myson chipset is a variant of the DEC Tulip NIC chipset. The driver will work with almost any MII-compliant PHY, thus failure to positively identify the chip is not a fatal error. HARDWARE
The my driver provides support for various NICs based on the Myson chipset. Supported models include: o Myson MTD800 PCI Fast Ethernet chip o Myson MTD803 PCI Fast Ethernet chip o Myson MTD89X PCI Gigabit Ethernet chip SEE ALSO
altq(4), de(4), netintro(4), pci(4), ifconfig(8) HISTORY
The my driver first appeared in FreeBSD 4.6. AUTHORS
The my driver was written by Myson Technology Inc. This manual page was written by Hiten M. Pandya <hmp@FreeBSD.org>. BUGS
The my driver does not support Power Management Events (PME). BSD
March 11, 2007 BSD
Man Page

8 More Discussions You Might Find Interesting

1. Programming

When I am writing my own interpreter...

While trying out my hand at writing an interpreter, I was wondering about a a few issues one of which is the following: When I run a command such as jobs in the shell, I get a list of all the background jobs that are running... But if I need my interpreter to run that command, how would I be doing... (34 Replies)
Discussion started by: Legend986
34 Replies

2. Shell Programming and Scripting

How do I Start JBoss automatically when boot my linux machine.

I have created a script file named 'start-jboss' ------------------------------------------------- #!/bin/sh # For starting Jboss JAVA_HOME=/home/argole/jdk/jdk1.6.0_10 export JAVA_HOME cd /home/argole/server/jboss-4.2.0.GA/bin echo "Starting JBOSS server" nohup ./run.sh -c... (25 Replies)
Discussion started by: shiraz
25 Replies

3. Filesystems, Disks and Memory

QEMU not booting my image

hello all, I have been trying to boot an image (.IMG) using qemu, for quite some time now and i can't seem to get it to work. I've been able to boot from the Windows XP CD, the Debian iso image, etc, so I know qemu is configured properly and is working. But when it come to booting an image that I... (34 Replies)
Discussion started by: neur0n
34 Replies

4. Shell Programming and Scripting

No 1 answering my question... any reason ?

can some one please help me at my post ? for hours yet being ignored Need help on this: nonsense. can't even solve forum ask people redo whole code. LMAO - after asking 101 qns the pre result should be like this: A A A A A A A A A A A A A A A A A A A A A A A A A... (27 Replies)
Discussion started by: nanochan1
27 Replies

5. Shell Programming and Scripting

My script failed and can't fix it ?

Hi , I'd like to give you a little bit idea about my script which is used to get any generated file from remote server using ftp session then organized those file into directories based on their date ( at the end I supposed to have 1 months directories 20130401 20130402 ....20130430 ,... (27 Replies)
Discussion started by: arm
27 Replies

6. Shell Programming and Scripting

Can I speed up my grep command?

I've got at least 30,000 XML files that I'm using the grep command to get their filename. Can I use the head command to grab just the beginning 8 lines and compare that instead of parsing the whole document? It would speed things up! or maybe grep -m? (49 Replies)
Discussion started by: emc^24sho
49 Replies

7. UNIX for Beginners Questions & Answers

CentOS 6 ran out of space, need to reclaim it

Hello everyone, I am having an issue here with CentOS release 6.6 (Final) that shows all of the space used up, but I can't tell where the space went. Seemingly I am using up 100%, according to df -h Filesystem Size Used Avail Use% Mounted on... (27 Replies)
Discussion started by: DannyBoyCentOS
27 Replies

8. What is on Your Mind?

Debugging Our Computer Science Trivia Feature

Only a few days after I coded this new feature from scratch, we are seeing over 3000 entries in the database from members (mostly guests) playing CS trivia. I have spend a lot of time coding this (from scratch) and testing the API. From the logs, it seems to have an API bug which appears... (31 Replies)
Discussion started by: Neo
31 Replies