2001-10-29 18:29:44

by Harald Dunkel

[permalink] [raw]
Subject: 3c59x:command 0x3002 did not complete! Status=0xffff

Hi folks,

Does anybody know what this message in kern.log means?

eth0: command 0x3002 did not complete! Status=0xffff

It comes up when I try to setup a pppoe connection to my provider.
The interface is a 3c59x.


Any help would be highly appreciated

Harri


2001-10-29 18:54:30

by Andrew Morton

[permalink] [raw]
Subject: Re: 3c59x:command 0x3002 did not complete! Status=0xffff

Harald Dunkel wrote:
>
> Hi folks,
>
> Does anybody know what this message in kern.log means?
>
> eth0: command 0x3002 did not complete! Status=0xffff
>

There's a function in the driver which issues reset commands to the
hardware and then spins, waiting for completion. Usually it takes
a single PCI cycle. In your case it timed out.

It look to me like the NIC is powered down. Could you please
send me a bunch of info:

- Does the interface actually work after this message, or is
it dead?

- If the latter, did you warmboot from another OS?

- Does it help if you add the line

options 3c59x enable_wol=1

to /etc/modules.conf? (This is a misnomer - enable_wol
enables the driver's power management functions).

Thanks.

2001-10-29 19:17:24

by Harald Dunkel

[permalink] [raw]
Subject: Re: 3c59x:command 0x3002 did not complete! Status=0xffff

Hi Andrew,

Andrew Morton wrote:
>
> Harald Dunkel wrote:
> >
> > Hi folks,
> >
> > Does anybody know what this message in kern.log means?
> >
> > eth0: command 0x3002 did not complete! Status=0xffff
> >
>
> There's a function in the driver which issues reset commands to the
> hardware and then spins, waiting for completion. Usually it takes
> a single PCI cycle. In your case it timed out.
>
> It look to me like the NIC is powered down. Could you please
> send me a bunch of info:
>
> - Does the interface actually work after this message, or is
> it dead?
>

A ping to the assigned IP address works. But I cannot get a PPPoE
connection.

> - If the latter, did you warmboot from another OS?
>
I've got just Linux. The problem occurs after a warm boot as
it seems. When I do a power-down reset, then I don't get this
message, but I don't get a connection via PPPoE, either.

> - Does it help if you add the line
>
> options 3c59x enable_wol=1
>
> to /etc/modules.conf? (This is a misnomer - enable_wol
> enables the driver's power management functions).
>

No, this did not help. I found an old EMail with the suggestion
to add enable_wol=0, but this didn't help, either.

The problem came up this morning (12 hours ago). Before the it was
working, AFAICT.


Regards

Harri

2001-10-29 19:51:19

by Harald Dunkel

[permalink] [raw]
Subject: Re: 3c59x:command 0x3002 did not complete! Status=0xffff

PS: The message about '0x3002 did not complete' is gone. I haven't seen
it anymore since I added the 'options 3c59x enable_wol=1'.

But now I get this in my syslog:

Oct 29 20:41:19 bilbo pppd[522]: pppd 2.4.1 started by root, uid 0
Oct 29 20:41:20 bilbo pppd[522]: Sending PADI
Oct 29 20:41:20 bilbo kernel: eth0: Transmit error, Tx status register 90.
Oct 29 20:41:20 bilbo kernel: Flags; bus-master 1, dirty 0(0) current 1(1)
Oct 29 20:41:20 bilbo kernel: Transmit list 00000000 vs. df230200.
Oct 29 20:41:20 bilbo kernel: 0: @df230200 length 80000020 status 80000020
Oct 29 20:41:20 bilbo kernel: 1: @df230240 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 2: @df230280 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 3: @df2302c0 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 4: @df230300 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 5: @df230340 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 6: @df230380 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 7: @df2303c0 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 8: @df230400 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 9: @df230440 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 10: @df230480 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 11: @df2304c0 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 12: @df230500 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 13: @df230540 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 14: @df230580 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: 15: @df2305c0 length 00000000 status 00000000
Oct 29 20:41:20 bilbo kernel: scsi0: PCI error Interrupt at seqaddr = 0x9
Oct 29 20:41:20 bilbo kernel: scsi0: Data Parity Error Detected during address or write data phase
Oct 29 20:41:20 bilbo kernel: scsi1: PCI error Interrupt at seqaddr = 0x9
Oct 29 20:41:20 bilbo kernel: scsi1: Data Parity Error Detected during address or write data phase


Especially interesting is the message about the SCSI. How is this
related to the 3c59x?


Regards

Harri

2001-10-29 20:02:59

by Andrew Morton

[permalink] [raw]
Subject: Re: 3c59x:command 0x3002 did not complete! Status=0xffff

Harald Dunkel wrote:
>
> PS: The message about '0x3002 did not complete' is gone. I haven't seen
> it anymore since I added the 'options 3c59x enable_wol=1'.
>
> But now I get this in my syslog:
>
> Oct 29 20:41:19 bilbo pppd[522]: pppd 2.4.1 started by root, uid 0
> Oct 29 20:41:20 bilbo pppd[522]: Sending PADI
> Oct 29 20:41:20 bilbo kernel: eth0: Transmit error, Tx status register 90.

0x90 -> Transmit underrun. The NIC wasn't able to get data
from main memory fast enough. Across PCI.

> ...
> Oct 29 20:41:20 bilbo kernel: scsi0: PCI error Interrupt at seqaddr = 0x9

I wonder what that error is?

>
> Especially interesting is the message about the SCSI. How is this
> related to the 3c59x?

The PCI bus is screwed up. I haven't seen this before.
Is the machine otherwise stable? What's special about bringing
up PPPoE? Have you tested the machine well against other hosts
on the LAN?

2001-10-29 20:35:12

by Harald Dunkel

[permalink] [raw]
Subject: Re: 3c59x:command 0x3002 did not complete! Status=0xffff

Andrew Morton wrote:
>
> The PCI bus is screwed up. I haven't seen this before.
> Is the machine otherwise stable? What's special about bringing
> up PPPoE? Have you tested the machine well against other hosts
> on the LAN?

The eth0 has the address 192.168.1.1 . When I do a ping 192.168.1.2,
then I get an error message, too:

Oct 29 21:28:49 bilbo kernel: scsi0: PCI error Interrupt at seqaddr = 0x8
Oct 29 21:28:49 bilbo kernel: scsi0: Data Parity Error Detected during address or write data phase
Oct 29 21:28:49 bilbo kernel: eth0: Transmit error, Tx status register ff.
Oct 29 21:28:49 bilbo kernel: Flags; bus-master 1, dirty 1(1) current 1(1)
Oct 29 21:28:49 bilbo kernel: Transmit list ffffffff vs. df231240.
Oct 29 21:28:49 bilbo kernel: 0: @df231200 length 8000002a status 8000002a
Oct 29 21:28:49 bilbo kernel: 1: @df231240 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 2: @df231280 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 3: @df2312c0 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 4: @df231300 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 5: @df231340 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 6: @df231380 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 7: @df2313c0 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 8: @df231400 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 9: @df231440 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 10: @df231480 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 11: @df2314c0 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 12: @df231500 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 13: @df231540 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 14: @df231580 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: 15: @df2315c0 length 00000000 status 00000000
Oct 29 21:28:49 bilbo kernel: eth0: Updating statistics failed, disabling stats as an interrupt source.
Oct 29 21:28:49 bilbo kernel: eth0: Host error, FIFO diagnostic register ffff.
Oct 29 21:28:49 bilbo kernel: eth0: PCI bus error, bus status ffffffff
Oct 29 21:28:49 bilbo kernel: scsi1: PCI error Interrupt at seqaddr = 0x8
Oct 29 21:28:49 bilbo kernel: scsi1: Data Parity Error Detected during address or write data phase


PPPoE was not involved in this. It wasn't even started.

Maybe the NIC is broken?


Regards

Harri

2001-10-29 20:53:42

by Tim Walberg

[permalink] [raw]
Subject: Re: 3c59x:command 0x3002 did not complete! Status=0xffff

Is the NIC sharing interrupts or I/O ports with
the SCSI HBAs?


On 10/29/2001 21:34 +0100, Harald Dunkel wrote:
>> Andrew Morton wrote:
>> >
>> > The PCI bus is screwed up. I haven't seen this before.
>> > Is the machine otherwise stable? What's special about bringing
>> > up PPPoE? Have you tested the machine well against other hosts
>> > on the LAN?
>>
>> The eth0 has the address 192.168.1.1 . When I do a ping 192.168.1.2,
>> then I get an error message, too:
>>
>> Oct 29 21:28:49 bilbo kernel: scsi0: PCI error Interrupt at seqaddr = 0x8
>> Oct 29 21:28:49 bilbo kernel: scsi0: Data Parity Error Detected during address or write data phase
>> Oct 29 21:28:49 bilbo kernel: eth0: Transmit error, Tx status register ff.
>> Oct 29 21:28:49 bilbo kernel: Flags; bus-master 1, dirty 1(1) current 1(1)
>> Oct 29 21:28:49 bilbo kernel: Transmit list ffffffff vs. df231240.
>> Oct 29 21:28:49 bilbo kernel: 0: @df231200 length 8000002a status 8000002a
>> Oct 29 21:28:49 bilbo kernel: 1: @df231240 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 2: @df231280 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 3: @df2312c0 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 4: @df231300 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 5: @df231340 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 6: @df231380 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 7: @df2313c0 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 8: @df231400 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 9: @df231440 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 10: @df231480 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 11: @df2314c0 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 12: @df231500 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 13: @df231540 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 14: @df231580 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: 15: @df2315c0 length 00000000 status 00000000
>> Oct 29 21:28:49 bilbo kernel: eth0: Updating statistics failed, disabling stats as an interrupt source.
>> Oct 29 21:28:49 bilbo kernel: eth0: Host error, FIFO diagnostic register ffff.
>> Oct 29 21:28:49 bilbo kernel: eth0: PCI bus error, bus status ffffffff
>> Oct 29 21:28:49 bilbo kernel: scsi1: PCI error Interrupt at seqaddr = 0x8
>> Oct 29 21:28:49 bilbo kernel: scsi1: Data Parity Error Detected during address or write data phase
>>
>>
>> PPPoE was not involved in this. It wasn't even started.
>>
>> Maybe the NIC is broken?
>>
>>
>> Regards
>>
>> Harri
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to [email protected]
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
End of included message



--
[email protected]


Attachments:
(No filename) (3.00 kB)
(No filename) (175.00 B)
Download all attachments

2001-10-29 21:22:16

by Harald Dunkel

[permalink] [raw]
Subject: Re: 3c59x:command 0x3002 did not complete! Status=0xffff

Tim Walberg wrote:
>
> Is the NIC sharing interrupts or I/O ports with
> the SCSI HBAs?
>

Nope:

Bus 0, device 10, function 0:
SCSI storage controller: Adaptec 7899A (rev 1).
IRQ 15.
Master Capable. Latency=32. Min Gnt=40.Max Lat=25.
I/O at 0xa000 [0xa0ff].
Non-prefetchable 64 bit memory at 0xd5000000 [0xd5000fff].
Bus 0, device 10, function 1:
SCSI storage controller: Adaptec 7899A (#2) (rev 1).
IRQ 9.
Master Capable. Latency=32. Min Gnt=40.Max Lat=25.
I/O at 0x9800 [0x98ff].
Non-prefetchable 64 bit memory at 0xd4800000 [0xd4800fff].
Bus 0, device 11, function 0:
Ethernet controller: 3Com Corporation 3c900 Combo [Boomerang] (rev 0).
IRQ 10.
Master Capable. Latency=32. Min Gnt=3.Max Lat=8.
I/O at 0x9400 [0x943f].


The SCSI controller is an Adaptec 39160, so it allocates 2 IRQs, 2 I/Os,
etc.


Regards

Harri

2001-10-29 21:24:36

by Wolfgang Rohdewald

[permalink] [raw]
Subject: Re: 3c59x:command 0x3002 did not complete! Status=0xffff

On Monday 29 October 2001 20:58, Andrew Morton wrote:
> > scsi0: PCI error Interrupt at seqaddr = 0x9
> > scsi0: Data Parity Error Detected during address or write data phase>

> The PCI bus is screwed up. I haven't seen this before.
> Is the machine otherwise stable? What's special about bringing
> up PPPoE? Have you tested the machine well against other hosts
> on the LAN?

I have exactly the same error message when trying to use my Davicom card,
actually an endless number of them. I just don't use that card anymore.
Last kernel I tried was 2.4.8-ac10

Both drivers dmfe and tulip give same error. Network traffic on this
card is extremely slow, otherwise the machine is as solid as a rock
since 2 years. MB Asus P2B-S, PII 300

I already tried enabling X86_UP_IOAPIC (was disabled before),
but that didn't change anything.

Davicom DM9xxx net driver, version 1.36p1 (May 12, 2001)
PCI: Found IRQ 9 for device 00:09.0
PCI: Sharing IRQ 9 with 00:04.2
PCI: Sharing IRQ 9 with 00:06.0
PCI: Setting latency timer of device 00:09.0 to 64
eth0: Davicom DM9102 at 0xb800, 00:80:ad:03:34:0a, IRQ 9
scsi0: PCI error Interrupt at seqaddr = 0x8
scsi0: Data Parity Error Detected during address or write data phase
scsi0: PCI error Interrupt at seqaddr = 0x8
scsi0: Data Parity Error Detected during address or write data phase
scsi0: PCI error Interrupt at seqaddr = 0x8
scsi0: Data Parity Error Detected during address or write data phase
scsi0: PCI error Interrupt at seqaddr = 0x8
scsi0: Data Parity Error Detected during address or write data phase
scsi0: PCI error Interrupt at seqaddr = 0x8
scsi0: Data Parity Error Detected during address or write data phase
ne.c:v1.10 9/23/94 Donald Becker ([email protected])
Last modified Nov 1, 2000 by Paul Gortmaker
NE*000 ethercard probe at 0x300: 00 00 e8 a4 1f 36
eth1: NE2000 found at 0x300, using IRQ 5.

cat /proc/interrupts
? ? ? ? ? ?CPU0
? 0: ? ? 134033 ? ? ? ? ?XT-PIC ?timer
? 1: ? ? ? 2971 ? ? ? ? ?XT-PIC ?keyboard
? 2: ? ? ? ? ?0 ? ? ? ? ?XT-PIC ?cascade
? 5: ? ? ? ? 50 ? ? ? ? ?XT-PIC ?NE2000
? 8: ? ? ? ? 21 ? ? ? ? ?XT-PIC ?rtc
? 9: ? ? 141554 ? ? ? ? ?XT-PIC ?aic7xxx, usb-uhci, HiSax, eth0, es1371
?12: ? ? ?28437 ? ? ? ? ?XT-PIC ?PS/2 Mouse
?14: ? ? ?19072 ? ? ? ? ?XT-PIC ?ide0
?15: ? ? ? ?213 ? ? ? ? ?XT-PIC ?ide1
NMI: ? ? ? ? ?0
LOC: ? ? 133993
ERR: ? ? ? ? ?0
MIS: ? ? ? ? ?0

cat /proc/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 04 Lun: 00
? Vendor: TEAC ? ? Model: CD-R58S ? ? ? ? ?Rev: 1.0P
? Type: ? CD-ROM ? ? ? ? ? ? ? ? ? ? ? ? ? ANSI SCSI revision: 02

cat /proc/scsi/aic7xxx/0
Adaptec AIC7xxx driver version: 6.2.1
aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/255 SCBs
Channel A Target 0 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 1 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 2 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 3 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 4 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
? ? ? ? Goal: 40.000MB/s transfers (40.000MHz, offset 127)
? ? ? ? Curr: 3.300MB/s transfers
? ? ? ? Channel A Target 4 Lun 0 Settings
? ? ? ? ? ? ? ? Commands Queued 1
? ? ? ? ? ? ? ? Commands Active 0
? ? ? ? ? ? ? ? Command Openings 1
? ? ? ? ? ? ? ? Max Tagged Openings 0
? ? ? ? ? ? ? ? Device Queue Frozen Count 0
Channel A Target 5 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 6 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 7 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 8 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 9 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 10 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 11 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 12 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 13 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 14 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)
Channel A Target 15 Negotiation Settings
? ? ? ? User: 80.000MB/s transfers (40.000MHz, offset 255, 16bit)

/usr/src/linux$ lspci -vv
00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (rev 02)
? ? ? ? Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
? ? ? ? Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR+
? ? ? ? Latency: 64
? ? ? ? Region 0: Memory at e4000000 (32-bit, prefetchable) [size=64M]
? ? ? ? Capabilities: <available only to root>

00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev 02) (prog-if 00 [Normal decode])
? ? ? ? Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B-
? ? ? ? Status: Cap- 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
? ? ? ? Latency: 64
? ? ? ? Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
? ? ? ? Memory behind bridge: d6000000-d7dfffff
? ? ? ? Prefetchable memory behind bridge: d7f00000-e3ffffff
? ? ? ? BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B+
?
00:04.0 ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02)
? ? ? ? Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
? ? ? ? Latency: 0
?
00:04.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01) (prog-if 80 [Master])
? ? ? ? Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
? ? ? ? Latency: 0
? ? ? ? Region 4: I/O ports at d800 [size=16]
?
00:04.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
? ? ? ? Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
? ? ? ? Latency: 64
? ? ? ? Interrupt: pin D routed to IRQ 9
? ? ? ? Region 4: I/O ports at d400 [size=32]
?
00:04.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 02)
? ? ? ? Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
? ? ? ? Interrupt: pin ? routed to IRQ 9
?
00:06.0 SCSI storage controller: Adaptec AHA-2940U2/W / 7890
? ? ? ? Subsystem: Adaptec 2940U2W SCSI Controller
? ? ? ? Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
? ? ? ? Latency: 64 (9750ns min, 6250ns max), cache line size 08
? ? ? ? Interrupt: pin A routed to IRQ 9
? ? ? ? BIST result: 00
? ? ? ? Region 0: I/O ports at d000 [disabled] [size=256]
? ? ? ? Region 1: Memory at d5800000 (64-bit, non-prefetchable) [size=4K]
? ? ? ? Expansion ROM at <unassigned> [disabled] [size=128K]
? ? ? ? Capabilities: <available only to root>
?
00:09.0 Ethernet controller: Davicom Semiconductor, Inc. Ethernet 100/10 MBit (rev 31)
? ? ? ? Subsystem: Unknown device 3030:5032
? ? ? ? Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR+
? ? ? ? Latency: 64 (5000ns min, 10000ns max)
? ? ? ? Interrupt: pin A routed to IRQ 9
? ? ? ? Region 0: I/O ports at b800 [size=256]
? ? ? ? Region 1: Memory at d5000000 (32-bit, non-prefetchable) [size=256]
? ? ? ? Expansion ROM at <unassigned> [disabled] [size=256K]
? ? ? ? Capabilities: <available only to root>
?
00:0a.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH A1 ISDN [Fritz] (rev 02)
? ? ? ? Subsystem: AVM Audiovisuelles MKTG & Computer System GmbH FRITZ!Card ISDN Controller
? ? ? ? Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
? ? ? ? Interrupt: pin A routed to IRQ 9
? ? ? ? Region 0: Memory at d4800000 (32-bit, non-prefetchable) [size=32]
? ? ? ? Region 1: I/O ports at b400 [size=32]
?
00:0b.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
? ? ? ? Subsystem: Ensoniq Creative Sound Blaster AudioPCI64V, AudioPCI128
? ? ? ? Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort+ <MAbort+ >SERR- <PERR-
? ? ? ? Latency: 64 (3000ns min, 32000ns max)
? ? ? ? Interrupt: pin A routed to IRQ 9
? ? ? ? Region 0: I/O ports at b000 [size=64]
? ? ? ? Capabilities: <available only to root>
?
01:00.0 VGA compatible controller: nVidia Corporation NV11 (rev b2) (prog-if 00 [VGA])
? ? ? ? Subsystem: Micro-star International Co Ltd: Unknown device 8826
? ? ? ? Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
? ? ? ? Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
? ? ? ? Latency: 64 (1250ns min, 250ns max)
? ? ? ? Interrupt: pin A routed to IRQ 11
? ? ? ? Region 0: Memory at d6000000 (32-bit, non-prefetchable) [size=16M]
? ? ? ? Region 1: Memory at d8000000 (32-bit, prefetchable) [size=128M]
? ? ? ? Expansion ROM at d7ff0000 [disabled] [size=64K]
? ? ? ? Capabilities: <available only to root>


#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_USE_STRING_486=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_TOSHIBA=m
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y

#
# General setup
#
CONFIG_NET=y
# CONFIG_VISWS is not set
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
CONFIG_EISA=y
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PM=y
# CONFIG_ACPI is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# Binary emulation of other systems
#
CONFIG_ABI=m
CONFIG_ABI_SVR4=m
# CONFIG_ABI_UW7 is not set
# CONFIG_ABI_SOLARIS is not set
CONFIG_ABI_IBCS=m
# CONFIG_ABI_ISC is not set
# CONFIG_ABI_XENIX is not set
CONFIG_ABI_SCO=m
CONFIG_ABI_WYSE=m
CONFIG_ABI_CXENIX=m
CONFIG_BINFMT_COFF=m
CONFIG_BINFMT_XOUT=m
# CONFIG_BINFMT_XOUT_X286 is not set
CONFIG_ABI_VERBOSE_ERRORS=y
CONFIG_ABI_SPX=y
CONFIG_ABI_XTI=y
CONFIG_ABI_TLI_OPTMGMT=y
# CONFIG_ABI_XTI_OPTMGMT is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
CONFIG_PARPORT_OTHER=y
CONFIG_PARPORT_1284=y

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y
# CONFIG_PNPBIOS is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK_DEV=m
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK=y
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_TOS is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_ROUTE_LARGE_TABLES is not set
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set

#
# ? IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_COMPAT_IPCHAINS=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_COMPAT_IPFWADM=m
CONFIG_IP_NF_NAT_NEEDED=y
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
# CONFIG_ATALK is not set
# CONFIG_DECNET is not set
CONFIG_BRIDGE=m
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_CSZ=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_POLICE=y

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set

#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
# CONFIG_BLK_DEV_IDEDISK_IBM is not set
# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set
# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set
# CONFIG_BLK_DEV_IDEDISK_WD is not set
# CONFIG_BLK_DEV_COMMERIAL is not set
# CONFIG_BLK_DEV_TIVO is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEFLOPPY=y
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_CMD640_ENHANCED=y
CONFIG_BLK_DEV_ISAPNP=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_ADMA=y
CONFIG_BLK_DEV_OFFBOARD=y
CONFIG_IDEDMA_PCI_AUTO=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_AEC62XX_TUNING=y
CONFIG_BLK_DEV_ALI15X3=y
CONFIG_WDC_ALI15X3=y
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_AMD74XX_OVERRIDE is not set
CONFIG_BLK_DEV_CMD64X=y
CONFIG_BLK_DEV_CY82C693=y
CONFIG_BLK_DEV_CS5530=y
CONFIG_BLK_DEV_HPT34X=y
# CONFIG_HPT34X_AUTODMA is not set
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_PIIX=y
# CONFIG_PIIX_TUNING is not set
CONFIG_BLK_DEV_NS87415=y
CONFIG_BLK_DEV_OPTI621=y
CONFIG_BLK_DEV_PDC202XX=y
CONFIG_PDC202XX_BURST=y
# CONFIG_PDC202XX_FORCE is not set
# CONFIG_BLK_DEV_SVWKS is not set
CONFIG_BLK_DEV_SIS5513=y
CONFIG_BLK_DEV_SLC90E66=y
CONFIG_BLK_DEV_TRM290=y
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_IDE_CHIPSETS=y
CONFIG_BLK_DEV_4DRIVES=y
CONFIG_BLK_DEV_ALI14XX=y
CONFIG_BLK_DEV_DTC2278=y
CONFIG_BLK_DEV_HT6560B=y
CONFIG_BLK_DEV_PDC4030=y
# CONFIG_BLK_DEV_QD65XX is not set
CONFIG_BLK_DEV_UMC8672=y
CONFIG_IDEDMA_AUTO=y
CONFIG_IDEDMA_IVB=y
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_DEV_ATARAID is not set
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set

#
# SCSI support
#
CONFIG_SCSI=m
CONFIG_BLK_DEV_SD=m
CONFIG_SD_EXTRA_DEVS=40
CONFIG_CHR_DEV_ST=m
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=m
# CONFIG_SCSI_DEBUG_QUEUES is not set
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
CONFIG_SCSI_AHA1542=m
# CONFIG_SCSI_AHA1740 is not set
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
CONFIG_AIC7XXX_BUILD_FIRMWARE=y
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
CONFIG_SCSI_EATA=m
CONFIG_SCSI_EATA_TAGGED_QUEUE=y
# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
CONFIG_SCSI_EATA_MAX_TAGS=16
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR_D700 is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_FC_FIRMWARE is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_DEBUG is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
# CONFIG_ETHERTAP is not set
# CONFIG_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNLANCE is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
CONFIG_NET_ISA=y
# CONFIG_E2100 is not set
# CONFIG_EWRK3 is not set
# CONFIG_EEXPRESS is not set
# CONFIG_EEXPRESS_PRO is not set
# CONFIG_HPLAN_PLUS is not set
# CONFIG_HPLAN is not set
# CONFIG_LP486E is not set
# CONFIG_ETH16I is not set
CONFIG_NE2000=m
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_CS89x0 is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_DGRS is not set
CONFIG_DM9102=m
# CONFIG_EEPRO100 is not set
# CONFIG_LNE390 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
# CONFIG_8139TOO is not set
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
CONFIG_ISDN=m
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_MPP=y
CONFIG_ISDN_PPP_BSDCOMP=m
CONFIG_ISDN_AUDIO=y
CONFIG_ISDN_TTY_FAX=y

#
# ISDN feature submodules
#
CONFIG_ISDN_DRV_LOOP=m
CONFIG_ISDN_DIVERSION=m

#
# Passive ISDN cards
#
CONFIG_ISDN_DRV_HISAX=m
CONFIG_HISAX_EURO=y
CONFIG_DE_AOC=y
# CONFIG_HISAX_NO_SENDCOMPLETE is not set
# CONFIG_HISAX_NO_LLC is not set
# CONFIG_HISAX_NO_KEYPAD is not set
# CONFIG_HISAX_1TR6 is not set
# CONFIG_HISAX_NI1 is not set
# CONFIG_HISAX_16_0 is not set
# CONFIG_HISAX_16_3 is not set
# CONFIG_HISAX_TELESPCI is not set
# CONFIG_HISAX_S0BOX is not set
# CONFIG_HISAX_AVM_A1 is not set
CONFIG_HISAX_FRITZPCI=y
# CONFIG_HISAX_AVM_A1_PCMCIA is not set
# CONFIG_HISAX_ELSA is not set
# CONFIG_HISAX_IX1MICROR2 is not set
# CONFIG_HISAX_DIEHLDIVA is not set
# CONFIG_HISAX_ASUSCOM is not set
# CONFIG_HISAX_TELEINT is not set
# CONFIG_HISAX_HFCS is not set
# CONFIG_HISAX_SEDLBAUER is not set
# CONFIG_HISAX_SPORTSTER is not set
# CONFIG_HISAX_MIC is not set
# CONFIG_HISAX_NETJET is not set
# CONFIG_HISAX_NETJET_U is not set
# CONFIG_HISAX_NICCY is not set
# CONFIG_HISAX_ISURF is not set
# CONFIG_HISAX_HSTSAPHIR is not set
# CONFIG_HISAX_BKM_A4T is not set
# CONFIG_HISAX_SCT_QUADRO is not set
# CONFIG_HISAX_GAZEL is not set
# CONFIG_HISAX_HFC_PCI is not set
# CONFIG_HISAX_W6692 is not set
# CONFIG_HISAX_HFC_SX is not set
# CONFIG_HISAX_SEDLBAUER_CS is not set
# CONFIG_HISAX_ELSA_CS is not set

#
# Active ISDN cards
#
# CONFIG_ISDN_DRV_ICN is not set
# CONFIG_ISDN_DRV_PCBIT is not set
# CONFIG_ISDN_DRV_SC is not set
# CONFIG_ISDN_DRV_ACT2000 is not set
# CONFIG_ISDN_DRV_EICON is not set
# CONFIG_ISDN_DRV_TPAM is not set
# CONFIG_ISDN_CAPI is not set
# CONFIG_HYSDN is not set
# CONFIG_HYSDN_CAPI is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Input core support
#
CONFIG_INPUT=m
CONFIG_INPUT_KEYBDEV=m
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
CONFIG_SERIAL_EXTENDED=y
CONFIG_SERIAL_MANY_PORTS=y
CONFIG_SERIAL_SHARE_IRQ=y
# CONFIG_SERIAL_DETECT_IRQ is not set
CONFIG_SERIAL_MULTIPORT=y
# CONFIG_HUB6 is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m

#
# I2C support
#
# CONFIG_I2C is not set

#
# Mice
#
CONFIG_BUSMOUSE=m
# CONFIG_ATIXL_BUSMOUSE is not set
CONFIG_LOGIBUSMOUSE=m
CONFIG_MS_BUSMOUSE=m
CONFIG_MOUSE=m
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set

#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_INPUT_NS558 is not set
# CONFIG_INPUT_LIGHTNING is not set
# CONFIG_INPUT_PCIGAME is not set
# CONFIG_INPUT_CS461X is not set
# CONFIG_INPUT_EMU10K1 is not set
# CONFIG_INPUT_SERIO is not set
# CONFIG_INPUT_SERPORT is not set
# CONFIG_INPUT_ANALOG is not set
# CONFIG_INPUT_A3D is not set
# CONFIG_INPUT_ADI is not set
# CONFIG_INPUT_COBRA is not set
# CONFIG_INPUT_GF2K is not set
# CONFIG_INPUT_GRIP is not set
# CONFIG_INPUT_INTERACT is not set
# CONFIG_INPUT_TMDC is not set
# CONFIG_INPUT_SIDEWINDER is not set
# CONFIG_INPUT_IFORCE_USB is not set
# CONFIG_INPUT_IFORCE_232 is not set
# CONFIG_INPUT_WARRIOR is not set
# CONFIG_INPUT_MAGELLAN is not set
# CONFIG_INPUT_SPACEORB is not set
# CONFIG_INPUT_SPACEBALL is not set
# CONFIG_INPUT_STINGER is not set
# CONFIG_INPUT_DB9 is not set
# CONFIG_INPUT_GAMECON is not set
# CONFIG_INPUT_TURBOGRAFX is not set
# CONFIG_QIC02_TAPE is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_INTEL_RNG is not set
CONFIG_NVRAM=m
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
CONFIG_AGP_INTEL=y
# CONFIG_AGP_I810 is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_DRM=y
CONFIG_DRM_NEW=y
CONFIG_DRM_TDFX=y
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
CONFIG_DRM_MGA=m

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
CONFIG_QUOTA=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_CMS_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_UMSDOS_FS=m
CONFIG_VFAT_FS=m
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
CONFIG_CRAMFS=m
# CONFIG_TMPFS is not set
CONFIG_RAMFS=m
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_MINIX_FS=m
# CONFIG_FREEVXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
CONFIG_QNX4FS_FS=m
# CONFIG_QNX4FS_RW is not set
CONFIG_ROMFS_FS=m
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
CONFIG_UDF_FS=m
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
# CONFIG_NFS_FS is not set
# CONFIG_NFS_V3 is not set
# CONFIG_ROOT_NFS is not set
# CONFIG_NFSD is not set
# CONFIG_NFSD_V3 is not set
# CONFIG_SUNRPC is not set
# CONFIG_LOCKD is not set
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="cp437"
# CONFIG_NCP_FS is not set
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
CONFIG_SMB_NLS=y
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_UTF8=m

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set

#
# Frame-buffer support
#
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_RIVA=y
# CONFIG_FB_CLGEN is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
CONFIG_FB_VESA=y
CONFIG_FB_VGA16=m
CONFIG_FB_HGA=m
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_E1355 is not set
# CONFIG_FB_MATROX is not set
CONFIG_FB_ATY=m
# CONFIG_FB_ATY_GX is not set
# CONFIG_FB_ATY_CT is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_3DFX is not set
CONFIG_FB_VIRTUAL=m
# CONFIG_FBCON_ADVANCED is not set
CONFIG_FBCON_MFB=m
CONFIG_FBCON_CFB2=m
CONFIG_FBCON_CFB4=m
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
CONFIG_FBCON_MAC=m
CONFIG_FBCON_VGA_PLANES=m
CONFIG_FBCON_HGA=m
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
# CONFIG_FBCON_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
CONFIG_SOUND_ES1370=m
CONFIG_SOUND_ES1371=m
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
# CONFIG_SOUND_ICH is not set
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_VIA82CXXX is not set
# CONFIG_MIDI_VIA82CXXX is not set
CONFIG_SOUND_OSS=m
CONFIG_SOUND_TRACEINIT=y
CONFIG_SOUND_DMAP=y
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_ADLIB is not set
# CONFIG_SOUND_ACI_MIXER is not set
# CONFIG_SOUND_CS4232 is not set
CONFIG_SOUND_SSCAPE=m
# CONFIG_SOUND_GUS is not set
CONFIG_SOUND_VMIDI=m
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_NM256 is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_PAS is not set
# CONFIG_PAS_JOYSTICK is not set
# CONFIG_SOUND_PSS is not set
CONFIG_SOUND_SB=m
CONFIG_SOUND_AWE32_SYNTH=m
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_YM3812 is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_YMFPCI is not set
# CONFIG_SOUND_YMFPCI_LEGACY is not set
CONFIG_SOUND_UART6850=m
# CONFIG_SOUND_AEDSP16 is not set
# CONFIG_SOUND_TVMIXER is not set
?
#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_LONG_TIMEOUT is not set
# CONFIG_USB_LARGE_CONFIG is not set
CONFIG_USB_UHCI=m
# CONFIG_USB_UHCI_ALT is not set
# CONFIG_USB_OHCI is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_HID is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_KBD is not set
CONFIG_USB_MOUSE=m
# CONFIG_USB_WACOM is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
CONFIG_USB_SCANNER=m
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_PLUSB is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_USS720 is not set
?
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_ID75 is not set
?
#
# Bluetooth support
#
# CONFIG_BLUEZ is not set
?
#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set