NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43125 CVS commit: src/sys/dev/usb



The following reply was made to PR kern/43125; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43125 CVS commit: src/sys/dev/usb
Date: Sun, 4 Jul 2010 15:38:28 +0000

 Module Name:   src
 Committed By:  tsutsui
 Date:          Sun Jul  4 15:38:27 UTC 2010
 
 Modified Files:
        src/sys/dev/usb: if_zyd.c
 
 Log Message:
 Make zyd(4) use config_mountroot(9) to complete device initialization
 (which requires firmload(9)) right after mountroot.
 
 Now it's attached on boot as following:
 ---
 uhub4 at usb4: vendor 0x1033 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
 uhub4: 5 ports with 5 removable, self powered
  :
 zyd0 at uhub4 port 4
 zyd0: PCI PCI GW-US54GXS, rev 2.00/48.10, addr 3
  :
 boot device: wd0
 root on wd0a dumps on wd0b
 root file system type: ffs
 zyd0: HMAC ZD1211B, FW 47.25, RF AL2230, PA 0, address 00:22:cf:xx:xx:xx
 zyd0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
 zyd0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 
36Mbps 48Mbps 54Mbps
  :
 ---
 
 Should close PR kern/43125, no particular objections in that PR.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.25 -r1.26 src/sys/dev/usb/if_zyd.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index