Bug 51823

Summary: ADMtek 9511 Ethernet isn't probed
Product: Base System Reporter: Kaho Toshikazu <kaho>
Component: kernAssignee: Martin Blapp <mbr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kaho Toshikazu 2003-05-06 02:20:13 UTC
ADMtek 9511 has Ethernet and Modem functions in a chip. Its data sheets
are published at http://www.admtek.com.tw/index/index/download.htm .
The part of Ethernet is compatible with AN983/985, but kernel dosen't
know its PCI ID. No device driver is attached.
`pciconf -lv` shows:

dc0@pci0:20:0:  class=0x020000 card=0x400e144f chip=0x95111317 rev=0x01 hdr=0x00
    vendor   = 'Admtek Inc'
    device   = 'ADM9511 cardbus ethernet-modem controller'
    class    = network
    subclass = ethernet
none7@pci0:20:1:        class=0x070301 card=0x400e144f chip=0x28501317 rev=0x02 hdr=0x00
    vendor   = 'Admtek Inc'
    class    = simple comms

Fix: Please add ID to the dc drivers. Patch is here.
How-To-Repeat: Insert card and boot kernel.
Comment 1 Martin Blapp freebsd_committer freebsd_triage 2003-05-23 07:49:02 UTC
Responsible Changed
From-To: freebsd-bugs->mbr

Take care about this.
Comment 2 Martin Blapp freebsd_committer freebsd_triage 2003-06-08 11:13:32 UTC
State Changed
From-To: open->closed

Comitted to CURRENT. It will be MFC'd in two days.