History log of /src/sys/arch/evbppc/obs405/dev/obsled.c |
Revision | | Date | Author | Comments |
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
|