Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 1996 01:03:57 +0100
From:      Gianmarco Giovannelli <gmarco@masternet.it>
To:        questions@freebsd.com
Message-ID:  <2.2.32.19960129000357.006a0378@masternet.it>

next in thread | raw e-mail | index | archive | help
Everyday a new strange thing ...

I succeded compiling kernel slowing down the Pentium back from 132 to 120mhz
(as is in reality) (tnx to Michael Smith for the hints).

Now I have another problem... 

My machine is a Pentium 120, AHA 2940uw, 2 Hd scsi, a sony cdrom scsi 4x, a
sony cd-r, a sb16 and nothing significative else...

So I try to do the config for kernel like this :

--- cut ---

#
# GMARCO -- Pentium, 120mhz, Pci A2940uw, CDrom sony 4x scsi, CDU 920, Sb16
A220,i5,d1,h5 
#
#       $Id: GMARCO,v 0.1

machine         "i386"
cpu             "I586_CPU"
ident           GMARCO
maxusers        10

#options         MATH_EMULATE            #Support for x87 emulation
options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
#options         NFS                     #Network Filesystem
options         MSDOSFS                 #MSDOS Filesystem
options         "CD9660"                #ISO 9660 Filesystem
options         PROCFS                  #Process filesystem
options         MFS                     #Memory filesystem
options         "COMPAT_43"             #Compatible with BSD 4.3
options         "SCSI_DELAY=5"          #Be pessimistic about Joe SCSI device
options         BOUNCE_BUFFERS          #include support for DMA bounce buffers
options         UCONSOLE                #Allow users to grab the console

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

config          kernel  root on sd0

controller      isa0
controller      pci0

controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk            fd0     at fdc0 drive 0

controller      scbus0
controller      ahc0    at isa? bio irq ? vector ahcintr
                ^^^^
                is it necessary ?

device          sd0     #Hd scsi
device          st0     #Tape scsi
device          cd0     #Cd rom Scsi

controller      snd0    #Generic support for ALL Sound Card
device          sbxvi0  at isa? drq 5 #Sb16 in 16 BIT DMA 5

device          joy0    at isa? port "IO_GAME"
device          sc0     at isa? port "IO_KBD" tty irq 1 vector scintr
device          npx0    at isa? port "IO_NPX" irq 13 vector npxintr

device          sio0    at isa? port "IO_COM1" tty irq 4 vector siointr
device          sio1    at isa? port "IO_COM2" tty irq 3 vector siointr
device          lpt0    at isa? port? tty irq 7 vector lptintr

pseudo-device   loop
pseudo-device   log
pseudo-device   pty     16


--- cut ---

The machine is not on a network...

3 Problems :

1) When I launch /stand/sysinstall ---> it says : EXEC format error. Wrong
Architecture.
With the other kernel everything works, obviusly, fine.

2) Aha0 is for A2940 Pci or is a version for other controllers of the same
family ? i.e. 2740,2840
which are on the isa (vlb) bus....

3) Sb16 is not seen.... :-(

Any hints for this config.... ???

Regards,
            __
         __/// Gianmarco
         \XX/

+------------------------------------+-----------------------+
| Internet:  gmarco@masternet.it     | +-------------------+ |
| Internet:  gmarco@nettuno.it       | | Hello! ,,,        | |
| BIX     :  ggiovannelli@bix.com    | |       (o o)       | |
| Fidonet :  2:332/113.0@fidonet.org | | ---ooO-(_)-Ooo--- | |
| Amiganet:  39:102/507@amiganet.ftn | +-------------------+ |
+------------------------------------+-----------------------+





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