Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2000 20:49:42 +0900 (JST)
From:      sanpei@sanpei.org
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        imp@FreeBSD.org
Subject:   i386/18323: [Patch] patch for kernel config file about sn/cs Ethernet Driver
Message-ID:  <200005011149.UAA02434@lavender.yy.cs.keio.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         18323
>Category:       i386
>Synopsis:       [Patch] patch for kernel config file about sn/cs Ethernet Driver
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May  1 05:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yokohama, Japan.
>Environment:


>Description:

    sn driver for SMC's 9000 series of Ethernet adapters(sys/dev/sn)
and cs driver for Crystal Semiconductor CS8900 and CS8920(sys/dev/cs)
were already Newbusify on Dec 22 by Warner-san, I think.

sn driver
http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/sn/if_sn.c
Rev.1.4
cs driver
http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/cs/if_cs.c
Rev.1.15

  But in sys/i386/conf/GENERIC file, these device are still listed in
``The probe order of these is presently determined by i386/isa/isa_compat.c.''

  I think, it need to move correct place. 

>How-To-Repeat:


>Fix:

--- sys/i386/conf/GENERIC.org	Mon May  1 20:46:43 2000
+++ sys/i386/conf/GENERIC	Mon May  1 20:46:58 2000
@@ -180,6 +180,8 @@
 device		ed0	at isa? port 0x280 irq 10 iomem 0xd8000
 device		ex
 device		ep
+device		sn0	at isa? port 0x300 irq 10
+device		cs0	at isa? port 0x300
 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
 # exists only as a PCMCIA device, so there is no ISA attatement needed
 # and resources will always be dynamically assigned by the pccard code.
@@ -197,8 +199,6 @@
 device		fe0	at isa? port 0x300
 device		le0	at isa? port 0x300 irq 5 iomem 0xd0000
 device		lnc0	at isa? port 0x280 irq 10 drq 0
-device		cs0	at isa? port 0x300
-device		sn0	at isa? port 0x300 irq 10
 # Disabled because it is currently broken.
 #device		xe
 

>Release-Note:
>Audit-Trail:
>Unformatted:


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




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