Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2000 01:08:00 +0900
From:      MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To:        nyan@FreeBSD.org
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/conf files files.i386 files.pc98src/sys/dev/fe if_fe_cbus.c if_fe_isa.c if_fe_pccard.c if_fevar.hif_fe.c if_fereg.h src/sys/i386/isa if_fe.c if_fereg.h
Message-ID:  <200009141608.e8EG81c02711@lavender.sanpei.org>
In-Reply-To: Your message of "Thu, 14 Sep 2000 05:02:08 -0700 (PDT)"
References:  <200009141202.FAA38299@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>  Modified files:
>    sys/conf             files files.i386 files.pc98 
>    sys/dev/fe           if_fe.c if_fereg.h 
>  Added files:
>    sys/dev/fe           if_fe_cbus.c if_fe_isa.c if_fe_pccard.c 
>                         if_fevar.h 
>  Removed files:
>    sys/i386/isa         if_fe.c if_fereg.h 
>  Log:
>  - Newbus'ify and bus_space'ify.
>  - Separate bus dependent part and independent part.
>  - Moved source files to sys/dev/fe (repo copied).
>  - Fixed some comments by chi@bd.mbn.or.jp (Chiharu Shibata)

  Thank you, nyan-san. By the way, we need below changes in
sys/i386/conf/GENERIC, I think.

  And I will comment-in "fe" cards in /etc/defaults/pccard.conf.

--- src/sys/i386/conf/GENERIC.org	Fri Sep 15 01:03:13 2000
+++ src/sys/i386/conf/GENERIC	Fri Sep 15 01:03:32 2000
@@ -70,7 +70,7 @@
 device		isa
 device		eisa
 device		pci
-options 	COMPAT_OLDISA		# compatability shims for lnc, fe, le
+options 	COMPAT_OLDISA		# compatability shims for lnc, le
 options 	COMPAT_OLDPCI		# compatability shims for lnc, vx
 
 # Floppy drives
@@ -182,6 +182,7 @@
 device		ed
 device		ex
 device		ep
+device		fe
 device		cs
 device		sn
 # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
@@ -200,7 +201,6 @@
 device		xe
 # The probe order of these is presently determined by i386/isa/isa_compat.c.
 device		ie
-device		fe
 device		le
 device		lnc
 



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




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