Re: aic driver camified

1999-10-22 Thread Koen Schreel
Luoqi Chen wrote: > > > I cannot compile a kernel. It reports the following errors: > > Did the patch files.diff apply cleanly? It should add one line to each of > the sys/conf/files and sys/i386/conf/files.i386, please make sure they > are there. > The patches did not apply cleanly (maybe I s

Re: aic driver camified

1999-10-21 Thread Luoqi Chen
> Luoqi Chen wrote: > > > > I compiled a kernel for -stable, but was unable to boot from it. Does anyone > > know if there is any incompatibility between the -current boot loader and a > > -stable kernel? > > AFAIK, there is no difference between them (the loaders :). > > Try from boot2. > It

Re: aic driver camified

1999-10-21 Thread Daniel C. Sobral
Luoqi Chen wrote: > > I compiled a kernel for -stable, but was unable to boot from it. Does anyone > know if there is any incompatibility between the -current boot loader and a > -stable kernel? AFAIK, there is no difference between them (the loaders :). Try from boot2. -- Daniel C. Sobral

Re: aic driver camified

1999-10-20 Thread Luoqi Chen
> Luoqi Chen wrote: > > > > I've ported it to -stable, but I don't have a machine to test it, please > > if you could. The code is in http://www.freebsd.org/~luoqi/aic/stable, > > apply patch files.diff, copy aic_isa.c to i386/isa, the rest goes to dev/aic. > > > > I cannot compile a kernel. It

Re: aic driver camified

1999-10-20 Thread Luoqi Chen
> I also tried to experiment with the aic driver (and also failed, little > similar to Ilya's problems) > Could you download the new set of files and see if it helps? > as devices. What puzzles me is why the probe at the aic0 wants to look > at bus 0. Shouldn't that be bus 1? Or should I add a s

Re: aic driver camified

1999-10-20 Thread Koen Schreel
Luoqi Chen wrote: > > I've ported it to -stable, but I don't have a machine to test it, please > if you could. The code is in http://www.freebsd.org/~luoqi/aic/stable, > apply patch files.diff, copy aic_isa.c to i386/isa, the rest goes to dev/aic. > I cannot compile a kernel. It reports the fol

Re: aic driver camified

1999-10-20 Thread Koen Schreel
I also tried to experiment with the aic driver (and also failed, little similar to Ilya's problems) Configuration: Asus P2B-DS motherboard with dual PII-350, 128 Mb of memory, running 4.0-19990918-CURRENT. Adaptec AIC 7890 on-board U2W SCSI controller. Adaptec AVA 1505 (AIC 6360Q) isa SCSI contr

Re: aic driver camified

1999-10-19 Thread Luoqi Chen
> On Mon, 18 Oct 1999, Chris Dillon wrote: > > > Should this apply cleanly to -stable? If so, I'll give it a shot when > > I get home. > > I'll answer my own question (which, oddly enough, still hasn't made it > to the list after about two hours). I forgot about newbus. It > doesn't work, of

Re: aic driver camified

1999-10-18 Thread Chris Dillon
On Mon, 18 Oct 1999, Chris Dillon wrote: > Should this apply cleanly to -stable? If so, I'll give it a shot when > I get home. I'll answer my own question (which, oddly enough, still hasn't made it to the list after about two hours). I forgot about newbus. It doesn't work, of course, and my C

Re: aic driver camified

1999-10-18 Thread Chris Dillon
On Mon, 18 Oct 1999, Luoqi Chen wrote: > After the recent signal related changes, the pre-cam kernel I saved a long > time ago no longer works with (even statically compiled) user applications, > which meant I had no way to access my files on an old disk hanging off an > aic6360 card. So I decide

Re: aic driver camified

1999-10-18 Thread David O'Brien
> I suspect someone will want a PCCARD front end as well. I'll write it if > someone will work with me on testing. You have a guinie pig^W^Wtester. -- -- David([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: aic driver camified

1999-10-18 Thread Doug White
On Mon, 18 Oct 1999, Luoqi Chen wrote: > After the recent signal related changes, the pre-cam kernel I saved a long > time ago no longer works with (even statically compiled) user applications, > which meant I had no way to access my files on an old disk hanging off an > aic6360 card. So I decide

Re: aic driver camified

1999-10-18 Thread Matthew N. Dodd
On Mon, 18 Oct 1999, Luoqi Chen wrote: > DMA is not supported, sync transfer is supported but not tested, neither > pnp nor pccard is supported. My card doesn't support any of these, so > there's not much I could do, I hope sopme of you could fill in the blanks. Looks pretty good. I'll whip up a

aic driver camified

1999-10-18 Thread Luoqi Chen
After the recent signal related changes, the pre-cam kernel I saved a long time ago no longer works with (even statically compiled) user applications, which meant I had no way to access my files on an old disk hanging off an aic6360 card. So I decided to bite the bullet and camify the aic driver m