i386/108150: ASUS NX1001 (if_ste) hardware support
Chu
chu at rambler.ru
Sat Jan 20 13:30:27 UTC 2007
>Number: 108150
>Category: i386
>Synopsis: ASUS NX1001 (if_ste) hardware support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-i386
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 20 13:30:26 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Chu
>Release: 6.2 PRERELEASE; 6.2 RELEASE
>Organization:
-
>Environment:
FreeBSD host2.df 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Mon Jan 15 11:45:54 EET 2007 root at host2.df:/usr/src/sys/i386/compile/GATEWAY i386
>Description:
if_ste don't support ASUS NX1001 ethernet adapter.
pciconf -lv
ste0 at pci1:0:0: class=0x020000 card=0x82131043 chip=0x020013f0 rev=0x31 hdr=0x00
vendor = 'Sundance Technology Inc'
class = network
subclass = ethernet
>How-To-Repeat:
insert ASUS NX1001 ethernet card into computer...
>Fix:
if_ste.c:
static struct ste_type ste_devs[] = {
{ ST_VENDORID, ST_DEVICEID_ST201, "Sundance ST201 10/100BaseTX" },
{ AS_VENDORID, AS_DEVICEID_NX1001, "ASUS NX1001 10/100BaseTX" },
{ DL_VENDORID, DL_DEVICEID_DL10050, "D-Link DL10050 10/100BaseTX" },
{ 0, 0, NULL }
};
if_stereg.h:
/*
* card=0x82131043 chip=0x020013f0
* ASUS NX1001
*/
#define AS_VENDORID 0x13F0
#define AS_DEVICEID_NX1001 0x0200
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-i386
mailing list