Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2001 12:33:06 +0200
From:      Johan Axelsson <a98johax@student.his.se>
To:        Tim Smith <tsmith@apptechnc.net>, freebsd-questions@freebsd.org
Subject:   Re: ed0 attach returned 6; no PNP OS
Message-ID:  <087b01c0f64f$bb0f1130$0b3cb90a@axe>
References:  <20010615235955.A405@threads.polyesthetic.msg>

next in thread | previous in thread | raw e-mail | index | archive | help
I've got the exact same problem with one of my two realtek 8029 of mine
(also uses ed). The other card works great.
Because of this I really don't think it's a problem with either my bios
or kernel, that card simply must be broken.

Regars Johan Axelsson

----- Original Message -----
From: "Tim Smith" <tsmith@apptechnc.net>
To: <freebsd-questions@freebsd.org>
Cc: <tsmith@apptechnc.net>
Sent: Saturday, June 16, 2001 5:59 AM
Subject: ed0 attach returned 6; no PNP OS


> I've checked the mailing list archives and searched the web site.
> My problem should be solved by setting PNP OS to No in the BIOS.
> But that doesn't change anything.  I still get this when I boot:
>
> ed0: <NE2000 PCI Ethernet (ProLAN)> port 0xd800-0xd81f irq 10 at
device 10.0 on pci0
> device_probe_and_attach: ed0 attach returned 6
>
> This is FreeBSD-stable, cvsup'd June 14 2001 at 17:50 UTC,
> followed by 'make world', mergemaster and several 'make kernel'
> experiments.
>
> My BIOS is the ASUS P5A ACPI BIOS Rev. 1007.A.  On the PNP
> configuration screen I have tried both "No" and "Yes" for the
> "PNP OS Installed" question.  The dmesg output is identical -
> listed below ("normal dmesg").  I also tried changing all of
> the "IRQ [3, 4, ...] Used by ISA" questions from "No/ICU" to
> "Yes".  This confused some things (see "confused dmesg" below),
> but didn't solve anything.  I also tried compiling a kernel with
> options PNPBIOS, with miibus, and without sound-card, VESA, and
> EXT2FS support, and tried with "PNP OS Installed" set to both Yes
> and No, but it didn't make things work.
>
> I know this is a piece of $#!% card, but it seems like it's not a
> hardware problem I'm running into.  If you could please look over
> my kernel config and the verbose boot messages, to see if I've
> done something wrong, I would appreciate it very much!
>
> Thanks a bunch,
>
> Tim
>
>
> Search for '^== ' to skip a file.
>
> == KERNCONF=THREADS
====================================================
> #
> # THREADS -- 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$
>
> machine i386
> cpu I586_CPU
> ident THREADS
> maxusers 256
>
> makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
>
> options INET #InterNETworking
> options FFS #Berkeley Fast Filesystem
> options FFS_ROOT #FFS usable as root device [keep this!]
> options SOFTUPDATES #Enable FFS soft updates support
> options MFS #Memory Filesystem
> options PROCFS #Process filesystem
> options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
> 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 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
>
> # To make an SMP kernel, the next two are needed
>
> 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
>
> # 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
> options ATA_STATIC_ID #Static device numbering
>
> # SCSI Controllers
> # Allow ncr to attach legacy NCR devices when
> # both sym and ncr are configured
>
>
> # SCSI peripherals
>
> # RAID controllers interfaced to the SCSI subsystem
>
> # RAID controllers
>
> # atkbdc0 controls both the keyboard and the PS/2 mouse
> device atkbdc0 at isa? port IO_KBD
> device atkbd0 at atkbdc? irq 1 flags 0x1
> device psm0 at atkbdc? irq 12
>
> device vga0 at isa?
>
> # splash screen/screen saver
> pseudo-device splash
>
> # syscons is the default console driver, resembling an SCO console
> device sc0 at isa? flags 0x100
>
> # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console
driver
> # If you have a ThinkPAD, uncomment this along with the rest of the
PCVT lines
>
> # Floating point support - do not disable.
> device npx0 at nexus? port IO_NPX irq 13
>
> # Power management support (see LINT for more options)
>
> # PCCARD (PCMCIA) support
>
> # Serial (COM) ports
> device sio0 at isa? port IO_COM1 flags 0x10 irq 4
> device sio1 at isa? port IO_COM2 irq 3
> device sio2 at isa? disable port IO_COM3 irq 5
> device sio3 at isa? disable port IO_COM4 irq 9
>
> # Parallel port
> device ppc0 at isa? irq 7
> device ppbus # Parallel port bus (required)
> device lpt # Printer
>
>
> # PCI Ethernet NICs.
> device ed # Piece-of-shit network card
>
> # PCI Ethernet NICs that use the common MII bus controller code.
>
> # ISA Ethernet NICs.
>
> # Pseudo devices - the number indicates how many units to allocate.
> pseudo-device loop # Network loopback
> pseudo-device ether # Ethernet support
> pseudo-device tun # Packet tunnel.
> pseudo-device pty # Pseudo-ttys (telnet etc)
> pseudo-device md # Memory "disks"
> pseudo-device gif 4 # IPv6 and IPv4 tunneling
> pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
>
> # The `bpf' pseudo-device enables the Berkeley Packet Filter.
> # Be aware of the administrative consequences of enabling this!
> pseudo-device bpf #Berkeley packet filter
>
> # USB support
> # USB Ethernet, requires mii
>
> #options PNPBIOS
> options NO_F00F_HACK
> options NO_MEMORY_HOLE
> #options INVARIANTS
> #options INVARIANT_SUPPORT
> options EXT2FS
> options VESA
> #options PSM_RESETAFTERSUSPEND
>
> # So we can create lots of threads
> options MAXDSIZ="(256*1024*1024)" # 2x the default
> options DFLDSIZ="(256*1024*1024)" # 2x the default
> options NMBCLUSTERS=4096 # 4x the default
> options PMAP_SHPGPERPROC=400 # 2x the default
>
> device pcm
>
> == /etc/make.conf
======================================================
> #CPUTYPE= k6-2
> #CFLAGS= -O2 -fno-strength-reduce -pipe
> CFLAGS= -O -pipe
> COPTFLAGS= -O -pipe
>
> NO_FORTRAN= true
> NO_LPR= true
> NO_SENDMAIL= true
> NO_SHAREDOCS= true
> NO_TCSH= true
> NOPROFILE= true
> NOUUCP= true
>
> TOP_TABLE_SIZE= 101
>
> XFREE86_VERSION= 4
> HAVE_MOTIF= YES
> USA_RESIDENT= YES
>
> MASTER_SITE_BACKUP?= \
> ftp://ftp2.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
> MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
>
> == normal dmesg
========================================================
> Copyright (c) 1992-2001 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994
> The Regents of the University of California. All rights reserved.
> FreeBSD 4.3-STABLE #2: Fri Jun 15 15:40:04 EDT 2001
>     root@threads.polyesthetic.msg:/usr/obj/usr/src/sys/THREADS
> Calibrating clock(s) ... TSC clock: 451019575 Hz, i8254 clock: 1193174
Hz
> CLK_USE_I8254_CALIBRATION not specified - using default frequency
> Timecounter "i8254"  frequency 1193182 Hz
> CLK_USE_TSC_CALIBRATION not specified - using old calibration method
> Timecounter "TSC"  frequency 451023565 Hz
> CPU: AMD-K6(tm) 3D processor (451.02-MHz 586-class CPU)
>   Origin = "AuthenticAMD"  Id = 0x58c  Stepping = 12
>   Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
>   AMD Features=0x80000800<SYSCALL,3DNow!>
> Data TLB: 128 entries, 2-way associative
> Instruction TLB: 64 entries, 1-way associative
> L1 data cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way
associative
> L1 instruction cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way
associative
> Write Allocate Enable Limit: 512M bytes
> Write Allocate 15-16M bytes: Enable
> real memory  = 536854528 (524272K bytes)
> Physical memory chunk(s):
> 0x00001000 - 0x0009efff, 647168 bytes (158 pages)
> 0x00302000 - 0x1fff3fff, 533667840 bytes (130290 pages)
> avail memory = 519483392 (507308K bytes)
> bios32: Found BIOS32 Service Directory header at 0xc00f9d50
> bios32: Entry = 0xf0690 (c00f0690)  Rev = 0  Len = 1
> pcibios: PCI BIOS entry at 0x6c0
> pnpbios: Found PnP BIOS data at 0xc00fd1d0
> pnpbios: Entry = f0000:d200  Rev = 1.0
> pnpbios: OEM ID cd041
> Other BIOS signatures found:
> ACPI: 000f81a0
> Preloaded elf kernel "kernel" at 0xc02dc000.
> VESA: information block
> 56 45 53 41 00 02 ca 6c 00 c0 01 00 00 00 74 69
> 00 c0 00 02 05 01 df 6c 00 c0 e6 6c 00 c0 f2 6c
> 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> VESA: 11 mode(s) found
> VESA: v2.0, 32768k memory, flags:0x1, mode table:0xc00c6974 (c0006974)
> VESA: Matrox Graphics Inc.
> VESA: Matrox Matrox G400 00
> K6-family MTRR support enabled (2 registers)
> md0: Malloc disk
> Creating DISK md0
> pci_open(1): mode 1 addr port (0x0cf8) is 0x80010014
> pci_open(1a): mode1res=0x80000000 (0x80000000)
> pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=154110b9)
> npx0: <math processor> on motherboard
> npx0: INT 16 interface
> i586_bzero() bandwidth = 99631363 bytes/sec
> bzero() bandwidth = 133850890 bytes/sec
> pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000
> pci_open(1a): mode1res=0x80000000 (0x80000000)
> pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=154110b9)
> pcib0: <AcerLabs M1541 (Aladdin-V) PCI host bridge> on motherboard
> found-> vendor=0x10b9, dev=0x1541, revid=0x04
> class=06-00-00, hdrtype=0x00, mfdev=0
> subordinatebus=0 secondarybus=0
> map[10]: type 1, range 32, base e0000000, size 26
> found-> vendor=0x10b9, dev=0x5243, revid=0x04
> class=06-04-00, hdrtype=0x01, mfdev=0
> subordinatebus=1 secondarybus=1
> found-> vendor=0x10b9, dev=0x7101, revid=0x00
> class=06-80-00, hdrtype=0x00, mfdev=0
> subordinatebus=0 secondarybus=0
> found-> vendor=0x10b9, dev=0x1533, revid=0xc3
> class=06-01-00, hdrtype=0x00, mfdev=0
> subordinatebus=0 secondarybus=0
> found-> vendor=0x1050, dev=0x0940, revid=0x00
> class=02-00-00, hdrtype=0x00, mfdev=0
> subordinatebus=0 secondarybus=0
> intpin=a, irq=10
> map[10]: type 1, range 32, base 0000d800, size  5
> found-> vendor=0x1073, dev=0x000d, revid=0x03
> class=04-01-00, hdrtype=0x00, mfdev=0
> subordinatebus=0 secondarybus=0
> intpin=a, irq=11
> map[10]: type 1, range 32, base de000000, size 15
> found-> vendor=0x10b9, dev=0x5229, revid=0xc1
> class=01-01-8a, hdrtype=0x00, mfdev=0
> subordinatebus=0 secondarybus=0
> intpin=a, irq=0
> map[20]: type 1, range 32, base 0000d400, size  4
> pci0: <PCI bus> on pcib0
> pcib1: <AcerLabs M5243 PCI-PCI bridge> at device 1.0 on pci0
> found-> vendor=0x102b, dev=0x0525, revid=0x04
> class=03-00-00, hdrtype=0x00, mfdev=0
> subordinatebus=0 secondarybus=0
> intpin=a, irq=11
> map[10]: type 1, range 32, base e6000000, size 25
> map[14]: type 1, range 32, base df800000, size 14
> map[18]: type 1, range 32, base df000000, size 23
> pci1: <PCI bus> on pcib1
> pci1: <Matrox MGA G400 AGP graphics accelerator> (vendor=0x102b,
dev=0x0525) at 0.0 irq 11
> chip1: <AcerLabs M15x3 Power Management Unit> at device 3.0 on pci0
> isab0: <AcerLabs M1533 portable PCI-ISA bridge> at device 7.0 on pci0
> isa0: <ISA bus> on isab0
> ed0: <NE2000 PCI Ethernet (ProLAN)> port 0xd800-0xd81f irq 10 at
device 10.0 on pci0
> device_probe_and_attach: ed0 attach returned 6
> pcm0: <Yamaha DS-1E (YMF724F)> mem 0xde000000-0xde007fff irq 11 at
device 12.0 on pci0
> ds1: setmap (1000, 3de4), nseg=1, error=0
> pcm0: ac97 codec id 0x574d4c00
> pcm0: ac97 codec features 18 bit DAC, 18 bit ADC, 6 bit master volume,
no 3D Stereo Enhancement
> pcm: setmap 11000, 1000; 0xd5c98000 -> 11000
> pcm: setmap 21000, 1000; 0xd5ca8000 -> 21000
> pcm: setmap 31000, 1000; 0xd5cb8000 -> 31000
> pcm: setmap 41000, 1000; 0xd5cc8000 -> 41000
> pcm: setmap 51000, 1000; 0xd5cd8000 -> 51000
> pcm: setmap 61000, 1000; 0xd5ce8000 -> 61000
> atapci0: <AcerLabs Aladdin ATA33 controller> port 0xd400-0xd40f irq 0
at device 15.0 on pci0
> ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xd400
> ata0: mask=03 status0=50 status1=50
> ata0: mask=03 ostat0=50 ostat2=50
> ata0-master: ATAPI probe a=00 b=00
> ata0-slave: ATAPI probe a=00 b=00
> ata0: mask=03 status0=50 status1=50
> ata0-master: ATA probe a=01 b=a5
> ata0-slave: ATA probe a=01 b=a5
> ata0: devices=03
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xd408
> ata1: mask=03 status0=50 status1=00
> ata1: mask=03 ostat0=50 ostat2=00
> ata1-master: ATAPI probe a=14 b=eb
> ata1-slave: ATAPI probe a=14 b=eb
> ata1: mask=03 status0=00 status1=00
> ata1: devices=0c
> ata1: at 0x170 irq 15 on atapci0
> ata-: ata0 exists, using next available unit number
> ata-: ata1 exists, using next available unit number
> Trying Read_Port at 203
> Trying Read_Port at 243
> Trying Read_Port at 283
> Trying Read_Port at 2c3
> Trying Read_Port at 303
> Trying Read_Port at 343
> Trying Read_Port at 383
> Trying Read_Port at 3c3
> isa_probe_children: disabling PnP devices
> isa_probe_children: probing non-PnP devices
> fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on
isa0
> fdc0: FIFO enabled, 8 bytes threshold
> fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> ata2 failed to probe at port 0x1f0 irq 14 on isa0
> ata3 failed to probe at port 0x170 irq 15 on isa0
> atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
> atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
> atkbd: the current kbd controller command byte 0047
> atkbd: keyboard ID 0x41ab (2)
> kbd0 at atkbd0
> kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
> psm0: current command byte:0047
> psm0: <PS/2 Mouse> irq 12 on atkbdc0
> psm0: model Generic PS/2 mouse, device ID 0-00, 3 buttons
> psm0: config:00000000, flags:00000000, packet size:3
> psm0: syncmask:c0, syncbits:00
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on
isa0
> fb0: vga0, vga, type:VGA (5), flags:0x700ff
> fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
> fb0: init mode:24, bios mode:3, current mode:24
> fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
> VGA parameters upon power-up
> 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81
> bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96
> b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
> VGA parameters in BIOS for mode 24
> 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
> bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
> b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
> EGA/VGA parameters to be used for mode 24
> 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81
> bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96
> b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
> 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
> sc0: <System console> at flags 0x100 on isa0
> sc0: VGA <16 virtual consoles, flags=0x300>
> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: irq maps: 0x41 0x41 0x41 0x41
> sio0: probe failed test(s): 0 1 2 4 6 7 9
> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> sio0: type 8250
> sio1: irq maps: 0x41 0x49 0x41 0x41
> sio1 at port 0x2f8-0x2ff irq 3 on isa0
> sio1: type 16550A
> sio2: not probed (disabled)
> sio3: not probed (disabled)
> ppc0: parallel port found at 0x378
> ppc0: using extended I/O port range
> ppc0: EPP SPP
> ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
> ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
> lpt0: <Printer> on ppbus0
> lpt0: Interrupt-driven port
> isa_probe_children: probing PnP devices
> BIOS Geometries:
>  0:03ff0f3f 0..1023=1024 cylinders, 0..15=16 heads, 1..63=63 sectors
>  0 accounted for
> Device configuration finished.
> bpf: gif0 attached
> bpf: gif1 attached
> bpf: gif2 attached
> bpf: gif3 attached
> bpf: lo0 attached
> bpf: faith0 attached
> ata1-slave: ata_command: timeout waiting for intr
> ata1-slave: identify failed
> ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable
> ata0-master: success setting UDMA2 on Acer chip
> Creating DISK ad0
> ad0: <IBM-DTLA-307030/TX4OA50C> ATA-5 disk at ata0-master
> ad0: 29314MB (60036480 sectors), 59560 cyls, 16 heads, 63 S/T, 512 B/S
> ad0: 16 secs/int, 1 depth queue, UDMA33
> ad0: piomode=4 dmamode=2 udmamode=5 cblid=0
> ad0: 29314MB <IBM-DTLA-307030> [59560/16/63] at ata0-master UDMA33
> ata0-slave: DMA limited to UDMA33, non-ATA66 compliant cable
> ata0-slave: success setting UDMA2 on Acer chip
> Creating DISK ad1
> ad1: <FUJITSU MPE3084AE/EE-C0-23> ATA-4 disk at ata0-slave
> ad1: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/S
> ad1: 16 secs/int, 1 depth queue, UDMA33
> ad1: piomode=4 dmamode=2 udmamode=4 cblid=0
> ad1: 8063MB <FUJITSU MPE3084AE> [16383/16/63] at ata0-slave UDMA33
> ata1-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1
> ata1-master: success setting PIO4 on generic chip
> acd0: <TOSHIBA DVD-ROM SD-M1402/1008> DVD-ROM drive at ata1 as master
> acd0: read 6890KB/s (6890KB/s), 128KB buffer, PIO4
> acd0: Reads: CD-R, CD-RW, CD-DA stream, DVD-ROM, DVD-R, packet
> acd0: Audio: play, 16 volume levels
> acd0: Mechanism: ejectable tray
> acd0: Medium: no/blank disc inside, unlocked
> Mounting root from ufs:/dev/ad0s1a
> ad0s1: type 0xa5, start 63, end = 1023119, size 1023057 : OK
> ad0s2: type 0xa5, start 1023120, end = 20724479, size 19701360 : OK
> ad0s3: type 0xa5, start 20724480, end = 41204015, size 20479536 : OK
> ad0s4: type 0xa5, start 41204016, end = 60036479, size 18832464 : OK
> start_init: trying /sbin/init
> splash: image decoder found: green_saver
> Linux-ELF exec handler installed
>
> == confused dmesg diff
=================================================
> --- dmesg.pnp-normal Fri Jun 15 22:51:21 2001
> +++ dmesg.pnp-isa-yes Fri Jun 15 22:46:41 2001
> @@ -5,3 +5,3 @@
>      root@threads.polyesthetic.msg:/usr/obj/usr/src/sys/THREADS
> -Calibrating clock(s) ... TSC clock: 451019575 Hz, i8254 clock:
1193174 Hz
> +Calibrating clock(s) ... TSC clock: 451019252 Hz, i8254 clock:
1193173 Hz
>  CLK_USE_I8254_CALIBRATION not specified - using default frequency
> @@ -9,3 +9,3 @@
>  CLK_USE_TSC_CALIBRATION not specified - using old calibration method
> -Timecounter "TSC"  frequency 451023565 Hz
> +Timecounter "TSC"  frequency 451024142 Hz
>  CPU: AMD-K6(tm) 3D processor (451.02-MHz 586-class CPU)
> @@ -51,4 +51,4 @@
>  npx0: INT 16 interface
> -i586_bzero() bandwidth = 99631363 bytes/sec
> -bzero() bandwidth = 133850890 bytes/sec
> +i586_bzero() bandwidth = 99641291 bytes/sec
> +bzero() bandwidth = 133868808 bytes/sec
>  pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000
> @@ -73,3 +73,3 @@
>   subordinatebus=0 secondarybus=0
> - intpin=a, irq=10
> + intpin=a, irq=255
>   map[10]: type 1, range 32, base 0000d800, size  5
> @@ -78,3 +78,3 @@
>   subordinatebus=0 secondarybus=0
> - intpin=a, irq=11
> + intpin=a, irq=255
>   map[10]: type 1, range 32, base de000000, size 15
> @@ -90,3 +90,3 @@
>   subordinatebus=0 secondarybus=0
> - intpin=a, irq=11
> + intpin=a, irq=0
>   map[10]: type 1, range 32, base e6000000, size 25
> @@ -95,3 +95,3 @@
>  pci1: <PCI bus> on pcib1
> -pci1: <Matrox MGA G400 AGP graphics accelerator> (vendor=0x102b,
dev=0x0525) at 0.0 irq 11
> +pci1: <Matrox MGA G400 AGP graphics accelerator> (vendor=0x102b,
dev=0x0525) at 0.0 irq 0
>  chip1: <AcerLabs M15x3 Power Management Unit> at device 3.0 on pci0
> @@ -99,5 +99,5 @@
>  isa0: <ISA bus> on isab0
> -ed0: <NE2000 PCI Ethernet (ProLAN)> port 0xd800-0xd81f irq 10 at
device 10.0 on pci0
> +ed0: <NE2000 PCI Ethernet (ProLAN)> port 0xd800-0xd81f at device 10.0
on pci0
>  device_probe_and_attach: ed0 attach returned 6
> -pcm0: <Yamaha DS-1E (YMF724F)> mem 0xde000000-0xde007fff irq 11 at
device 12.0 on pci0
> +pcm0: <Yamaha DS-1E (YMF724F)> mem 0xde000000-0xde007fff at device
12.0 on pci0
>  ds1: setmap (1000, 3de4), nseg=1, error=0
> @@ -105,8 +105,4 @@
>  pcm0: ac97 codec features 18 bit DAC, 18 bit ADC, 6 bit master
volume, no 3D Stereo Enhancement
> -pcm: setmap 11000, 1000; 0xd5c98000 -> 11000
> -pcm: setmap 21000, 1000; 0xd5ca8000 -> 21000
> -pcm: setmap 31000, 1000; 0xd5cb8000 -> 31000
> -pcm: setmap 41000, 1000; 0xd5cc8000 -> 41000
> -pcm: setmap 51000, 1000; 0xd5cd8000 -> 51000
> -pcm: setmap 61000, 1000; 0xd5ce8000 -> 61000
> +pcm0: unable to map interrupt
> +device_probe_and_attach: pcm0 attach returned 6
>  atapci0: <AcerLabs Aladdin ATA33 controller> port 0xd400-0xd40f irq 0
at device 15.0 on pci0
>
> == sudo pciconf -l
=====================================================
> chip0@pci0:0:0: class=0x060000 card=0x154110b9 chip=0x154110b9
rev=0x04 hdr=0x00
> pcib1@pci0:1:0: class=0x060400 card=0x000000e0 chip=0x524310b9
rev=0x04 hdr=0x01
> chip1@pci0:3:0: class=0x068000 card=0x710110b9 chip=0x710110b9
rev=0x00 hdr=0x00
> isab0@pci0:7:0: class=0x060100 card=0x00000000 chip=0x153310b9
rev=0xc3 hdr=0x00
> none0@pci0:10:0: class=0x020000 card=0x00000000 chip=0x09401050
rev=0x00 hdr=0x00
> pcm0@pci0:12:0: class=0x040100 card=0x000d1073 chip=0x000d1073
rev=0x03 hdr=0x00
> atapci0@pci0:15:0: class=0x01018a card=0x00000000 chip=0x522910b9
rev=0xc1 hdr=0x00
> none1@pci1:0:0: class=0x030000 card=0x217d102b chip=0x0525102b
rev=0x04 hdr=0x00
>
> == sudo pnpinfo
========================================================
> Checking for Plug-n-Play devices...
> No Plug-n-Play devices were found
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?087b01c0f64f$bb0f1130$0b3cb90a>