svn commit: r189680 - head/sys/dev/pccard

Warner Losh imp at FreeBSD.org
Wed Mar 11 01:11:12 PDT 2009


Author: imp
Date: Wed Mar 11 08:11:11 2009
New Revision: 189680
URL: http://svn.freebsd.org/changeset/base/189680

Log:
  Add entry for Hitachi HT-4840-11, which is a fe-based card.

Modified:
  head/sys/dev/pccard/pccarddevs

Modified: head/sys/dev/pccard/pccarddevs
==============================================================================
--- head/sys/dev/pccard/pccarddevs	Wed Mar 11 07:22:11 2009	(r189679)
+++ head/sys/dev/pccard/pccarddevs	Wed Mar 11 08:11:11 2009	(r189680)
@@ -75,6 +75,7 @@ $FreeBSD$
  * publication 106 reserves the top bit for parity.
  */
 vendor FUJITSU			0x0004	Fujitsu Corporation
+vendor HITACHI			0x0007	Hitachi
 vendor INTERSIL			0x000b	Intersil
 vendor PANASONIC		0x0032	Matsushita Electric Industrial Co.
 vendor SANDISK			0x0045	Sandisk Corporation
@@ -347,6 +348,9 @@ product GLOBALVILLAGE LANMODEM	0x0105 Gl
 product GREY_CELL TDK3000	0x3341 TDK 3000/3400/5670 Fast Ethernet/Modem
 product GREY_CELL DMF650TX	0xc0ab D-Link DMF-650TX
 
+/* Hitachi */
+product	HITACHI HT_4840		0x000b Hitachi HT-4840-11 Ethernet Card
+
 /* Home Wireless Networks */
 product HWN AIRWAY80211		0x0002 HWN Airway Wireless PCMCIA Card
 


More information about the svn-src-all mailing list