Date: Fri, 5 Jan 2001 11:15:44 -0800 (PST) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx_freebsd.h aic7xxx_pci.c Message-ID: <200101051915.f05JFi057488@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2001/01/05 11:15:43 PST
Modified files:
sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx_freebsd.h
aic7xxx_pci.c
Log:
aic7xxx.c:
aic7xxx.h:
First pass at big-endian support in the Core.
Capture state for second channel on TWIN channel adapters
for suspend and resume.
aic7xxx_freebsd.h:
Stubs for endian conversion functions. These will get filled
out once we get an official kernel api for this kind of thing
that is something more elegant and efficient than a bunch of
manual swaps #ifdefed by platform.
aic7xxx_pci.c
Allow the second channel of motherboard aic7896 chips to be attached.
It turns out that the encoding of the subdevice id differs between
PCI cards and MB based controllers and our check to see, via
the subvendor id, if the second channel was "stuffed" always
turned out negative.
Revision Changes Path
1.63 +79 -56 src/sys/dev/aic7xxx/aic7xxx.c
1.32 +24 -17 src/sys/dev/aic7xxx/aic7xxx.h
1.6 +20 -1 src/sys/dev/aic7xxx/aic7xxx_freebsd.h
1.8 +48 -12 src/sys/dev/aic7xxx/aic7xxx_pci.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101051915.f05JFi057488>
