History log of /src/sys/arch/evbppc/obs405/dev |
Revision | Date | Author | Comments |
1.5 | 18-Jun-2011 |
matt | split device/softc (CFATTACH_DECL_NEW) struct device * -> device_t struct cfdata * -> cfdata_t Use <sys/foo.h> instead of <machine/foo.h> if <sys/foo.h> exists Explicitly include <powerpc/ibm4xx/cpu.h> when needed.
|
1.4 | 22-Feb-2007 |
thorpej | branches: 1.4.78; TRUE -> true, FALSE -> false
|
1.3 | 05-May-2006 |
thorpej | branches: 1.3.14; 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.2 | 11-Dec-2005 |
christos | branches: 1.2.4; 1.2.6; 1.2.8; 1.2.10; 1.2.12; merge ktrace-lwp.
|
1.1 | 18-Mar-2005 |
shige | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Add sources for OpenBlockS200 (OpenBlockS S/R) machine.
|
1.1.8.2 | 26-Feb-2007 |
yamt | sync with head.
|
1.1.8.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.1.6.2 | 29-Apr-2005 |
kent | sync with -current
|
1.1.6.1 | 18-Mar-2005 |
kent | file century_bios.c was added on branch kent-audio2 on 2005-04-29 11:28:09 +0000
|
1.1.4.2 | 01-Apr-2005 |
skrll | Sync with HEAD.
|
1.1.4.1 | 18-Mar-2005 |
skrll | file century_bios.c was added on branch ktrace-lwp on 2005-04-01 14:27:26 +0000
|
1.1.2.2 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.1.2.1 | 18-Mar-2005 |
yamt | file century_bios.c was added on branch yamt-km on 2005-03-19 08:32:58 +0000
|
1.2.12.1 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.2.10.1 | 11-May-2006 |
elad | sync with head
|
1.2.8.1 | 24-May-2006 |
yamt | sync with head.
|
1.2.6.1 | 01-Jun-2006 |
kardel | Sync with head.
|
1.2.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.3.14.1 | 27-Feb-2007 |
yamt | - sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
|
1.4.78.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.12 | 07-Sep-2024 |
andvar | spelling and grammar fixes, mainly in comments.
|
1.11 | 15-Jan-2024 |
andvar | branches: 1.11.2; Fix few typos in comments, mainly s/argment/argument/.
|
1.10 | 25-Feb-2014 |
pooka | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before the sysctl link sets are processed, and remove redundancy.
Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code.
|
1.9 | 02-Jun-2012 |
dsl | branches: 1.9.2; 1.9.4; Add some pre-processor magic to verify that the type of the data item passed to sysctl_createv() actually matches the declared type for the item itself. In the places where the caller specifies a function and a structure address (typically the 'softc') an explicit (void *) cast is now needed. Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting AcpiGbl_EnableAmlDebugObject. (mostly passing the address of a uint64_t when typed as CTLTYPE_INT). I've test built quite a few kernels, but there may be some unfixed MD fallout. Most likely passing &char[] to char *. Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet.
|
1.8 | 18-Jun-2011 |
matt | branches: 1.8.2; split device/softc (CFATTACH_DECL_NEW) struct device * -> device_t struct cfdata * -> cfdata_t Use <sys/foo.h> instead of <machine/foo.h> if <sys/foo.h> exists Explicitly include <powerpc/ibm4xx/cpu.h> when needed.
|
1.7 | 05-Nov-2009 |
dyoung | branches: 1.7.10; Use deviter(9) instead of accessing alldevs directly. Untested.
|
1.6 | 28-Mar-2006 |
thorpej | branches: 1.6.66; Use device_unit().
|
1.5 | 26-Feb-2006 |
thorpej | branches: 1.5.2; 1.5.4; 1.5.6; Use device_is_a()
|
1.4 | 11-Dec-2005 |
christos | branches: 1.4.2; 1.4.4; 1.4.6; merge ktrace-lwp.
|
1.3 | 04-Sep-2005 |
shige | Support LED-control via sysctl (on=1/off=0). Sysctl name: hw.obsled.led{1,2,4}.
Submitted by kiyohara.
|
1.2 | 18-Mar-2005 |
shige | branches: 1.2.2; 1.2.4; Rearrange codes for OpenBlockS266 machine.
|
1.1 | 24-Jan-2005 |
shige | branches: 1.1.2; 1.1.4; 1.1.8; Add OpenBlockS266 GPIO LED Driver.
|
1.1.8.1 | 14-Sep-2005 |
tron | Apply patch (requested by shige in ticket #763): Synchronize OpenBlockS266 port with NetBSD-current for enhanced stability.
|
1.1.4.4 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.4.3 | 01-Apr-2005 |
skrll | Sync with HEAD.
|
1.1.4.2 | 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.1.4.1 | 24-Jan-2005 |
skrll | file obsled.c was added on branch ktrace-lwp on 2005-02-04 11:44:18 +0000
|
1.1.2.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.2.4.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.2.2.2 | 29-Apr-2005 |
kent | sync with -current
|
1.2.2.1 | 18-Mar-2005 |
kent | file obsled.c was added on branch kent-audio2 on 2005-04-29 11:28:09 +0000
|
1.4.6.1 | 22-Apr-2006 |
simonb | Sync with head.
|
1.4.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.4.2.1 | 01-Mar-2006 |
yamt | sync with head.
|
1.5.6.1 | 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.5.4.1 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.5.2.1 | 01-Apr-2006 |
yamt | sync with head.
|
1.6.66.1 | 11-Mar-2010 |
yamt | sync with head
|
1.7.10.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.8.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.8.2.1 | 30-Oct-2012 |
yamt | sync with head
|
1.9.4.1 | 18-May-2014 |
rmind | sync with head
|
1.9.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.11.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.2 | 17-Dec-2004 |
shige | X1226 RTC is connected to IBM405GPr On-chip IIC(I2C). These files were already moved to sys/dev/i2c. We don't need these files.
|
1.1 | 23-Sep-2003 |
shige | branches: 1.1.4; 1.1.8; Add new evbppc port. This port is for OpenBlockS266. OpenBlockS266: IBM405GPr OpenBIOS. X1226 is a rtc chip connected with IIC bus.
|
1.1.8.1 | 15-Sep-2005 |
riz | Pull up following revision(s) (requested by shige in ticket #5820): distrib/evbppc/md-kernel/Makefile 1.3 via patch etc/etc.evbppc/Makefile.inc 1.3 via patch sys/arch/evbppc/conf/files.obs405 1.5-1.8 via patch sys/arch/evbppc/conf/OPENBLOCKS266 1.22,1.25 via patch sys/arch/evbppc/include/obs266.h 1.1 (new) sys/arch/evbppc/include/obs405.h 1.1-1.5 (new) sys/arch/evbppc/include/rbus_machdep.h 1.1 (new) sys/arch/evbppc/obs405/consinit.c 1.2-1.4 sys/arch/evbppc/obs405/dev/x1226.c deleted sys/arch/evbppc/obs405/dev/x1226reg.h deleted sys/arch/evbppc/obs405/machdep.c deleted sys/arch/evbppc/obs405/obs266_autoconf.c 1.1 (new) sys/arch/evbppc/obs405/obs266_machdep.c 1.1 (new, plus patch) sys/arch/evbppc/obs405/obs405_autoconf.c 1.1 (new, plus patch) sys/arch/evbppc/obs405/obs405_machdep.c 1.1 (new) sys/arch/evbppc/obs405/rbus_machdep.c 1.1 (new) sys/arch/powerpc/conf/files.ibm4xx 1.6-1.7 sys/arch/powerpc/ibm4xx/board_prop.c 1.1 (new) sys/arch/powerpc/ibm4xx/dev/com_opb.c 1.12 sys/arch/powerpc/ibm4xx/dev/comopbvar.h 1.1 (new) sys/arch/powerpc/ibm4xx/ibm40x_machdep.c 1.3-1.4 sys/arch/powerpc/ibm4xx/ibm4xx_autoconf.c 1.1-1.2 (new) sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c 1.1-1.3 (new) sys/arch/powerpc/ibm4xx/ibm4xxgpx_autoconf.c 1.2-1.3 sys/arch/powerpc/ibm4xx/openbios/openbios.c 1.1 (new) sys/arch/powerpc/include/ibm4xx/cpu.h 1.7-1.10 sys/arch/powerpc/include/ibm4xx/openbios.h 1.1 (new)
Update OpenBlockS266 support to more modern, stable sources.
|
1.1.4.5 | 18-Dec-2004 |
skrll | Sync with HEAD.
|
1.1.4.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.4.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.4.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.4.1 | 23-Sep-2003 |
skrll | file x1226.c was added on branch ktrace-lwp on 2004-08-03 10:34:16 +0000
|
1.2 | 17-Dec-2004 |
shige | X1226 RTC is connected to IBM405GPr On-chip IIC(I2C). These files were already moved to sys/dev/i2c. We don't need these files.
|
1.1 | 23-Sep-2003 |
shige | branches: 1.1.4; 1.1.8; Add new evbppc port. This port is for OpenBlockS266. OpenBlockS266: IBM405GPr OpenBIOS. X1226 is a rtc chip connected with IIC bus.
|
1.1.8.1 | 15-Sep-2005 |
riz | Pull up following revision(s) (requested by shige in ticket #5820): distrib/evbppc/md-kernel/Makefile 1.3 via patch etc/etc.evbppc/Makefile.inc 1.3 via patch sys/arch/evbppc/conf/files.obs405 1.5-1.8 via patch sys/arch/evbppc/conf/OPENBLOCKS266 1.22,1.25 via patch sys/arch/evbppc/include/obs266.h 1.1 (new) sys/arch/evbppc/include/obs405.h 1.1-1.5 (new) sys/arch/evbppc/include/rbus_machdep.h 1.1 (new) sys/arch/evbppc/obs405/consinit.c 1.2-1.4 sys/arch/evbppc/obs405/dev/x1226.c deleted sys/arch/evbppc/obs405/dev/x1226reg.h deleted sys/arch/evbppc/obs405/machdep.c deleted sys/arch/evbppc/obs405/obs266_autoconf.c 1.1 (new) sys/arch/evbppc/obs405/obs266_machdep.c 1.1 (new, plus patch) sys/arch/evbppc/obs405/obs405_autoconf.c 1.1 (new, plus patch) sys/arch/evbppc/obs405/obs405_machdep.c 1.1 (new) sys/arch/evbppc/obs405/rbus_machdep.c 1.1 (new) sys/arch/powerpc/conf/files.ibm4xx 1.6-1.7 sys/arch/powerpc/ibm4xx/board_prop.c 1.1 (new) sys/arch/powerpc/ibm4xx/dev/com_opb.c 1.12 sys/arch/powerpc/ibm4xx/dev/comopbvar.h 1.1 (new) sys/arch/powerpc/ibm4xx/ibm40x_machdep.c 1.3-1.4 sys/arch/powerpc/ibm4xx/ibm4xx_autoconf.c 1.1-1.2 (new) sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c 1.1-1.3 (new) sys/arch/powerpc/ibm4xx/ibm4xxgpx_autoconf.c 1.2-1.3 sys/arch/powerpc/ibm4xx/openbios/openbios.c 1.1 (new) sys/arch/powerpc/include/ibm4xx/cpu.h 1.7-1.10 sys/arch/powerpc/include/ibm4xx/openbios.h 1.1 (new)
Update OpenBlockS266 support to more modern, stable sources.
|
1.1.4.5 | 18-Dec-2004 |
skrll | Sync with HEAD.
|
1.1.4.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.4.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.4.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.4.1 | 23-Sep-2003 |
skrll | file x1226reg.h was added on branch ktrace-lwp on 2004-08-03 10:34:16 +0000
|