Interesting new warnings in boot msgs from -current kernel

2000-11-26 Thread Donald J . Maddox

After last night's new kernel and 'make world', I find I am seeing
some interesting new warnings at boot time:


Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #0: Sun Jul  4 00:13:56 EDT 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/RHIANNON
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 166194077 Hz
CPU: Pentium/P54C (166.19-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping=12
  Features=0x1bf
real memory  = 67108864 (65536K bytes)
config> pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388
config> pnp 1 1 os enable port0 0x201
config> pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20
avail memory = 61652992 (60208K bytes)
Preloaded elf kernel "kernel" at 0xc02fb000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc02fb09c.
Preloaded elf module "vesa.ko" at 0xc02fb0ec.
Preloaded elf module "cd9660.ko" at 0xc02fb188.
Preloaded elf module "msdos.ko" at 0xc02fb228.
Preloaded elf module "procfs.ko" at 0xc02fb2c8.
Preloaded elf module "linux.ko" at 0xc02fb368.
Intel Pentium detected, installing workaround for F00F bug
VESA: v3.0, 16320k memory, flags:0x1, mode table:0xc02c8102 (122)
VESA: STB Systems, Inc
WARNING: "streams" is usurping "streams"'s cdevsw[]
^^^
Probing for PnP devices:
CSN 1 Vendor ID: CTL009e [0x9e008c0e] Serial 0x09f665ec Comp ID: PNPb02f [0x2fb0d041]
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
chip0:  at device 0.0 on pci0
isab0:  at device 7.0 on pci0
ide_pci0:  at device 7.1 on pci0
ahc0:  irq 10 at device 10.0 on pci0
ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
vga-pci0:  irq 11 at device 12.0 on pci0
isa0:  on motherboard
atkbdc0:  at port 0x60-0x6f on isa0
atkbd0:  irq 1 on atkbdc0
sc0:  on isa0
sc0: VGA <32 virtual consoles, flags=0x200>
vga0:  at port 0x3b0-0x3df iomem 0xa-0xb on isa0
wdc0 at port 0x1f0-0x1f7 irq 14 flags 0xb0ffb0ff on isa0
wdc0: unit 0 (wd0): , LBA, DMA, 32-bit, multi-block-32
wd0: 1277MB (2616240 sectors), 648 cyls, 64 heads, 63 S/T, 512 B/S
wdc0: unit 1 (wd1): , LBA, DMA, 32-bit, multi-block-16
wd1: 5009MB (10259160 sectors), 638 cyls, 255 heads, 63 S/T, 512 B/S
fdc0:  at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> at fdc0 drive 0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
sio2 at port 0x3e8-0x3ef irq 12 flags 0x2002 on isa0
sio2: type ST16650A
sio3 at port 0x2e8-0x2ef irq 9 on isa0
sio3: type 16550A
sb0 at port 0x220 irq 5 drq 1 on isa0
snd0:  
sbxvi0 at port 0x drq 5 on isa0
isa_compat: didn't get ports for sbxvi
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[]
^^^
sbmidi0 at port 0x330 on isa0
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[]
^^^
awe0 at port 0x620 on isa0
awe0: 
WARNING: "snd" is usurping "snd"'s cdevsw[]
^^^
opl0 at port 0x388 on isa0
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[]
^^^
pca0 at port 0x40 on isa0
pca0: PC speaker audio driver
joy0 at port 0x201 on isa0
joy0: joystick
ds0 XXX: driver didn't set ifq_maxlen
da0 at ahc0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-2 device 
da0: 10.000MB/s transfers (10.000MHz, offset 15)
da0: 507MB (1039329 512 byte sectors: 64H 32S/T 507C)
changing root device to wd1s1a
cd0 at ahc0 bus 0 target 1 lun 0
cd0:  Removable CD-ROM SCSI-2 device 
cd0: 10.000MB/s transfers (10.000MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present


?!?!



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Interesting new warnings in boot msgs from -current kernel

1999-07-04 Thread Poul-Henning Kamp


Non fatal, but should be fixed by the respective owners.  cdevsw_add()
is getting called multiple times.

>WARNING: "streams" is usurping "streams"'s cdevsw[]
>^^^
>WARNING: "snd" is usurping "snd"'s cdevsw[]
>^^^
>WARNING: "snd" is usurping "snd"'s cdevsw[]
>^^^
>WARNING: "snd" is usurping "snd"'s cdevsw[]
>^^^
>WARNING: "snd" is usurping "snd"'s cdevsw[]
>^^^

--
Poul-Henning Kamp FreeBSD coreteam member
[EMAIL PROTECTED]   "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Interesting new warnings in boot msgs from -current kernel

1999-07-04 Thread Adam Strohl

I too get those exact messages with my bktr, and my sound drivers.

pcib0:  on motherboard
pci0:  on pcib0
WARNING: "bktr" is usurping "bktr"'s cdevsw[]
- cut -
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[]
sbmidi0 at port 0x330 on isa0
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[]

The devices all work fine, though.

- ( Adam Strohl ) -
-  UNIX Operations/Systems   http://www.digitalspark.net  -
-  adams (at) digitalspark.netxxx.xxx. x  -
- ( DigitalSpark.NET )--- -




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Interesting new warnings in boot msgs from -current kernel

1999-07-04 Thread Donald J . Maddox

After last night's new kernel and 'make world', I find I am seeing
some interesting new warnings at boot time:


Copyright (c) 1992-1999 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-CURRENT #0: Sun Jul  4 00:13:56 EDT 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/RHIANNON
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 166194077 Hz
CPU: Pentium/P54C (166.19-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x52c  Stepping=12
  Features=0x1bf
real memory  = 67108864 (65536K bytes)
config> pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388
config> pnp 1 1 os enable port0 0x201
config> pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20
avail memory = 61652992 (60208K bytes)
Preloaded elf kernel "kernel" at 0xc02fb000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc02fb09c.
Preloaded elf module "vesa.ko" at 0xc02fb0ec.
Preloaded elf module "cd9660.ko" at 0xc02fb188.
Preloaded elf module "msdos.ko" at 0xc02fb228.
Preloaded elf module "procfs.ko" at 0xc02fb2c8.
Preloaded elf module "linux.ko" at 0xc02fb368.
Intel Pentium detected, installing workaround for F00F bug
VESA: v3.0, 16320k memory, flags:0x1, mode table:0xc02c8102 (122)
VESA: STB Systems, Inc
WARNING: "streams" is usurping "streams"'s cdevsw[]
^^^
Probing for PnP devices:
CSN 1 Vendor ID: CTL009e [0x9e008c0e] Serial 0x09f665ec Comp ID: PNPb02f [0x2fb0d041]
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
chip0:  at device 0.0 on pci0
isab0:  at device 7.0 on pci0
ide_pci0:  at device 7.1 on pci0
ahc0:  irq 10 at device 10.0 on pci0
ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs
vga-pci0:  irq 11 at device 12.0 on pci0
isa0:  on motherboard
atkbdc0:  at port 0x60-0x6f on isa0
atkbd0:  irq 1 on atkbdc0
sc0:  on isa0
sc0: VGA <32 virtual consoles, flags=0x200>
vga0:  at port 0x3b0-0x3df iomem 0xa-0xb on isa0
wdc0 at port 0x1f0-0x1f7 irq 14 flags 0xb0ffb0ff on isa0
wdc0: unit 0 (wd0): , LBA, DMA, 32-bit, multi-block-32
wd0: 1277MB (2616240 sectors), 648 cyls, 64 heads, 63 S/T, 512 B/S
wdc0: unit 1 (wd1): , LBA, DMA, 32-bit, multi-block-16
wd1: 5009MB (10259160 sectors), 638 cyls, 255 heads, 63 S/T, 512 B/S
fdc0:  at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> at fdc0 drive 0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
sio2 at port 0x3e8-0x3ef irq 12 flags 0x2002 on isa0
sio2: type ST16650A
sio3 at port 0x2e8-0x2ef irq 9 on isa0
sio3: type 16550A
sb0 at port 0x220 irq 5 drq 1 on isa0
snd0:  
sbxvi0 at port 0x drq 5 on isa0
isa_compat: didn't get ports for sbxvi
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[]
^^^
sbmidi0 at port 0x330 on isa0
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[]
^^^
awe0 at port 0x620 on isa0
awe0: 
WARNING: "snd" is usurping "snd"'s cdevsw[]
^^^
opl0 at port 0x388 on isa0
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[]
^^^
pca0 at port 0x40 on isa0
pca0: PC speaker audio driver
joy0 at port 0x201 on isa0
joy0: joystick
ds0 XXX: driver didn't set ifq_maxlen
da0 at ahc0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-2 device 
da0: 10.000MB/s transfers (10.000MHz, offset 15)
da0: 507MB (1039329 512 byte sectors: 64H 32S/T 507C)
changing root device to wd1s1a
cd0 at ahc0 bus 0 target 1 lun 0
cd0:  Removable CD-ROM SCSI-2 device 
cd0: 10.000MB/s transfers (10.000MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present


?!?!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message