Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/powerpc/ibm4xx/dev/wdog.c
RevisionDateAuthorComments
 1.12  18-Jun-2011  matt Use aprint_normal include sys/cpu.h
 1.11  17-Jun-2011  matt struct device * -> device_t
struct cfdata * -> cfdata_t
split device/softc (CFATTACH_DECL_NEW)
use device_accessors and device_private
constify
 1.10  25-Feb-2010  matt branches: 1.10.8;
Adapt to spr.h breakup.
 1.9  05-May-2006  thorpej branches: 1.9.66; 1.9.86; 1.9.90;
Remove the devprop API and switch everthing over to the new proplib. Add
a new device_properties() accessor for device_t that returns the device's
property dictionary.
 1.8  11-Dec-2005  christos branches: 1.8.4; 1.8.6; 1.8.8; 1.8.10; 1.8.12;
merge ktrace-lwp.
 1.7  15-Jul-2003  lukem branches: 1.7.16;
__KERNEL_RCSID()
 1.6  02-Oct-2002  thorpej branches: 1.6.6;
Add trailing ; to CFATTACH_DECL.
 1.5  01-Oct-2002  thorpej Use CFATTACH_DECL().
 1.4  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.3  27-Sep-2002  thorpej Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
 1.2  12-Aug-2002  simonb branches: 1.2.2; 1.2.4;
Reorganise the IBM 4xx bus layout, using terminology from the IBM
documentation:
- Remove "mainbus" altogether.
- The new root is "plb" - the Processor Local Bus.
- Attached to this is the "opb" - the On-chip Peripheral Bus, to which
all the on-chip devices are attached (except the cpu and pci host
bridge).
- Port-specific code can pass an array of 'struct plb_dev' to
config_rootfound() to attach extra devices to the plb. The walnut
port attaches a "pbus" (Peripheral Bus) in here for the RTC and
pc keyboard controller to attach to.
There is still much 405GP specific code; the next round of changes will
generalise this to enable easier support for other 4xx CPUs.
 1.1  01-Aug-2002  simonb branches: 1.1.2;
Add driver for 405gp (and other 4xx?) watchdog timer.
 1.1.2.4  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.3  13-Aug-2002  nathanw Catch up to -current.
 1.1.2.2  06-Aug-2002  nathanw Catch up with powerpc rototilling.
 1.1.2.1  01-Aug-2002  nathanw file wdog.c was added on branch nathanw_sa on 2002-08-06 22:47:09 +0000
 1.2.4.3  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.2.4.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.2.4.1  12-Aug-2002  jdolecek file wdog.c was added on branch kqueue on 2002-09-06 08:39:12 +0000
 1.2.2.2  31-Aug-2002  gehenna catch up with -current.
 1.2.2.1  12-Aug-2002  gehenna file wdog.c was added on branch gehenna-devsw on 2002-08-31 13:45:45 +0000
 1.6.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.6.6.1  03-Aug-2004  skrll Sync with HEAD
 1.7.16.1  21-Jun-2006  yamt sync with head.
 1.8.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.8.10.1  11-May-2006  elad sync with head
 1.8.8.1  24-May-2006  yamt sync with head.
 1.8.6.1  01-Jun-2006  kardel Sync with head.
 1.8.4.1  09-Sep-2006  rpaulo sync with head
 1.9.90.1  07-Jan-2011  matt Deal with new powerpc world.
 1.9.86.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.9.66.1  11-Mar-2010  yamt sync with head
 1.10.8.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.

RSS XML Feed