From badam@grom.mw.mil.pl  Wed Mar 25 13:00:39 1998
Received: from grom.mw.mil.pl (grom.mw.mil.pl [153.19.99.1])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02232
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Mar 1998 13:00:22 -0800 (PST)
          (envelope-from badam@grom.mw.mil.pl)
Received: (from badam@localhost)
	by grom.mw.mil.pl (8.8.8/8.8.7) id WAA13857;
	Wed, 25 Mar 1998 22:00:50 +0100 (CET)
	(envelope-from badam)
Message-Id: <199803252100.WAA13857@grom.mw.mil.pl>
Date: Wed, 25 Mar 1998 22:00:50 +0100 (CET)
From: badam@mw.mil.pl
To: FreeBSD-gnats-submit@freebsd.org
Subject: <Synopsis of the problem (one line)>-stable kernel doesn't compile with Specialix option enabled
X-Send-Pr-Version: 3.2

>Number:         6136
>Category:       kern
>Synopsis:       -stable kernel doesn't compile with Specialix option enabled
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 25 13:10:02 PST 1998
>Closed-Date:    Thu Mar 26 07:12:34 PST 1998
>Last-Modified:  Sun Jun 23 14:38:41 PDT 2002
>Originator:     Adam Baran
>Release:        FreeBSD 2.2.6-BETA i386
>Organization:
>Environment:

	
FreeBSD grom.mw.mil.pl 2.2.6-BETA FreeBSD 2.2.6-BETA #0: Fri Mar 13 09:02:51 CET
 1998     badam@grom.mw.mil.pl:/usr/src/sys/compile/GROM  i386


>Description:

	
Last changes in architecture of Specialix drivers made impossible compiling of the -stable kernel.

# make
loading kernel
ioconf.o: Undefined symbol `_siintr' referenced from data segment
*** Error code 1

Stop.

I haven't found 'siintr' symbol in si.c code and here is the excerpt from 'nm si.o'  output:
...
00002c8c t _si_disc_optim
00002d94 t _si_drvinit
00002360 t _si_intr		!!!!!!!!!!!!!!!!!!!!!
00002a08 t _si_lstart
000020b8 t _si_modem
...

so maybe some kind of spelling error ???


>How-To-Repeat:

	
Enable si option in config file, make depend and make all.

>Fix:
	
	
I hope the author knows...

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: peter 
State-Changed-When: Thu Mar 26 07:12:34 PST 1998 
State-Changed-Why:  
please read LINT and/or the man page when running into problems like this. 
The examples in the man page and LINT do not list 'vector siintr' any more, 
it is now configured internally (and was necessary since the driver now 
isn't necessarily declared as an isa device (eg: pci only)) 
>Unformatted:
