s on the raw chips and wire them up
to my glxiic(4) based lab setup. I'll get back to you then.
Brix
--
Henrik Brix Andersen
PGP.sig
Description: This is a digitally signed message part
Since this driver is powerpc-only (the chip is not powerpc-specific - but this
driver depends on OFW?) shouldn't it live somewhere under sys/powerpc/ instead
of the generic sys/dev/iicbus/?
Or perhaps be rewritten to a more generic form?
Brix
--
Henrik Brix Andersen
PGP.sig
Description: This is a digitally signed message part
Hi,
On May 15, 2011, at 21:14, Kostik Belousov wrote:
> On Sun, May 15, 2011 at 07:04:08PM +0000, Henrik Brix Andersen wrote:
>> Author: brix (ports committer)
>> Date: Sun May 15 19:04:08 2011
>> New Revision: 221971
>> URL: http://svn.freebsd.org/changeset/base
Author: brix (ports committer)
Date: Sun May 15 19:04:08 2011
New Revision: 221971
URL: http://svn.freebsd.org/changeset/base/221971
Log:
Fix breakage on pc98 by redefining DEBUG().
Pointy hat to:brix
Modified:
head/sys/dev/glxiic/glxiic.c
Modified: head/sys/dev/glxiic/glxiic.c
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/share/man/man4/man4.i386/glxiic.4 Sun May 15 14:01:23 2011
(r221961)
@@ -0,0 +1,106 @@
+.\" Copyright (c) 2011 Henrik Brix Andersen
+.\" All right
687,7 +687,7 @@ cust_pkg () (
> (
> cd ${NANO_PACKAGE_DIR}
> find ${NANO_PACKAGE_LIST} -print |
> - cpio -dumpv ${NANO_WORLDDIR}/Pkg
> + cpio -Ldumpv ${NANO_WORLDDIR}/Pkg
> )
>
> # Count & report how many we have to install
--
Henrik Brix Andersen
PGP.sig
Description: This is a digitally signed message part
Author: brix (ports committer)
Date: Fri May 13 15:06:35 2011
New Revision: 221839
URL: http://svn.freebsd.org/changeset/base/221839
Log:
Allow direct children of PCI-ISA bridges to allocate resources from
the parent PCI bus.
Heavily inspired by jhb@ and a similar implementation present i