Date: Sat, 15 Mar 2003 10:53:03 +0100 From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> To: Alfred Perlstein <bright@mu.org> Cc: current@freebsd.org Subject: Re: can't boot with twe anymore. Message-ID: <17742.1047721983@critter.freebsd.dk> In-Reply-To: Your message of "Fri, 14 Mar 2003 18:22:55 PST." <20030315022255.GW4145@elvis.mu.org>
index | next in thread | previous in thread | raw e-mail
In message <20030315022255.GW4145@elvis.mu.org>, Alfred Perlstein writes:
>Poul-Henning you promised me a patch two nights ago "within a couple
>of hours" It's now going on the 36th hour since.
Yeah, well, I didn't calculate with being hit by influenze :-(
Can you try this one:
Index: twe_compat.h
===================================================================
RCS file: /home/ncvs/src/sys/dev/twe/twe_compat.h,v
retrieving revision 1.6
diff -u -r1.6 twe_compat.h
--- twe_compat.h 8 Mar 2003 08:01:30 -0000 1.6
+++ twe_compat.h 15 Mar 2003 09:48:46 -0000
@@ -166,7 +166,7 @@
# define TWE_BIO_LENGTH(bp) (bp)->bio_bcount
# define TWE_BIO_LBA(bp) (bp)->bio_pblkno
# define TWE_BIO_SOFTC(bp) (bp)->bio_disk->d_drv1
-# define TWE_BIO_UNIT(bp) (bp)->bio_disk->d_unit
+# define TWE_BIO_UNIT(bp) (((struct twed_softc *)TWE_BIO_SOFTC(bp))->twed_drive->td_unit)
# define TWE_BIO_SET_ERROR(bp, err) do { (bp)->bio_error = err; (bp)->bio_flags |= BIO_ERROR;} while(0)
# define TWE_BIO_HAS_ERROR(bp) ((bp)->bio_flags & BIO_ERROR)
# define TWE_BIO_RESID(bp) (bp)->bio_resid
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17742.1047721983>
