Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 1999 18:00:26 +0300
From:      Maxim Sobolev <sobomax@altavista.net>
To:        current@freebsd.org
Subject:   ed0 broken
Message-ID:  <38089309.9ED02F18@altavista.net>

next in thread | raw e-mail | index | archive | help
It seems that ed0 is broken. At least two days kernel compilation bombs with
following messages:

linking kernel
if_ed_isa.o: In function `ed_isa_probe':
if_ed_isa.o(.text+0x45): undefined reference to `ed_probe_WD80x3'
if_ed_isa.o(.text+0x54): undefined reference to `ed_release_resources'
if_ed_isa.o(.text+0x5a): undefined reference to `ed_probe_3Com'
if_ed_isa.o(.text+0x69): undefined reference to `ed_release_resources'
if_ed_isa.o(.text+0x6f): undefined reference to `ed_probe_Novell'
if_ed_isa.o(.text+0x7e): undefined reference to `ed_release_resources'
if_ed_isa.o(.text+0x84): undefined reference to `ed_probe_HP_pclanp'
if_ed_isa.o(.text+0x93): undefined reference to `ed_release_resources'
if_ed_isa.o(.text+0xa4): undefined reference to `ed_alloc_irq'
if_ed_isa.o(.text+0xaf): undefined reference to `ed_release_resources'
if_ed_isa.o: In function `ed_isa_attach':
if_ed_isa.o(.text+0xf4): undefined reference to `ed_alloc_port'
if_ed_isa.o(.text+0x10f): undefined reference to `ed_alloc_memory'
if_ed_isa.o(.text+0x121): undefined reference to `ed_alloc_irq'
if_ed_isa.o(.text+0x12e): undefined reference to `edintr'
if_ed_isa.o(.text+0x15a): undefined reference to `ed_attach'
if_ed_isa.o(.text+0x162): undefined reference to `ed_release_resources'
*** Error code 1
1 error

machine  i386
cpu  I586_CPU
ident  GENERIC
maxusers 10

options         FFS
options  FFS_ROOT
options  NFS
options         NFS_NOSERVER            #Disable the NFS-server code.
options  MSDOSFS
options  CD9660
options  INET   #InterNETworking
options  PROCFS   #Process filesystem
options  COMPAT_43  #Compatible with BSD 4.3 [KEEP THIS!]
options  USERCONFIG  #boot -c editor
options  VISUAL_USERCONFIG #visual boot -c editor
options  NSWAPDEV=1
options  P1003_1B
options  _KPOSIX_PRIORITY_SCHEDULING
options  _KPOSIX_VERSION=199309L
options         CLK_USE_I8254_CALIBRATION
options  CLK_USE_TSC_CALIBRATION

controller isa0
controller pci0

device  pcm0 at isa? port ? irq 5 drq 1 flags 0x10

controller fdc0 at isa? port IO_FD1 irq 6 drq 2
disk  fd0 at fdc0 drive 0

controller ata0 at isa0 port IO_WD1 irq 14
controller      ata1    at isa? port IO_WD2 irq 15
device  atadisk0
device  atapicd0

controller atkbdc0 at isa? port IO_KBD
device  atkbd0  at atkbdc? irq 1
device  psm0    at atkbdc? irq 12
options  PSM_HOOKAPM

device          vga0    at isa? port ? conflicts
options  VESA
options  SC_PIXEL_MODE
device          sc0     at isa?

device  npx0 at nexus? port IO_NPX irq 13

device  sio0 at isa? port IO_COM1 flags 0x10 irq 4

device  apm0 at nexus?

controller card0
controller pcic0 at isa?
controller pcic1 at isa?
device  ed0
options  PCIC_RESUME_RESET
options  POWERFAIL_NMI

device  ppc0 at isa? port ? irq 7
controller      ppbus0
controller plip0 at ppbus?

# Various Pseudo-Devices
pseudo-device loop
pseudo-device ether
pseudo-device pty  8
pseudo-device gzip
pseudo-device splash

options  SYSVSHM
options  SYSVSEM
options  SYSVMSG




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38089309.9ED02F18>