mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
PC Card instead of other variants
This commit is contained in:
parent
0837eb061f
commit
a1f72203b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150458
@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
|
||||
* This version is intended to be a generic template for various
|
||||
* MB86960A/MB86965A based Ethernet cards. It currently supports
|
||||
* Fujitsu FMV-180 series for ISA and Allied-Telesis AT1700/RE2000
|
||||
* series for ISA, as well as Fujitsu MBH10302 PC card.
|
||||
* series for ISA, as well as Fujitsu MBH10302 PC Card.
|
||||
* There are some currently-
|
||||
* unused hooks embedded, which are primarily intended to support
|
||||
* other types of Ethernet cards, but the author is not sure whether
|
||||
@ -108,7 +108,7 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Maximum loops when interrupt.
|
||||
* This option prevents an infinite loop due to hardware failure.
|
||||
* (Some laptops make an infinite loop after PC-Card is ejected.)
|
||||
* (Some laptops make an infinite loop after PC Card is ejected.)
|
||||
*/
|
||||
#ifndef FE_MAX_LOOP
|
||||
#define FE_MAX_LOOP 0x800
|
||||
@ -1095,7 +1095,7 @@ fe_init (void * xsc)
|
||||
* point in this version. The following code *must* be
|
||||
* redundant now. FIXME.
|
||||
*
|
||||
* I've heard a rumore that on some PC card implementation of
|
||||
* I've heard a rumore that on some PC Card implementation of
|
||||
* 8696x, the receive buffer can have some data at this point.
|
||||
* The following message helps discovering the fact. FIXME.
|
||||
*/
|
||||
|
@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "pccarddevs.h"
|
||||
|
||||
/*
|
||||
* PC-Card (PCMCIA) specific code.
|
||||
* PC Card (PCMCIA) specific code.
|
||||
*/
|
||||
static int fe_pccard_probe(device_t);
|
||||
static int fe_pccard_attach(device_t);
|
||||
@ -255,7 +255,7 @@ fe_probe_mbh(device_t dev, const struct fe_pccard_product *pp)
|
||||
* (Contec uses TDK Ethenet chip -- hosokawa)
|
||||
*
|
||||
* This version of fe_probe_tdk has been rewrote to handle
|
||||
* *generic* PC card implementation of Fujitsu MB8696x family. The
|
||||
* *generic* PC Card implementation of Fujitsu MB8696x family. The
|
||||
* name _tdk is just for a historical reason. :-)
|
||||
*/
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user