Subject: Re: make kernel with aic7xxx driver (960511)
To: None <clarence@cs.cuhk.hk, current-users@NetBSD.ORG>
From: Noriyuki Soda <soda@sra.co.jp>
List: current-users
Date: 05/15/1996 00:18:46
> I patched the filse you sent to me and make kernel with the following
> result. Any idea ?
sorry, apply following patch.
================================================================
--- ahc_pci.c.org Sat May 11 21:17:24 1996
+++ ahc_pci.c Wed May 15 00:11:44 1996
@@ -392,9 +392,9 @@
if(ahc_t & AHC_ULTRA)
ultra_enb = inb(SXFRCTL0 + io_port) & ULTRAEN;
#else
- our_id = bus_io_read_1(bc, ioh, SCSIID) & OID;
+ our_id = bus_io_read_1(pa->pa_bc, ioh, SCSIID) & OID;
if(ahc_t & AHC_ULTRA)
- ultra_enb = bus_io_read_1(bc, ioh, SXFRCTL0) & ULTRAEN;
+ ultra_enb = bus_io_read_1(pa->pa_bc, ioh, SXFRCTL0) & ULTRAEN;
#endif
#if defined(__FreeBSD__)
================================================================
# source tree in my home is a bit behind -current. :-<
--
soda@sra.co.jp Software Research Associates, Inc., Japan
(Noriyuki Soda) software tools and technology group