Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/macppc/dev/adbvar.h
RevisionDateAuthorComments
 1.15  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.14  01-Nov-2009  snj branches: 1.14.12; 1.14.22;
Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).
 1.13  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.12  04-Mar-2007  christos branches: 1.12.44; 1.12.52; 1.12.58;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.11  11-Dec-2005  christos branches: 1.11.26;
merge ktrace-lwp.
 1.10  05-Jun-2005  nathanw branches: 1.10.2;
Rearrange some of the ADB types and void * abuse to make -Wcast-qual
happy in the presence of the "volatile int flag" construct. Fix up a variety
of calls to pass NULL instead of (Ptr)0 to maintain function-pointer safety.
 1.9  01-Feb-2005  briggs Remove one level of interrupt redirection by switching on the ADB
hardware type and registering a Cuda or PMU interrupt handler
specifically instead of an intermediate interrupt handler.
 1.8  01-Feb-2005  briggs ADB_HW_PB is really ADB_HW_PMU.
 1.7  09-Apr-2003  thorpej branches: 1.7.2; 1.7.10; 1.7.12;
G/c the traceq; nothing uses it.
 1.6  18-Jun-2002  itojun extern decl for adbHardware
 1.5  08-Jun-2001  matt branches: 1.5.2; 1.5.8; 1.5.16;
Make macppc compile by default with -Wall -Wmissing-prototype in addition
to its currently enabled warnings. For the lack of a better place, most
global function prototype wound up in <machine/autoconf.h> unless there
was a better place for them. ofb_* structs renamed to offb_* to avoid
conflict with ofb_softc in <dev/ofw/openfirm.h>
 1.4  19-Dec-2000  tsubai branches: 1.4.2;
Sync with mac68k.
 1.3  08-Jun-2000  tsubai Sync with mac68k.
 1.2  13-Oct-1998  tsubai branches: 1.2.12; 1.2.20;
Split ADB driver to aed (ADB event device), akbd (ADB keyboard),
and ams (ADB mouse). adb is a bus now. (from Colin Wood)
 1.1  15-May-1998  tsubai Initial import of macppc port.
 1.2.20.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.2.12.2  05-Jan-2001  bouyer Sync with HEAD
 1.2.12.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.4.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.5.16.1  16-Jul-2002  gehenna catch up with -current.
 1.5.8.2  20-Jun-2002  nathanw Catch up to -current.
 1.5.8.1  08-Jun-2001  nathanw file adbvar.h was added on branch nathanw_sa on 2002-06-20 03:39:33 +0000
 1.5.2.1  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.7.12.1  12-Feb-2005  yamt sync with head.
 1.7.10.1  29-Apr-2005  kent sync with -current
 1.7.2.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.7.2.1  04-Feb-2005  skrll Sync with HEAD.
 1.10.2.1  03-Sep-2007  yamt sync with head.
 1.11.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.12.58.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.12.52.1  28-Apr-2009  skrll Sync with HEAD.
 1.12.44.2  11-Mar-2010  yamt sync with head
 1.12.44.1  04-May-2009  yamt sync with head.
 1.14.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.14.12.1  30-Oct-2012  yamt sync with head

RSS XML Feed