Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 1999 13:35:30 -0400 (EDT)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        Maxim Sobolev <sobomax@altavista.net>
Cc:        current@FreeBSD.ORG
Subject:   Re: ed0 broken
Message-ID:  <Pine.BSF.4.10.9910161332360.480-100000@sasami.jurai.net>
In-Reply-To: <38089309.9ED02F18@altavista.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 16 Oct 1999, Maxim Sobolev wrote:
> It seems that ed0 is broken. At least two days kernel compilation
> bombs with following messages:

Comment out sys/dev/ed/if_ed_isa.c in sys/i386/conf/files.i386 if you're
going to make a kernel that uses PCCARD.  Hopefully the recent changes to
the PCCARD system will allow us to start using the newbus front end
instead of the current hack that is in place.

If people using laptops with -current aren't going to read their email
then they should run -current.  I suppose I could wrap if_ed_isa.c in the
same nonesense that if_ed.c uses but I'd rather not as I suspect a fix is
in the near term future.

> 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
> 

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |



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?Pine.BSF.4.10.9910161332360.480-100000>