Good evening, Michael, Petko, and the USB team,
        A quick note of thanks to everyone that has worked so hard to get
USB working on Linux - you've done an amazing job.  I picked up four
devices off the shelf and have gotten the ADS ultra hub 4, the Logitech
mouse and the DLink Ehternet adapter (read on) to work.  The DLink webcam
is all that's left; I'll tackle that another day.

On Thu, 3 Aug 2000, William Stearns wrote:

[previous mail to Michael trying to get it working with the kawasaki driver]
>       I've not yet been able to get kaweth-0.2.1 to work with the DLink
> DSB-650 I just bought.  I'm using kernel 2.4.0-test5.  With no driver
> loaded, the kernel simply responds that "prod/vend 0x2001/0xabc1 is not
> claimed by any active driver".

        My apologies, Michael, for the previous email.  I went back and
added that device ID to the ID list in pegasus.c (from kernel 2.4.0-test5;
"pegasus.c: v0.4.0 2000/06/15 (C) 1999-2000 Petko Manolov
([EMAIL PROTECTED])"), recompiled, inserted it, and it works just fine.  It
gives network access just fine.
        The link LED only flashes briefly, but the packets flow just fine,
so I suspect this is cosmetic.
        Here's the patch against 2.4.0-test5; obviously, the ID needs to
be changed:

diff -uNr linux/drivers/usb/pegasus.c.orig linux/drivers/usb/pegasus.c
--- linux/drivers/usb/pegasus.c.orig    Mon Jul 31 16:30:11 2000
+++ linux/drivers/usb/pegasus.c Fri Aug  4 00:11:48 2000
@@ -112,6 +112,7 @@
        {"D-Link DSB-650TX", 0x2001, 0x4001, NULL},
        {"D-Link DSB-650TX", 0x2001, 0x4002, NULL},
        {"D-Link DSB-650TX(PNA)", 0x2001, 0x4003, NULL},
+       {"D-Link DSB-650TX-wls", 0x2001, 0xabc1, NULL},
        {"D-Link DU-E10", 0x07b8, 0xabc1, NULL},
        {"D-Link DU-E100", 0x07b8, 0x4002, NULL},
        {"Linksys USB100TX", 0x066b, 0x2203, NULL},

        The device is labelled DSB-650 on the front, with an FCC ID of
MO4USB10TA on the back.  Quite a shame that DLink decided to release
devices with two different chipsets (the Pegasus and the Kawasaki) and
label them all DSB-650's.  *sigh*  From the Kawasaki driver:
       { "D-Link DSB-650C", 0x2001, 0x4000, NULL },
       { "D-Link DSB-650", 0x0557, 0x2002, NULL },

        I'm getting these diagnostic messages, which don't appear to
affect functionality:

Aug  4 00:15:57 sparrow kernel: usb.c: USB new device connect, assigned device number 2
Aug  4 00:15:57 sparrow kernel: eth1: D-Link DSB-650TX-wls
Aug  4 00:17:13 sparrow kernel: pegasus.c: party FAIL ffff
Aug  4 00:17:13 sparrow kernel: pegasus.c: (open)failed intr_urb -22
Aug  4 00:17:13 sparrow kernel: pegasus.c: eth1: set Rx mode

        I repeatably get a crash when disconnecting the USB cable from the
system; a huge collection of debugging messages, followed by oopses that
never made it out to disk.  If the oopses would be helpful, I'll try to
get those as well.  The debugging messages started at 11:09:02 in the
attached log file "dlink-remove-crash".  I've also attached the boot-time
dmesg file, and /proc/ioports and /proc/interrupts.
        Could the problem be related to sharing an irq with the maestro
sound driver?

        As long as I leave the adapter connected, all seems to work
reasonably well.  If I pingflood another machine on the network, I get a
repeatable 5% packet loss.  The pingflood display steadily adds "."'s for
about 2.5 seconds, then the number of added "."'s slows down (ie. fewer
packets are lost).  From about 3 seconds to 5 seconds, no packets are lost
at all.  Then at 5 seconds, the cycle repeats itself; packets are lost for
2.5 more seconds, the number of lost packets falls off to none for a half
second, then for two more seconds no packets are lost.  Cycle repeats.
        During this cycle, the light on the nic flashes at a regular rate.

        Just for reference, the system is a Dell Inspiron 7500 using the
usb-uhci driver:
Aug  3 22:17:31 sparrow kernel: usb.c: registered new driver usbdevfs
Aug  3 22:17:31 sparrow kernel: usb.c: registered new driver hub
Aug  3 22:17:31 sparrow kernel: usb-uhci.c: $Revision: 1.232 $ time 16:48:27 Jul 31 
2000
Aug  3 22:17:31 sparrow kernel: usb-uhci.c: High bandwidth mode enabled
Aug  3 22:17:31 sparrow kernel: usb-uhci.c: Intel USB controller: setting latency 
timer to 0
Aug  3 22:17:31 sparrow kernel: usb-uhci.c: USB UHCI at I/O 0x1060, IRQ 5
Aug  3 22:17:31 sparrow kernel: usb-uhci.c: Detected 2 ports
Aug  3 22:17:31 sparrow kernel: usb.c: new USB bus registered, assigned bus number 1

        Thanks again for all your work.  I'm not looking for any
explanations or long answers, just wanted to let you know what works here
and what doesn't.
        Cheers,
        - Bill

---------------------------------------------------------------------------
        "After 3 weeks of intense cryptanalysis, the Naval codebreakers were
still baffled by the messages.  They called the Navajo language a 'wierd
succession of gutteral, nasal, tongue-twisting sounds... we couldn't
even transcribe it, much less crack it.'"
        - The Code Book, Simon Singh.
--------------------------------------------------------------------------
William Stearns ([EMAIL PROTECTED]).  Mason, Buildkernel, named2hosts, 
and ipfwadm2ipchains are at:                http://www.pobox.com/~wstearns
LinuxMonth; articles for Linux Enthusiasts! http://www.linuxmonth.com
--------------------------------------------------------------------------
Aug  4 11:05:11 sparrow kernel: usb.c: registered new driver usbdevfs 
Aug  4 11:05:11 sparrow kernel: usb.c: registered new driver hub 
Aug  4 11:05:11 sparrow kernel: pegasus.c: v0.4.0 2000/06/15 (C) 1999-2000 Petko 
Manolov ([EMAIL PROTECTED]) 
Aug  4 11:05:11 sparrow kernel: usb.c: registered new driver pegasus 
Aug  4 11:05:23 sparrow kernel: usb-uhci.c: $Revision: 1.232 $ time 16:48:27 Jul 31 
2000 
Aug  4 11:05:23 sparrow kernel: usb-uhci.c: High bandwidth mode enabled 
Aug  4 11:05:23 sparrow kernel: usb-uhci.c: Intel USB controller: setting latency 
timer to 0 
Aug  4 11:05:23 sparrow kernel: usb-uhci.c: USB UHCI at I/O 0x1060, IRQ 5 
Aug  4 11:05:23 sparrow kernel: usb-uhci.c: Detected 2 ports 
Aug  4 11:05:23 sparrow kernel: usb.c: new USB bus registered, assigned bus number 1 
Aug  4 11:05:23 sparrow kernel: usb.c: USB new device connect, assigned device number 
1 
Aug  4 11:05:23 sparrow kernel: hub.c: USB hub found 
Aug  4 11:05:23 sparrow kernel: hub.c: 2 ports detected 
Aug  4 11:05:34 sparrow PAM_pwdb[750]: (login) session opened for user root by 
LOGIN(uid=0)
Aug  4 11:06:47 sparrow kernel: usb.c: USB new device connect, assigned device number 
2 
Aug  4 11:06:47 sparrow kernel: eth1: D-Link DSB-650TX-wls 
Aug  4 11:06:55 sparrow kernel: usb.c: USB disconnect on device 2 
Aug  4 11:07:08 sparrow kernel: usb.c: USB new device connect, assigned device number 
2 
Aug  4 11:07:08 sparrow kernel: eth1: D-Link DSB-650TX-wls 
Aug  4 11:07:10 sparrow kernel: usb.c: USB disconnect on device 2 
Aug  4 11:07:13 sparrow kernel: usb.c: USB new device connect, assigned device number 
2 
Aug  4 11:07:13 sparrow kernel: eth1: D-Link DSB-650TX-wls 
Aug  4 11:07:37 sparrow cardmgr[414]: executing: './network stop eth0'
Aug  4 11:07:37 sparrow cardmgr[414]: executing: 'modprobe -r pcnet_cs'
Aug  4 11:07:37 sparrow cardmgr[414]: executing: 'modprobe -r 8390'
Aug  4 11:08:11 sparrow kernel: pegasus.c: party FAIL ffff 
Aug  4 11:08:11 sparrow kernel: pegasus.c: (open)failed intr_urb -22 
Aug  4 11:08:11 sparrow kernel: pegasus.c: eth1: set Rx mode 
Aug  4 11:08:53 sparrow last message repeated 5 times
Aug  4 11:09:02 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 787 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:   TD @ cc17daa0/0C17DAA0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17dc60, 
Breadth first 
Aug  4 11:09:02 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 791 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:   TD @ caafb820/0AAFB820, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb7e0, 
Breadth first 
Aug  4 11:09:02 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 795 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:   TD @ cc17dbe0/0C17DBE0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17da20, 
Breadth first 
Aug  4 11:09:02 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 799 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:   TD @ cc17dee0/0C17DEE0, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17dea0, 
Breadth first 
Aug  4 11:09:02 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 803 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:   TD @ caafbea0/0AAFBEA0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb8a0, 
Breadth first 
Aug  4 11:09:02 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 807 
Aug  4 11:09:02 sparrow kernel: usb-uhci-debug.h:   TD @ cc17df60/0C17DF60, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:03 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:03 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17dfa0, 
Breadth first 
Aug  4 11:09:03 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 811 
Aug  4 11:09:03 sparrow kernel: usb-uhci-debug.h:   TD @ cc17daa0/0C17DAA0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:03 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:03 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17dc60, 
Breadth first 
Aug  4 11:09:03 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 815 
Aug  4 11:09:03 sparrow kernel: usb-uhci-debug.h:   TD @ caafb820/0AAFB820, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:03 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:04 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb7e0, 
Breadth first 
Aug  4 11:09:04 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 896 
Aug  4 11:09:04 sparrow kernel: usb-uhci-debug.h:   TD @ cc17dbe0/0C17DBE0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:04 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:04 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17da20, 
Breadth first 
Aug  4 11:09:04 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1005 
Aug  4 11:09:04 sparrow kernel: usb-uhci-debug.h:   TD @ cc17dee0/0C17DEE0, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:04 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:04 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17dea0, 
Breadth first 
Aug  4 11:09:05 sparrow kernel: usb.c: USB disconnect on device 2 
Aug  4 11:09:05 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1115 
Aug  4 11:09:05 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1141 
Aug  4 11:09:05 sparrow kernel: usb-uhci-debug.h:   TD @ cc17daa0/0C17DAA0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:05 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:05 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17dc60, 
Breadth first 
Aug  4 11:09:05 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1250 
Aug  4 11:09:05 sparrow kernel: usb-uhci-debug.h:   TD @ caafb220/0AAFB220, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:05 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:05 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafbda0, 
Breadth first 
Aug  4 11:09:05 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1361 
Aug  4 11:09:05 sparrow kernel: usb-uhci-debug.h:   TD @ caafb3a0/0AAFB3A0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:06 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:06 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb360, 
Breadth first 
Aug  4 11:09:06 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1472 
Aug  4 11:09:06 sparrow kernel: usb-uhci-debug.h:   TD @ cc17dbe0/0C17DBE0, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17da20, 
Breadth first 
Aug  4 11:09:07 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1585 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:   TD @ caafb420/0AAFB420, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb460, 
Breadth first 
Aug  4 11:09:07 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1700 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:   TD @ caafb260/0AAFB260, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb320, 
Breadth first 
Aug  4 11:09:07 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1816 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:   TD @ cc17daa0/0C17DAA0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17dc60, 
Breadth first 
Aug  4 11:09:07 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1933 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:   TD @ caafb220/0AAFB220, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:07 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafbda0, 
Breadth first 
Aug  4 11:09:09 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 3 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:   TD @ caafb3a0/0AAFB3A0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb360, 
Breadth first 
Aug  4 11:09:09 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 121 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:   TD @ cc17dbe0/0C17DBE0, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17da20, 
Breadth first 
Aug  4 11:09:09 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 239 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:   TD @ caafb420/0AAFB420, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb460, 
Breadth first 
Aug  4 11:09:09 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 357 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:   TD @ caafb260/0AAFB260, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb320, 
Breadth first 
Aug  4 11:09:09 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 475 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:   TD @ cc17daa0/0C17DAA0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:09 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0c17dc60, 
Breadth first 
Aug  4 11:09:10 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 593 
Aug  4 11:09:10 sparrow kernel: usb-uhci-debug.h:   TD @ caafb220/0AAFB220, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:11 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:11 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafbda0, 
Breadth first 
Aug  4 11:09:11 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 711 
Aug  4 11:09:11 sparrow kernel: usb-uhci-debug.h:   TD @ caafb3a0/0AAFB3A0, MaxLen=3f 
DT1 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:11 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Aug  4 11:09:11 sparrow kernel: usb-uhci-debug.h:     Link points to TD @ 0aafb360, 
Breadth first 
Aug  4 11:09:11 sparrow kernel: usb-uh to TD @ 0aafbd60, Breadth first 
Aug  4 11:09:11 sparrow kernel: usb-uhci.c: interrupt, status 2, frame# 1025 
Aug  4 11:09:12 sparrow kernel: usb-uhci-debug.h:   TD @ caafb360/0AAFB360, MaxLen=3f 
DT0 EP=1 Dev=2 PID=( IN  ) buf=0c1491e0 
Aug  4 11:09:12 sparrow kernel: usb-uhci-debug.h:     Len=7ff e0 SPD Stalled CRC/Timeo 
 
Linux version 2.4.0-test5 ([EMAIL PROTECTED]) (gcc version egcs-2.91.66 
19990314/Linux (egcs-1.1.2 release)) #13 Mon Jul 31 16:44:40 EDT 2000
BIOS-provided physical RAM map:
 e820: 000000000009f800 @ 0000000000000000 (usable)
 e820: 0000000000000800 @ 000000000009f800 (reserved)
 e820: 0000000000016000 @ 00000000000ea000 (reserved)
 e820: 000000000fef0000 @ 0000000000100000 (usable)
 e820: 000000000000fc00 @ 000000000fff0000 (ACPI data)
 e820: 0000000000000400 @ 000000000ffffc00 (ACPI NVS)
 e820: 0000000000080000 @ 00000000fff80000 (reserved)
Scan SMP from c0000000 for 1024 bytes.
Scan SMP from c009fc00 for 1024 bytes.
Scan SMP from c00f0000 for 65536 bytes.
Scan SMP from c009f800 for 4096 bytes.
On node 0 totalpages: 65520
zone(0): 4096 pages.
zone(1): 61424 pages.
zone(2): 0 pages.
mapped APIC to ffffe000 (01404000)
Kernel command line: auto BOOT_IMAGE=2.4.0-14 ro root=304 root=/dev/hda4
Initializing CPU#0
Detected 751710139 Hz processor.
Console: colour dummy device 80x25
Calibrating delay loop... 1500.77 BogoMIPS
Memory: 255900k/262080k available (1147k kernel code, 5792k reserved, 97k data, 208k 
init, 0k highmem)
Dentry-cache hash table entries: 32768 (order: 6, 262144 bytes)
Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
VFS: Diskquotas version dquot_6.4.0 initialized
CPU: Intel Pentium III (Coppermine) stepping 03
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking SIMD FPU exceptions... OK, SIMD FPU using exception 19 error reporting.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.36 (20000221) Richard Gooch ([EMAIL PROTECTED])
PCI: PCI BIOS revision 2.10 entry at 0xfd9ae, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Using IRQ router PIIX [8086/122e] at 00:07.0
PCI: Found IRQ 11 for device 00:04.0
PCI: The same IRQ used for device 00:04.1
PCI: The same IRQ used for device 01:00.0
PCI: Cannot allocate resource region 4 of device 00:07.1
Limiting direct PCI/PCI transfers.
Linux NET4.0 for Linux 2.3
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.13)
Starting kswapd v1.7
vesafb: framebuffer at 0xfd000000, mapped to 0xd0800000, size 8128k
vesafb: mode is 1280x1024x24, linelength=3840, pages=1
vesafb: protected mode interface info at c000:506a
vesafb: scrolling: redraw
vesafb: directcolor: size=0:8:8:8, shift=0:16:8:0
Console: switching to colour frame buffer device 160x64
fb0: VESA VGA frame buffer device
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1090-0x1097, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1098-0x109f, BIOS settings: hdc:DMA, hdd:pio
hda: HITACHI_DK227A-41, ATA DISK drive
hdc: LG DVD-ROM DRN-8080B, ATAPI CDROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 8007552 sectors (4100 MB) w/512KiB Cache, CHS=993/128/63, UDMA(33)
Partition check:
 /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 > p4
Serial driver version 5.01 (2000-05-29) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
Real Time Clock Driver v1.10c
Linux PCMCIA Card Services 3.1.11
  options:  [pci] [cardbus] [pm]
Yenta IRQ list 0698, PCI irq11
Socket status: 30000006
ACPI: support found
ACPI: APM is already active.
ACPI:         -0550: <7>ACPI: *** Success: Entire namespace and objects deleted
Yenta IRQ list 0698, PCI irq11
Socket status: 30000006
devfs: v0.102 (20000622) Richard Gooch ([EMAIL PROTECTED])
devfs: boot_options: 0x2
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 208k freed
Adding Swap: 128988k swap-space (priority -1)
maestro: version 0.14 time 16:47:05 Jul 31 2000
maestro: Configuring ESS Maestro 2E found at IO 0x1400 IRQ 5
maestro:  subvendor id: 0x009e1028
maestro: PCI power managment capability: 0x7622
maestro: AC97 Codec detected: v: 0x83847609 caps: 0x6940 pwr: 0xf
maestro: 1 channels configured.
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
03c0-03df : vesafb
03f6-03f6 : ide0
03f8-03ff : serial(set)
0cf8-0cff : PCI conf1
1000-103f : Intel Corporation 82371AB PIIX4 ACPI
1040-105f : Intel Corporation 82371AB PIIX4 ACPI
1060-107f : Intel Corporation 82371AB PIIX4 USB
  1060-107f : usb-uhci
1080-1087 : Lucent Microelectronics WinModem 56k
1090-109f : Intel Corporation 82371AB PIIX4 IDE
  1090-1097 : ide0
  1098-109f : ide1
1400-14ff : ESS Technology ES1978 Maestro 2E
  1400-14ff : ESS Maestro 2E
1800-18ff : Lucent Microelectronics WinModem 56k
1c00-1fff : PCI CardBus #02
2000-2fff : PCI Bus #01
  2000-20ff : ATI Technologies Inc 3D Rage P/M Mobility AGP 2x
3000-33ff : PCI CardBus #04
           CPU0       
  0:      90769          XT-PIC  timer
  1:       3174          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  5:       1102          XT-PIC  ESS Maestro 2E, usb-uhci
  8:          1          XT-PIC  rtc
 11:          0          XT-PIC  Texas Instruments PCI1225, Texas Instruments PCI1225 
(#2)
 12:       4482          XT-PIC  PS/2 Mouse
 13:          1          XT-PIC  fpu
 14:      26249          XT-PIC  ide0
 15:          0          XT-PIC  ide1
NMI:          0 
ERR:          0
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to