Skip site navigation (1)Skip section navigation (2)
Date:      18 Feb 2003 16:01:57 -0500
From:      Asenchi <asenchi@asenchi.com>
To:        IAccounts <iaccounts@northnetworks.ca>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make buildworld failure...
Message-ID:  <1045602117.3887.15.camel@palea.grebner.com>
In-Reply-To: <20030218155643.V75422-100000@diana.northnetworks.ca>
References:  <20030218155643.V75422-100000@diana.northnetworks.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2003-02-18 at 15:58, IAccounts wrote:
> > I went to my kernel to look at line 76 and this is where it put me
> > (using vi):
> >
> > (Cursor here)#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
> >
> > I can't figure this out.  As there is not 0 in the "#Floppy Drives"
> > line.
> 
> Post the few lines leading up to line 76. Many times, (I have noticed) a
> compiler will pooch on a line and give the line number of the following
> line.

I didn't see anything there, but take a look.

# 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
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device         fdc0 

# ATA and ATAPI devices
device          ata0    at isa? port IO_WD1 irq 14
device          ata1    at isa? port IO_WD2 irq 15

Is it just me that finds this strange?  Thanks. Curt Micol
 
> Perhaps this is the case here.
> 
> Steve
> 
> 
> >
> > Here is:
> >
> > palea# uname -a
> > FreeBSD palea.grebner.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Feb 10
> > 16:10:13 EST 2003
> > asenchi@palea.grebner.com:/usr/obj/usr/src/sys/PALEA  i386
> >
> > If there is anything else you need me to provide let me know.  Thank you
> > for any advice/suggestions you can give.
> >
> > I love this os. Curt Micol
> >
> >
> > 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
> 



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?1045602117.3887.15.camel>