EPIC(4) BSD Kernel Interfaces Manual EPIC(4)NAME
epic -- SMC83C170 (EPIC/100) Ethernet driver
SYNOPSIS
epic* at pci? dev ? function ?
DESCRIPTION
The epic driver supports network adapters based on the Standard Microsystems Corp. 83C170 Ethernet PCI Integrated Controller (EPIC/100).
SEE ALSO ifmedia(4), intro(4), pci(4), ifconfig(8)
http://www.smc.com/
HISTORY
The epic driver appeared in NetBSD 1.4.
AUTHORS
Jason R. Thorpe
BSD June 4, 1999 BSD
Check Out this Related Man Page
PCN(4) BSD Kernel Interfaces Manual PCN(4)NAME
pcn -- AMD PCnet-PCI Ethernet family driver
SYNOPSIS
pcn* at pci? dev ? function ?
Configuration of PHYs may also be necessary. See mii(4).
DESCRIPTION
The pcn device driver supports Ethernet interfaces based on the AMD PCnet-PCI family of Ethernet chips. The chips supported by the pcn
driver include:
o Am79c970 PCnet-PCI Single-Chip Ethernet Controller for PCI Local Bus
o Am79c970A PCnet-PCI II Single-Chip Full-Duplex Ethernet Controller for PCI Local Bus
o Am79c971 PCnet-FAST Single-Chip Full-Duplex 10/100Mbps Ethernet Controller for PCI Local Bus
o Am79c972 PCnet-FAST+ Enhanced 10/100Mbps PCI Ethernet Controller with OnNow Support
o Am79c973/Am79c975 PCnet-FAST III Single-Chip 10/100Mbps PCI Ethernet Controller with Integrated PHY
PCnet-PCI chips are found on some Hewlett-Packard PCI Ethernet boards, and on the Allied Telesyn AT-2700TX PCI Ethernet board. They are also
found on some processor evaluation boards as an example peripheral.
The pcn driver also supports the emulated PCnet-PCI interface provided by VMware.
SEE ALSO arp(4), ifmedia(4), mii(4), netintro(4), pci(4), ifconfig(8)HISTORY
The pcn driver first appeared in NetBSD 1.6.
AUTHORS
The pcn driver was written by Jason R. Thorpe <thorpej@wasabisystems.com>.
BSD August 27, 2001 BSD
Is there an easy way to validate an input field size. Let us say a script is asking to enter 10 digits mobile number, how do I write a script to validate it is numeric and is 10 digits in length? I just need an easy way w/o using looks ...etc. Is there such a away ?
Here is what I have so far... (6 Replies)