Date: Wed, 23 Oct 2002 17:29:06 -0700 From: Michael DeMan <michael@staff.openaccess.org> To: <"."@babolo.ru>, <net@freebsd.org> Subject: Re: which resources ends with ste interface? Message-ID: <B9DC8CE2.28A6A%michael@staff.openaccess.org> In-Reply-To: <200210240013.g9O0DcLT081412@aaz.links.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
We have a nightmare situation with DFE-580TX 4-port cards that use the ste driver. The driver seems to just choke. I'm not sure if its an issue with PCI interrupts or what. It throttles back the time-outs, but even then after its been up for days one of the interfaces will start acting up and our LAN seems more like an ISDN to the file server. On 10/23/02 5:13 PM, ""."@babolo.ru" <"."@babolo.ru> wrote: > > I have a router with 5 ste FX NIC > and 1 xl TP NIC > > ste0 is upstream, one ste not used and > all others are for home users net. > > after down/up ste0 works good. > about 1 day or about 5..10 GByte, > then some received packets delays > for 1..2 seconds, then most received > packets delays for 2..5 seconds, > packet drop on receive drops. > Transmit is good. > Measured by ping between directly > connected host and tcpdump on both, > where instrument host has about zero traffic > and has no problems (it is console server) > > User's ste interfaces works good after > ifconfig down/up, and delays appear > after massive arp scans, and usually > such a scan stops interface, > but state is UP. > > I have no instrumental host in that > network, so I cant say, is tx functioning > or not in that state. > > The good way to see breakage is > tcpdump -npiste0 ether broadcast and not ip > & /some/file & > (tcsh) and look in file after interface stops. > It ends up with huge amount of arp requests on > nonexistant hosts. > I reprodused this breakage. > 2 sec of intensive arp scanes leads > to change ping time to one of users > from usual 0..10 msec to 2..3 sec for at least > 10 min after scan ends. > > I can't reproduce this reaction on arp scan on ste0, > mean ping time do not change in or after scan time. > But may be such a scan reduce time of good > work of ste0. I can try to increase of arp > scan time to test if need. > > So my question is: how can I found the cause? > 0tw~(12)#netstat -m > 391/1056/65536 mbufs in use (current/peak/max): > 391 mbufs allocated to data > 390/814/16384 mbuf clusters in use (current/peak/max) > 1892 Kbytes allocated to network (3% of mb_map in use) > 0 requests for memory denied > 0 requests for memory delayed > 0 calls to protocol drain routines > > I saw 3 times bigger peak values, but > never saw values near the max. > > 0tw~(13)#uname -a > FreeBSD tw 4.7-STABLE FreeBSD 4.7-STABLE #2: Wed Oct 16 05:37:50 MSD 2002 > babolo@banny.pike.ru:/tmp/babolo/usr/src/sys/gw i386 > > dmesg exhausted by multiple > arp: X attempts to modify permanent entry for Y on ste4 > and > ipfw: X Deny ... > strings, so part of /var/log/all instead: > > Oct 23 16:18:39 tw /kernel: Copyright (c) 1992-2002 The FreeBSD Project. > Oct 23 16:18:39 tw /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, > 1991, 1992, 1993, 1994 > Oct 23 16:18:39 tw /kernel: The Regents of the University of California. All > rights reserved. > Oct 23 16:18:39 tw /kernel: FreeBSD 4.7-STABLE #2: Wed Oct 16 05:37:50 MSD > 2002 > Oct 23 16:18:39 tw /kernel: babolo@banny.pike.ru:/tmp/babolo/usr/src/sys/gw > Oct 23 16:18:39 tw /kernel: Calibrating clock(s) ... TSC clock: 865576478 Hz, > i8254 clock: 1193259 Hz > Oct 23 16:18:39 tw /kernel: CLK_USE_I8254_CALIBRATION not specified - using > default frequency > Oct 23 16:18:39 tw /kernel: Timecounter "i8254" frequency 1193182 Hz > Oct 23 16:18:39 tw /kernel: CLK_USE_TSC_CALIBRATION not specified - using old > calibration method > Oct 23 16:18:39 tw /kernel: CPU: VIA C3 Samuel 2 (865.52-MHz 686-class CPU) > Oct 23 16:18:39 tw /kernel: Origin = "CentaurHauls" Id = 0x678 Stepping = 8 > Oct 23 16:18:39 tw /kernel: Features=0x803035<FPU,DE,TSC,MSR,MTRR,PGE,MMX> > Oct 23 16:18:39 tw /kernel: real memory = 134152192 (131008K bytes) > Oct 23 16:18:39 tw /kernel: Physical memory chunk(s): > Oct 23 16:18:39 tw /kernel: 0x00001000 - 0x0009efff, 647168 bytes (158 pages) > Oct 23 16:18:39 tw /kernel: 0x004d0000 - 0x07faffff, 128843776 bytes (31456 > pages) > Oct 23 16:18:39 tw /kernel: config> di adv0 > Oct 23 16:18:39 tw /kernel: config> di aha0 > Oct 23 16:18:39 tw /kernel: config> di aic0 > Oct 23 16:18:39 tw /kernel: config> di bt0 > Oct 23 16:18:39 tw /kernel: config> di cs0 > Oct 23 16:18:39 tw /kernel: config> di ed0 > Oct 23 16:18:39 tw /kernel: config> di fe0 > Oct 23 16:18:39 tw /kernel: config> di fdc0 > Oct 23 16:18:39 tw /kernel: config> di lnc0 > Oct 23 16:18:39 tw /kernel: config> di sn0 > Oct 23 16:18:39 tw /kernel: config> di sio2 > Oct 23 16:18:39 tw /kernel: config> q > Oct 23 16:18:39 tw /kernel: avail memory = 125022208 (122092K bytes) > Oct 23 16:18:39 tw /kernel: bios32: Found BIOS32 Service Directory header at > 0xc00fdb20 > Oct 23 16:18:39 tw /kernel: bios32: Entry = 0xfdb30 (c00fdb30) Rev = 0 Len = > 1 > Oct 23 16:18:39 tw /kernel: pcibios: PCI BIOS entry at 0xdb51 > Oct 23 16:18:39 tw /kernel: pnpbios: Found PnP BIOS data at 0xc00f6f70 > Oct 23 16:18:39 tw /kernel: pnpbios: Entry = f0000:5fb4 Rev = 1.0 > Oct 23 16:18:39 tw /kernel: Other BIOS signatures found: > Oct 23 16:18:39 tw /kernel: ACPI: 000fc3e0 > Oct 23 16:18:39 tw /kernel: Preloaded elf kernel "kernel" at 0xc04a9000. > Oct 23 16:18:39 tw /kernel: Preloaded userconfig_script "/boot/kernel.conf" at > 0xc04a90a8. > Oct 23 16:18:39 tw /kernel: VESA: information block > Oct 23 16:18:39 tw /kernel: 56 45 53 41 00 02 50 0b 00 c0 01 00 00 00 8b 0b > Oct 23 16:18:39 tw /kernel: 00 c0 40 00 01 01 68 0b 00 c0 79 0b 00 c0 83 0b > Oct 23 16:18:39 tw /kernel: 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > Oct 23 16:18:39 tw /kernel: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > Oct 23 16:18:39 tw /kernel: VESA: 63 mode(s) found > Oct 23 16:18:39 tw /kernel: VESA: v2.0, 4096k memory, flags:0x1, mode > table:0xc00c0b8b (c0000b8b) > Oct 23 16:18:39 tw /kernel: VESA: S3 Incorporated. 86C362 > Oct 23 16:18:39 tw /kernel: VESA: S3 Incorporated. Trio3D/2X Rev C > Oct 23 16:18:39 tw /kernel: pci_open(1): mode 1 addr port (0x0cf8) is > 0x8000006c > Oct 23 16:18:39 tw /kernel: pci_open(1a): mode1res=0x80000000 > (0x80000000) > Oct 23 16:18:39 tw /kernel: pci_cfgcheck: device 0 [class=060000] > [hdr=00] is there (id=30911106) > Oct 23 16:18:39 tw /kernel: Using $PIR table, 10 entries at 0xc00f7590 > Oct 23 16:18:39 tw /kernel: npx0: <math processor> on motherboard > Oct 23 16:18:39 tw /kernel: npx0: INT 16 interface > Oct 23 16:18:39 tw /kernel: pcib0: <Host to PCI bridge> on motherboard > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1106, dev=0x3091, revid=0x01 > Oct 23 16:18:39 tw /kernel: class=06-00-00, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base e0000000, size 26 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1106, dev=0xb091, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=06-04-00, hdrtype=0x01, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=1 secondarybus=1 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1186, dev=0x1002, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=02-00-00, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: intpin=a, irq=10 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base 0000dc00, size 7 > Oct 23 16:18:39 tw /kernel: map[14]: type 1, range 32, base dfffff80, size 7 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1186, dev=0x1002, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=02-00-00, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: intpin=a, irq=11 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base 0000d800, size 7 > Oct 23 16:18:39 tw /kernel: map[14]: type 1, range 32, base dfffff00, size 7 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1186, dev=0x1002, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=02-00-00, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: intpin=a, irq=12 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base 0000d400, size 7 > Oct 23 16:18:39 tw /kernel: map[14]: type 1, range 32, base dffffe80, size 7 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1186, dev=0x1002, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=02-00-00, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: intpin=a, irq=5 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base 0000d000, size 7 > Oct 23 16:18:39 tw /kernel: map[14]: type 1, range 32, base dffffe00, size 7 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1186, dev=0x1002, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=02-00-00, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: intpin=a, irq=10 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base 0000cc00, size 7 > Oct 23 16:18:39 tw /kernel: map[14]: type 1, range 32, base dffffd80, size 7 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x10b7, dev=0x9050, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=02-00-00, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: intpin=a, irq=11 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base 0000c800, size 6 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x104c, dev=0x8020, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=0c-00-10, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: intpin=a, irq=12 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base dffff000, size 11 > Oct 23 16:18:39 tw /kernel: map[14]: type 1, range 32, base dfff8000, size 14 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1106, dev=0x3074, revid=0x00 > Oct 23 16:18:39 tw /kernel: class=06-01-00, hdrtype=0x00, mfdev=1 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x1106, dev=0x0571, revid=0x06 > Oct 23 16:18:39 tw /kernel: class=01-01-8a, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: map[20]: type 1, range 32, base 0000ff00, size 4 > Oct 23 16:18:39 tw /kernel: pci0: <PCI bus> on pcib0 > Oct 23 16:18:39 tw /kernel: pcib1: <PCI to PCI bridge (vendor=1106 > device=b091)> at device 1.0 on pci0 > Oct 23 16:18:39 tw /kernel: found-> vendor=0x5333, dev=0x8a13, revid=0x02 > Oct 23 16:18:39 tw /kernel: class=03-00-00, hdrtype=0x00, mfdev=0 > Oct 23 16:18:39 tw /kernel: subordinatebus=0 secondarybus=0 > Oct 23 16:18:39 tw /kernel: map[10]: type 1, range 32, base d8000000, size 26 > Oct 23 16:18:39 tw /kernel: pci1: <PCI bus> on pcib1 > Oct 23 16:18:39 tw /kernel: pci1: <S3 Trio3D/2X graphics accelerator> > (vendor=0x5333, dev=0x8a13) at 0.0 > Oct 23 16:18:39 tw /kernel: ste0: <D-Link DFE-550TX 10/100BaseTX> port > 0xdc00-0xdc7f mem 0xdfffff80-0xdfffffff > irq 10 at device 9.0 on pci0 > Oct 23 16:18:39 tw /kernel: ste0: Ethernet address: 00:05:5d:f6:ac:57 > Oct 23 16:18:39 tw /kernel: miibus0: <MII bus> on ste0 > Oct 23 16:18:39 tw /kernel: acphy0: <AC101 10/100 media interface> on miibus0 > Oct 23 16:18:39 tw /kernel: acphy0: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX > Oct 23 16:18:39 tw /kernel: bpf: ste0 attached > Oct 23 16:18:39 tw /kernel: ste1: <D-Link DFE-550TX 10/100BaseTX> port > 0xd800-0xd87f mem 0xdfffff00-0xdfffff7f > irq 11 at device 10.0 on pci0 > Oct 23 16:18:39 tw /kernel: ste1: Ethernet address: 00:05:5d:f6:ac:5b > Oct 23 16:18:39 tw /kernel: miibus1: <MII bus> on ste1 > Oct 23 16:18:39 tw /kernel: acphy1: <AC101 10/100 media interface> on miibus1 > Oct 23 16:18:39 tw /kernel: acphy1: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX > Oct 23 16:18:39 tw /kernel: bpf: ste1 attached > Oct 23 16:18:39 tw /kernel: ste2: <D-Link DFE-550TX 10/100BaseTX> port > 0xd400-0xd47f mem 0xdffffe80-0xdffffeff > irq 12 at device 11.0 on pci0 > Oct 23 16:18:39 tw /kernel: ste2: Ethernet address: 00:05:5d:f6:af:f9 > Oct 23 16:18:39 tw /kernel: miibus2: <MII bus> on ste2 > Oct 23 16:18:39 tw /kernel: acphy2: <AC101 10/100 media interface> on miibus2 > Oct 23 16:18:39 tw /kernel: acphy2: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX > Oct 23 16:18:39 tw /kernel: bpf: ste2 attached > Oct 23 16:18:39 tw /kernel: ste3: <D-Link DFE-550TX 10/100BaseTX> port > 0xd000-0xd07f mem 0xdffffe00-0xdffffe7f > irq 5 at device 12.0 on pci0 > Oct 23 16:18:39 tw /kernel: ste3: Ethernet address: 00:05:5d:f6:ad:ab > Oct 23 16:18:39 tw /kernel: miibus3: <MII bus> on ste3 > Oct 23 16:18:39 tw /kernel: acphy3: <AC101 10/100 media interface> on miibus3 > Oct 23 16:18:39 tw /kernel: acphy3: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX > Oct 23 16:18:39 tw /kernel: bpf: ste3 attached > Oct 23 16:18:39 tw /kernel: ste4: <D-Link DFE-550TX 10/100BaseTX> port > 0xcc00-0xcc7f mem 0xdffffd80-0xdffffdff > irq 10 at device 13.0 on pci0 > Oct 23 16:18:39 tw /kernel: using shared irq10. > Oct 23 16:18:39 tw /kernel: ste4: Ethernet address: 00:05:5d:f6:b0:05 > Oct 23 16:18:39 tw /kernel: miibus4: <MII bus> on ste4 > Oct 23 16:18:39 tw /kernel: acphy4: <AC101 10/100 media interface> on miibus4 > Oct 23 16:18:39 tw /kernel: acphy4: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX > Oct 23 16:18:39 tw /kernel: bpf: ste4 attached > Oct 23 16:18:39 tw /kernel: xl0: <3Com 3c905-TX Fast Etherlink XL> port > 0xc800-0xc83f irq 11 at device 14.0 on > pci0 > Oct 23 16:18:39 tw /kernel: using shared irq11. > Oct 23 16:18:39 tw /kernel: xl0: Ethernet address: 00:10:4b:31:8a:8e > Oct 23 16:18:39 tw /kernel: xl0: media options word: e040 > Oct 23 16:18:39 tw /kernel: xl0: found MII/AUTO > Oct 23 16:18:39 tw /kernel: miibus5: <MII bus> on xl0 > Oct 23 16:18:39 tw /kernel: nsphy0: <DP83840 10/100 media interface> on > miibus5 > Oct 23 16:18:39 tw /kernel: nsphy0: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX, auto > Oct 23 16:18:39 tw /kernel: bpf: xl0 attached > Oct 23 16:18:39 tw /kernel: pci0: <unknown card> (vendor=0x104c, dev=0x8020) > at 15.0 irq 12 > Oct 23 16:18:39 tw /kernel: viapropm0: SMBus I/O base at 0x400 > Oct 23 16:18:39 tw /kernel: viapropm0: <VIA VT8233 Power Management Unit> port > 0x400-0x40f at device 17.0 on pc > i0 > Oct 23 16:18:39 tw /kernel: viapropm0: SMBus revision code 0x0 > Oct 23 16:18:39 tw /kernel: smb0: <SMBus general purpose I/O> on smbus0 > Oct 23 16:18:39 tw /kernel: atapci0: <VIA 8233 ATA100 controller> port > 0xff00-0xff0f at device 17.1 on pci0 > Oct 23 16:18:39 tw /kernel: ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xff00 > Oct 23 16:18:39 tw /kernel: ata0: mask=03 ostat0=50 ostat2=00 > Oct 23 16:18:39 tw /kernel: ata0-master: ATAPI 00 00 > Oct 23 16:18:39 tw /kernel: ata0-slave: ATAPI 00 00 > Oct 23 16:18:39 tw /kernel: ata0: mask=03 stat0=50 stat1=00 > Oct 23 16:18:39 tw /kernel: ata0-master: ATA 01 a5 > Oct 23 16:18:39 tw /kernel: ata0: devices=01 > Oct 23 16:18:39 tw /kernel: ata0: at 0x1f0 irq 14 on atapci0 > Oct 23 16:18:39 tw /kernel: ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xff08 > Oct 23 16:18:39 tw /kernel: ata1: mask=03 ostat0=50 ostat2=00 > Oct 23 16:18:39 tw /kernel: ata1-master: ATAPI 00 00 > Oct 23 16:18:39 tw /kernel: ata1-slave: ATAPI 00 00 > Oct 23 16:18:39 tw /kernel: ata1: mask=03 stat0=50 stat1=00 > Oct 23 16:18:39 tw /kernel: ata1-master: ATA 01 a5 > Oct 23 16:18:39 tw /kernel: ata1: devices=01 > Oct 23 16:18:39 tw /kernel: ata1: at 0x170 irq 15 on atapci0 > Oct 23 16:18:39 tw /kernel: isa0: <ISA bus> on motherboard > Oct 23 16:18:39 tw /kernel: ex_isa_identify() > Oct 23 16:18:39 tw /kernel: ata-: ata0 exists, using next available unit > number > Oct 23 16:18:39 tw /kernel: ata-: ata1 exists, using next available unit > number > Oct 23 16:18:39 tw /kernel: Trying Read_Port at 203 > Oct 23 16:18:39 tw /kernel: Trying Read_Port at 243 > Oct 23 16:18:39 tw /kernel: Trying Read_Port at 283 > Oct 23 16:18:39 tw /kernel: Trying Read_Port at 2c3 > Oct 23 16:18:39 tw /kernel: Trying Read_Port at 303 > Oct 23 16:18:39 tw /kernel: Trying Read_Port at 343 > Oct 23 16:18:39 tw /kernel: Trying Read_Port at 383 > Oct 23 16:18:39 tw /kernel: Trying Read_Port at 3c3 > Oct 23 16:18:39 tw /kernel: isa_probe_children: disabling PnP devices > Oct 23 16:18:39 tw /kernel: isa_probe_children: probing non-PnP devices > Oct 23 16:18:39 tw /kernel: orm0: <Option ROM> at iomem 0xc0000-0xc7fff on > isa0 > Oct 23 16:18:39 tw /kernel: fdc0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: ata2 failed to probe at port 0x1f0 irq 14 on isa0 > Oct 23 16:18:39 tw /kernel: ata3 failed to probe at port 0x170 irq 15 on isa0 > Oct 23 16:18:39 tw /kernel: adv0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: bt0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: aha0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: aic0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: atkbdc0: <Keyboard controller (i8042)> at port > 0x60,0x64 on isa0 > Oct 23 16:18:39 tw /kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0 > Oct 23 16:18:39 tw /kernel: atkbd: the current kbd controller command byte > 0065 > Oct 23 16:18:39 tw /kernel: atkbd: keyboard ID 0x41ab (2) > Oct 23 16:18:39 tw /kernel: kbd0 at atkbd0 > Oct 23 16:18:39 tw /kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, > flags:0x3d0000 > Oct 23 16:18:39 tw /kernel: psm0: current command byte:0065 > Oct 23 16:18:39 tw /kernel: psm0: failed to reset the aux device. > Oct 23 16:18:39 tw /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem > 0xa0000-0xbffff on isa0 > Oct 23 16:18:39 tw /kernel: fb0: vga0, vga, type:VGA (5), flags:0x700ff > Oct 23 16:18:39 tw /kernel: fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 > 0x20000 > Oct 23 16:18:39 tw /kernel: fb0: init mode:24, bios mode:3, current mode:24 > Oct 23 16:18:39 tw /kernel: fb0: window:0xc00b8000 size:32k gran:32k, buf:0 > size:32k > Oct 23 16:18:39 tw /kernel: VGA parameters upon power-up > Oct 23 16:18:39 tw /kernel: 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 > Oct 23 16:18:39 tw /kernel: bf 1f 00 4f 0d 0e 00 00 05 50 9c 8e 8f 28 1f 96 > Oct 23 16:18:39 tw /kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c > Oct 23 16:18:39 tw /kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff > Oct 23 16:18:39 tw /kernel: VGA parameters in BIOS for mode 24 > Oct 23 16:18:39 tw /kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 > Oct 23 16:18:39 tw /kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 > Oct 23 16:18:39 tw /kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c > Oct 23 16:18:39 tw /kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff > Oct 23 16:18:39 tw /kernel: EGA/VGA parameters to be used for mode 24 > Oct 23 16:18:39 tw /kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 > Oct 23 16:18:39 tw /kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 > Oct 23 16:18:39 tw /kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c > Oct 23 16:18:39 tw /kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff > Oct 23 16:18:39 tw /kernel: sc0: <System console> at flags 0x100 on isa0 > Oct 23 16:18:39 tw /kernel: sc0: VGA <16 virtual consoles, flags=0x300> > Oct 23 16:18:39 tw /kernel: sc0: fb0, kbd0, terminal emulator: sc (syscons > terminal) > Oct 23 16:18:39 tw /kernel: pcic0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: pcic1: not probed (disabled) > Oct 23 16:18:39 tw /kernel: sio0: irq maps: 0x2001 0x2011 0x2001 0x2001 > Oct 23 16:18:39 tw /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > Oct 23 16:18:39 tw /kernel: sio0: type 16550A > Oct 23 16:18:39 tw /kernel: sio1: irq maps: 0x2001 0x2009 0x2001 0x2001 > Oct 23 16:18:39 tw /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0 > Oct 23 16:18:39 tw /kernel: sio1: type 16550A > Oct 23 16:18:39 tw /kernel: sio2: not probed (disabled) > Oct 23 16:18:39 tw /kernel: sio3: not probed (disabled) > Oct 23 16:18:39 tw /kernel: dgb0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: ppc0: parallel port found at 0x378 > Oct 23 16:18:39 tw /kernel: ppc0: using extended I/O port range > Oct 23 16:18:39 tw /kernel: ppc0: ECP SPP ECP+EPP SPP > Oct 23 16:18:39 tw /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq 7 on > isa0 > Oct 23 16:18:39 tw /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in > COMPATIBLE mode > Oct 23 16:18:39 tw /kernel: ppc0: FIFO with 16/16/9 bytes threshold > Oct 23 16:18:39 tw /kernel: plip0: <PLIP network interface> on ppbus0 > Oct 23 16:18:39 tw /kernel: bpf: lp0 attached > Oct 23 16:18:39 tw /kernel: lpt0: <Printer> on ppbus0 > Oct 23 16:18:39 tw /kernel: lpt0: Interrupt-driven port > Oct 23 16:18:39 tw /kernel: ppi0: <Parallel I/O> on ppbus0 > Oct 23 16:18:39 tw /kernel: vpo0: can't connect to the drive > Oct 23 16:18:39 tw /kernel: imm0: (disconnect) s1=0x38 s2=0x38, s3=0x38 > Oct 23 16:18:39 tw /kernel: imm0: (connect) s1=0x38 s2=0x38, s3=0x38 > Oct 23 16:18:39 tw last message repeated 2 times > Oct 23 16:18:39 tw /kernel: ed0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: fe0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: ie0 failed to probe at port 0x300 iomem 0xd0000 > irq 10 on isa0 > Oct 23 16:18:39 tw /kernel: lnc0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: cs0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: sn0: not probed (disabled) > Oct 23 16:18:39 tw /kernel: pca0 at port 0x40 on isa0 > Oct 23 16:18:39 tw /kernel: isa_probe_children: probing PnP devices > Oct 23 16:18:39 tw /kernel: BIOS Geometries: > Oct 23 16:18:39 tw /kernel: 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 > heads, 1..63=63 sectors > Oct 23 16:18:39 tw /kernel: 0 accounted for > Oct 23 16:18:39 tw /kernel: Device configuration finished. > Oct 23 16:18:39 tw /kernel: bpf: lo0 attached > Oct 23 16:18:39 tw /kernel: bpf: lo1 attached > Oct 23 16:18:39 tw /kernel: bpf: lo2 attached > Oct 23 16:18:39 tw /kernel: bpf: lo3 attached > Oct 23 16:18:39 tw /kernel: bpf: ppp0 attached > Oct 23 16:18:39 tw /kernel: new masks: bio 68c000, tty 63009a, net 671cba > Oct 23 16:18:39 tw /kernel: bpf: ds0 attached > Oct 23 16:18:39 tw /kernel: IPv6 packet filtering initialized, logging limited > to 100 packets/entry > Oct 23 16:18:39 tw /kernel: bpf: stf0 attached > Oct 23 16:18:39 tw /kernel: DUMMYNET initialized (011031) > Oct 23 16:18:39 tw /kernel: bpf: faith0 attached > Oct 23 16:18:39 tw /kernel: ipfw2 initialized, divert enabled, rule-based > forwarding enabled, default to accept > , logging limited to 100 packets/entry by default > Oct 23 16:18:39 tw /kernel: bpf: vlan0 attached > Oct 23 16:18:39 tw /kernel: bpf: vlan1 attached > Oct 23 16:18:39 tw /kernel: bpf: vlan2 attached > Oct 23 16:18:39 tw /kernel: bpf: vlan3 attached > Oct 23 16:18:39 tw /kernel: bpf: vlan4 attached > Oct 23 16:18:39 tw /kernel: bpf: vlan5 attached > Oct 23 16:18:39 tw /kernel: bpf: vlan6 attached > Oct 23 16:18:39 tw /kernel: bpf: vlan7 attached > Oct 23 16:18:39 tw /kernel: BRIDGE 020214 loaded > Oct 23 16:18:39 tw /kernel: IP Filter: v3.4.29 initialized. Default = pass > all, Logging = enabled > Oct 23 16:18:39 tw /kernel: ad0: success setting UDMA5 on VIA chip > Oct 23 16:18:39 tw /kernel: Creating DISK ad0 > Oct 23 16:18:39 tw /kernel: ar: FreeBSD check1 failed > Oct 23 16:18:39 tw /kernel: ad0: <SAMSUNG SV1021H/PJ100-21> ATA-6 disk at > ata0-master > Oct 23 16:18:39 tw /kernel: ad0: 9732MB (19932192 sectors), 19774 C, 16 H, 63 > S, 512 B > Oct 23 16:18:39 tw /kernel: ad0: 16 secs/int, 1 depth queue, UDMA100 > Oct 23 16:18:39 tw /kernel: ad0: piomode=4 dmamode=2 udmamode=5 cblid=1 > Oct 23 16:18:39 tw /kernel: ad2: success setting UDMA2 on VIA chip > Oct 23 16:18:39 tw /kernel: Creating DISK ad2 > Oct 23 16:18:39 tw /kernel: ar: FreeBSD check1 failed > Oct 23 16:18:39 tw /kernel: ad2: <QUANTUM FIREBALL SE8.4A/API.0D00> ATA-3 disk > at ata1-master > Oct 23 16:18:39 tw /kernel: ad2: 8063MB (16514064 sectors), 16383 C, 16 H, 63 > S, 512 B > Oct 23 16:18:39 tw /kernel: ad2: 16 secs/int, 1 depth queue, UDMA33 > Oct 23 16:18:39 tw /kernel: ad2: piomode=4 dmamode=2 udmamode=2 cblid=0 > Oct 23 16:18:39 tw /kernel: Mounting root from ufs:/dev/ad0s1a > Oct 23 16:18:39 tw /kernel: ad0s1: type 0xa5, start 127008, end = 16514063, > size 16387056 : OK > Oct 23 16:18:39 tw /kernel: ad0s4: type 0xa5, start 0, end = 127007, size > 127008 : OK > Oct 23 16:18:39 tw /kernel: start_init: trying /sbin/init > Oct 23 16:18:39 tw /kernel: swapon: adding /dev/ad0s1b as swap device > > 141tw~(21)#strings /kernel | grep ^___ | sed -e 's|^___||' > # > # GENERIC -- Generic kernel configuration file for FreeBSD/i386 > # > # For more information on this file, please read the handbook section on > # Kernel Configuration Files: > # > # http://www.FreeBSD.org/handbook/kernelconfig-config.html > # > # The handbook is also available locally in /usr/share/doc/handbook > # if you've installed the doc distribution, otherwise always see the > # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the > # latest information. > # > # An exhaustive list of options and more detailed explanations of the > # device lines is also present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.33 2001/07/30 17:31:40 wpaul > Exp $ > machine i386 > #cpu I386_CPU > #cpu I486_CPU > cpu I586_CPU > cpu I686_CPU > #options CPU_SUSP_HLT > options CPU_WT_ALLOC > options NO_F00F_HACK > ident gw > maxusers 128 > options MAXDSIZ="(512*1024*1024)" > options INCLUDE_CONFIG_FILE # Include this file in kernel > options MSGBUF_SIZE=262144 > options NMBCLUSTERS=16384 > options INVARIANTS > options INVARIANT_SUPPORT > options DIAGNOSTIC > options AUTO_EOI_1 > #options AUTO_EOI_2 > makeoptions DEBUG=-g #Build kernel with gdb(1) debug > symbols > #options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options INET6 #IPv6 communications protocols > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep > this!] > options SOFTUPDATES #Enable FFS soft updates support > options UFS_DIRHASH #Improve performance on big > directories > #options MFS #Memory Filesystem > #options MD_ROOT #MD is a potential root device > options NFS #Network Filesystem > #options NFS_ROOT #NFS usable as root device, NFS > required > #options MSDOSFS #MSDOS Filesystem > #options CD9660 #ISO 9660 Filesystem > #options CD9660_ROOT #CD-ROM usable as root, CD9660 > required > options PROCFS #Process filesystem > options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI > options UCONSOLE #Allow users to grab the console > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > options KTRACE #ktrace(1) support > options SYSVSHM #SYSV-style shared memory > options SYSVMSG #SYSV-style message queues > options SYSVSEM #SYSV-style semaphores > options SHMALL=16384 > options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" > options SHMMAXPGS=8192 > options SHMMIN=128 > options SHMMNI=256 > options SHMSEG=512 > options NSWAPDEV=2 > options P1003_1B #Posix P1003_1B real-time extensions > options _KPOSIX_PRIORITY_SCHEDULING > options ICMP_BANDLIM #Rate limit bad replies > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > options USER_LDT #allow user-level control of i386 ldt > options PERFMON > options NETGRAPH #netgraph(4) system > options MYLOOP_MASKLEN=24 > options IPV6FIREWALL #firewall for IPv6 > options IPV6FIREWALL_VERBOSE > options IPV6FIREWALL_VERBOSE_LIMIT=100 > options IPFIREWALL #firewall > options IPFIREWALL_VERBOSE #print information about > # dropped packets > options IPFW2 > options IPFIREWALL_FORWARD #enable transparent proxy support > options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity > options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default > options IPDIVERT #divert sockets > options IPFILTER #ipfilter support > options IPFILTER_LOG #ipfilter logging > options IPSTEALTH #support for stealth forwarding > options RANDOM_IP_ID > options DUMMYNET > options BRIDGE > # To make an SMP kernel, the next two are needed > #options SMP # Symmetric MultiProcessor Kernel > #options APIC_IO # Symmetric (APIC) I/O > device isa > #device eisa > device pci > # Floppy drives > device fdc0 at isa? port IO_FD1 irq 6 drq 2 > device fd0 at fdc0 drive 0 > device fd1 at fdc0 drive 1 > # ATA and ATAPI devices > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > device atapifd # ATAPI floppy drives > device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > # SCSI Controllers > device ahc # AHA2940 and onboard AIC7xxx devices > options AHC_ALLOW_MEMIO > device amd # AMD 53C974 (Tekram DC-390(T)) > device isp # Qlogic family > device ncr # NCR/Symbios Logic > device sym # NCR/Symbios Logic (newer chipsets) > options SYM_SETUP_LP_PROBE_MAP=0x40 > # Allow ncr to attach legacy NCR devices when > # both sym and ncr are configured > device adv0 at isa? > device adw > device bt0 at isa? > device aha0 at isa? > device aic0 at isa? > # SCSI peripherals > device scbus # SCSI bus (required) > device da # Direct Access (disks) > device sa # Sequential Access (tape etc) > device cd # CD > device pass # Passthrough device (direct SCSI access) > # atkbdc0 controls both the keyboard and the PS/2 mouse > device atkbdc0 at isa? port IO_KBD > device atkbd0 at atkbdc? irq 1 > device psm0 at atkbdc? irq 12 > device vga0 at isa? > options VGA_WIDTH90 # support 90 column modes > options VESA > # splash screen/screen saver > pseudo-device splash > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? flags 0x100 > options SC_HISTORY_SIZE=2118 # number of history buffer lines > options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor > options SC_NORM_ATTR="(FG_BROWN|BG_BLACK)" > options SC_NORM_REV_ATTR="(FG_BLACK|BG_RED)" > options SC_KERNEL_CONS_ATTR="(FG_YELLOW|BG_BROWN)" > options SC_KERNEL_CONS_REV_ATTR="(FG_WHITE|BG_RED)" > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > #device vt0 at isa? > #options XSERVER # support for X server on a vt console > #options FAT_CURSOR # start with block cursor > # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines > #options PCVT_SCANSET=2 # IBM keyboards are non-std > # Floating point support - do not disable. > device npx0 at nexus? port IO_NPX irq 13 > # Power management support (see LINT for more options) > device apm0 at nexus? disable flags 0x20 # Advanced Power > Management > # PCCARD (PCMCIA) support > device card > device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 disable > device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable > # Serial (COM) ports > options CONSPEED=115200 > options COM_MULTIPORT #code for some cards with shared IRQs > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > device sio1 at isa? port IO_COM2 irq 3 > device sio2 at isa? port IO_COM3 irq 5 > device sio3 at isa? disable port IO_COM4 irq 9 > device dgb0 at isa? disable port 0x320 iomem 0xc0000 flags 0x01 > options NDGBPORTS=8 # Defaults to 16*NDGB > #device dgm0 at isa? port 0x104 iomem 0xd0000 flags 0x01 > # Parallel port > device ppc0 at isa? irq 7 > device ppbus # Parallel port bus (required) > device lpt # Printer > device plip # TCP/IP over parallel > device ppi # Parallel port interface device > device vpo # Requires scbus and da > device lpbb #Philips parallel port I2C bit-banging interface > options DEVICE_POLLING > # PCI Ethernet NICs. > device de # DEC/Intel DC21x4x (``Tulip'') > device txp # 3Com 3cR990 (``Typhoon'') > device vx # 3Com 3c590, 3c595 (``Vortex'') > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! > device miibus # MII bus support > device dc # DEC/Intel 21143 and various workalikes > device fxp # Intel EtherExpress PRO/100B (82557, 82558) > device pcn # AMD Am79C97x PCI 10/100 NICs > device rl # RealTek 8129/8139 > device sf # Adaptec AIC-6915 (``Starfire'') > device sis # Silicon Integrated Systems SiS 900/SiS 7016 > device ste # Sundance ST201 (D-Link DFE-550TX) > device tl # Texas Instruments ThunderLAN > device tx # SMC EtherPower II (83c170 ``EPIC'') > device vr # VIA Rhine, Rhine II > device wb # Winbond W89C840F > device wx # Intel Gigabit Ethernet Card (``Wiseman'') > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > device bge # Broadcom BCM570x (``Tigon III'') > # ISA Ethernet NICs. > # 'device ed' requires 'device miibus' > device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 > device ex > device ep > device fe0 at isa? port 0x300 > # Xircom Ethernet > device xe > # PRISM I IEEE 802.11b wireless NIC. > device awi > # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really > # exists only as a PCMCIA device, so there is no ISA attachment needed > # and resources will always be dynamically assigned by the pccard code. > device wi > # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will > # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP > # mode (the factory default). If you set the switches on your ISA > # card for a manually chosen I/O address and IRQ, you must specify > # those parameters here. > device an > # The probe order of these is presently determined by i386/isa/isa_compat.c. > device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 > #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 > device lnc0 at isa? port 0x280 irq 10 drq 0 > device cs0 at isa? port 0x300 > device sn0 at isa? port 0x300 irq 10 > # Pseudo devices - the number indicates how many units to allocate. > pseudo-device loop 4 # Network loopback > pseudo-device ether # Ethernet support > pseudo-device vlan 8 #VLAN support > #pseudo-device sl 4 # Kernel SLIP > pseudo-device ppp 1 # Kernel PPP > options PPP_BSDCOMP #PPP BSD-compress support > options PPP_DEFLATE #PPP zlib/deflate/gzip support > options PPP_FILTER #enable bpf filtering (needs bpf) > pseudo-device tun 4 # Packet tunnel. > pseudo-device pty # Pseudo-ttys (telnet etc) > #pseudo-device md # Memory "disks" > pseudo-device gif # IPv6 and IPv4 tunneling > pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) > pseudo-device stf 1 #6to4 IPv6 over IPv4 encapsulation > pseudo-device speaker #Play IBM BASIC-style noises out your speaker > pseudo-device gzip #Exec gzipped a.out's > pseudo-device disc #Discard device (ds0, ds1, etc) > # The `bpf' pseudo-device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > pseudo-device bpf 32 #Berkeley packet filter > # USB support > #device uhci # UHCI PCI->USB interface > #device ohci # OHCI PCI->USB interface > #device usb # USB Bus (required) > #device ugen # Generic > #device uhid # "Human Interface Devices" > #device ukbd # Keyboard > #device ulpt # Printer > #device umass # Disks/Mass storage - Requires scbus and da > #device umodem # USB modem support > #device ums # Mouse > #device uscanner # USB scanners > # USB Ethernet, requires mii > #device aue # ADMtek USB ethernet > #device cue # CATC USB ethernet > #device kue # Kawasaki LSI USB ethernet > #device pcm > device pca0 at isa? port IO_TIMER1 > device smbus > device intpm > device alpm > device viapm > device ichsmb > device smb > device iicbus > device iicbb > device ic > device iic > device iicsmb # smb over i2c bridge > 0tw~(22)#cat /etc/sysctl.conf > # $FreeBSD: src/etc/sysctl.conf,v 1.1.2.3 2002/04/15 00:44:13 dougb Exp $ > # > # This file is read when going to multi-user and its contents piped thru > # ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. > # > > vfs.nfs.gatherdelay=0 > vfs.nfs.async=1 > kern.ipc.somaxconn=1024 > kern.ipc.maxsockbuf=1048576 > kern.polling.enable=1 > vfs.vmiodirenable=1 > net.inet.raw.recvspace=65536 > net.inet.ip.fastforwarding=0 > net.inet.ip.ttl=59 > net.inet.ip.fw.one_pass=0 > #net.inet.tcp.sendspace=65536 > #net.inet.tcp.recvspace=65536 > net.link.ether.inet.proxyall=1 > debug.bpf_bufsize=524288 > net.inet.ip.redirect=0 > > Lot of static arps, ipfw rules and routes to ds0 > > Sorry, my English is bad. > Michael F. DeMan Director of Technology OpenAccess Internet Services 1305 11th St., 3rd Floor Bellingham, WA 98225 Tel 360-647-0785 x204 Fax 360-738-9785 michael@staff.openaccess.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B9DC8CE2.28A6A%michael>