From owner-newconfig-jp@jp.freebsd.org  Tue Feb 23 14:09:39 1999
Received: by jaz.jp.freebsd.org (8.9.2+3.1W/8.7.3) id OAA23477;
	Tue, 23 Feb 1999 14:09:39 +0900 (JST)
	(envelope-from owner-newconfig-jp@jp.FreeBSD.org)
Received: from ann.hi-ho.ne.jp (root@ann.hi-ho.ne.jp [202.224.128.125])
	by jaz.jp.freebsd.org (8.9.2+3.1W/8.7.3) with ESMTP id OAA23469
	for <newconfig-jp@jp.freebsd.org>; Tue, 23 Feb 1999 14:09:37 +0900 (JST)
	(envelope-from kanaoka@ann.hi-ho.ne.jp)
Received: from localhost (bluerobin.mke.co.jp [210.130.252.139])
	by ann.hi-ho.ne.jp (8.9.1+3.0W/3.6W:Hi-HO) with ESMTP id OAA27158
	for <newconfig-jp@jp.freebsd.org>; Tue, 23 Feb 1999 14:09:34 +0900 (JST)
To: newconfig-jp@jp.freebsd.org
In-Reply-To: <19990223134209Y.nyan@wyvern.cc.kogakuin.ac.jp>
References: <19990223133548V.kanaoka@ann.hi-ho.ne.jp>
	<19990223134209Y.nyan@wyvern.cc.kogakuin.ac.jp>
X-Mailer: Mew version 1.94b3 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Multipart/Mixed;
	boundary="--Next_Part(Tue_Feb_23_14:07:22_1999_809)--"
Content-Transfer-Encoding: 7bit
Message-Id: <19990223140939I.kanaoka@ann.hi-ho.ne.jp>
Date: Tue, 23 Feb 1999 14:09:39 +0900
From: Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>
X-Dispatcher: imput version 990208(IM105)
Lines: 75
Reply-To: newconfig-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+981115
X-Sequence: newconfig-jp 1258
Subject: [newconfig-jp 1258] Re: RELENG_3_BP patch (Re: What to DO)
Errors-To: owner-newconfig-jp@jp.freebsd.org
Sender: owner-newconfig-jp@jp.freebsd.org
X-Originator: kanaoka@ann.hi-ho.ne.jp

----Next_Part(Tue_Feb_23_14:07:22_1999_809)--
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit

$B6b2,$G$9!#(B

   Subject: [newconfig-jp 1257] Re: RELENG_3_BP patch (Re: What to DO)
Message-ID: <19990223134209Y.nyan@wyvern.cc.kogakuin.ac.jp>

$ $B9b66(B@$B9)3X1!Bg$G$9(B
$ 
$ {isavga,atkbdc}_attach $B$G2~9T$7$J$$$H%@%a$G$9$M!#(B
$ 

{isavga,atkbdc}_attach $B$G2~9T$rF~$l$k$H(B 
dmesg $B$G0J2<$N$h$&$KI=<($5$l$F$$$^$9!#(B

vga1 at pci0 dev 11 func 0: S3 968 graphics accelerator
vendor 0x1045 id 0xc861 at pci0 dev 12 func 0: not configured
isa0 at pcib0
sc0 at isa0
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at isa0 port 0x3f8-0x3ff irq 4
sio0: type 16550A
sio1 at isa0 port 0x2f8-0x2ff irq 3
sio1: type 16550A
vga0 at isa0
sr0: probe failed BAR 0, ff.
npx0 at isa0 irq 13: INT 16 interface
apm0 at isa0: found APM BIOS version 1.2
atkbdc0 at isa0
atkbd0 at isa0 irq 1
probing for RocketPort(ISA) unit 0

---
 Masanori Kanaoka	kana@saijo.mke.mei.co.jp
			kanaoka@ann.hi-ho.ne.jp

----Next_Part(Tue_Feb_23_14:07:22_1999_809)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=print.patch

--- atkbdc_isa.c.nyan	Tue Feb 23 13:54:35 1999
+++ atkbdc_isa.c	Tue Feb 23 13:53:07 1999
@@ -85,6 +85,9 @@
 {
 	atkbdc_softc_t *sc;
 
+#ifdef NEW_CONFIG
+	printf("\n");
+#endif
 	sc = atkbdc_get_softc(dev->id_unit);
 	return ((sc == NULL) ? 0 : 1);
 }
--- vga_isa.c.nyan	Tue Feb 23 13:50:16 1999
+++ vga_isa.c	Tue Feb 23 13:59:46 1999
@@ -200,12 +200,14 @@
 {
 	isavga_softc_t *sc;
 
+#ifdef NEW_CONFIG
+	printf("\n");
+#endif
 	if (dev->id_unit >= sizeof(isavga_softc)/sizeof(isavga_softc[0]))
 		return 0;
 	sc = isavga_softc[dev->id_unit];
 	if (sc == NULL)
 		return 0;
-
 	return ((isavga_attach_unit(dev->id_unit, sc, dev->id_flags)) ? 0 : 1);
 }
 

----Next_Part(Tue_Feb_23_14:07:22_1999_809)----
