Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2005 00:27:44 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80031 for review
Message-ID:  <200507120027.j6C0RiIn098755@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80031

Change 80031 by peter@peter_daintree on 2005/07/12 00:27:13

	Turn on the ed driver.  It appears that its evilness has been
	purged and it now behaves well.... in theory.

Affected files ...

.. //depot/projects/hammer/sys/amd64/conf/NOTES#75 edit
.. //depot/projects/hammer/sys/conf/files.amd64#74 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/conf/NOTES#75 (text+ko) ====

@@ -227,11 +227,10 @@
 # lnc:  Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
 #       Am79C960)
 
-#XXX#	still calls MD i386 kvtop function instead of vtophys etc
-#XXX#device		ed
-#XXX#options 		ED_3C503
-#XXX#options 		ED_HPP
-#XXX#options 		ED_SIC
+device		ed
+options 		ED_3C503
+options 		ED_HPP
+options 		ED_SIC
 #XXX#device		lnc
 
 device		ath

==== //depot/projects/hammer/sys/conf/files.amd64#74 (text+ko) ====

@@ -136,6 +136,12 @@
 dev/atkbdc/atkbdc_isa.c		optional	atkbdc isa
 dev/atkbdc/atkbdc_subr.c	optional	atkbdc
 dev/atkbdc/psm.c		optional	psm atkbdc
+# There are no systems with isa slots, so all ed isa entries should go..
+dev/ed/if_ed_3c503.c		optional	ed isa ed_3c503
+dev/ed/if_ed_isa.c		optional	ed isa
+dev/ed/if_ed_wd80x3.c		optional	ed isa
+dev/ed/if_ed_hpp.c		optional	ed isa ed_hpp
+dev/ed/if_ed_sic.c		optional	ed isa ed_sic
 dev/fb/fb.c			optional	fb
 dev/fb/fb.c			optional	vga
 dev/fb/splash.c			optional	splash



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