index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. The
kaiw
2009-02-11
1
-0
/
+1
*
reset_epp and ecp_sync both return int.
imp
2009-02-05
2
-9
/
+9
*
Add locking to ppc and ppbus and mark the whole lot MPSAFE:
jhb
2009-01-21
7
-80
/
+82
*
Various whitespace and style fixes.
jhb
2008-11-16
2
-62
/
+62
*
Fix build with PPC_PROBE_CHIPSET enabled.
jhb
2008-10-22
1
-10
/
+13
*
Several cleanups to remove the need for explicit unit numbers and a few
jhb
2008-10-21
2
-26
/
+16
*
Rework the handling of interrupt handlers for children of ppc and ppbus:
jhb
2008-09-15
7
-63
/
+116
*
Remove unneeded include.
nyan
2008-08-29
1
-5
/
+0
*
Use bus_foo() rather than bus_space_foo() and remove bus handle and tag
jhb
2008-08-22
3
-33
/
+28
*
Use ppc_detach() for device_detach instead of ppc_attach().
jhb
2008-08-22
1
-1
/
+1
*
Don't call bus_deactivate_resource() explicitly before calling
nyan
2007-03-21
1
-8
/
+0
*
o Wrap ppc_setup_intr() at 80.
piso
2007-03-06
1
-3
/
+6
*
Whitespace fix.
jhb
2007-02-23
1
-1
/
+1
*
Use 'pause' in several places rather than trying to tsleep() on NULL (which
jhb
2007-02-23
1
-2
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
2
-5
/
+5
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-9
/
+0
*
Rewrite of puc(4). Significant changes are:
marcel
2006-04-28
1
-0
/
+13
*
o Use __FBSDID
marcel
2006-04-26
1
-12
/
+11
*
o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-
marcel
2006-04-24
7
-240
/
+585
*
Import ACPI Dock Station support. Note that this is still very young.
iwasaki
2006-04-15
2
-0
/
+43
*
G/C unused variable.
jhb
2006-02-22
1
-1
/
+0
*
- Use bus_setup_intr() and bus_teardown_intr() to register device driver
jhb
2006-02-22
1
-2
/
+2
*
Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can be
ru
2005-12-21
1
-0
/
+1
*
Fix -Wundef.
ru
2005-12-04
1
-1
/
+1
*
don't use C keyword register as CPP macro argument name
imp
2005-04-12
1
-2
/
+2
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
2
-0
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+6
*
Forgot an added file in the last commit.
ambrisko
2003-08-01
1
-0
/
+49
*
Add printer support to puc(4) driver.
ambrisko
2003-08-01
2
-42
/
+118
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
Remove break after return;
phk
2003-05-31
1
-7
/
+0
*
Fix some easy, global, lint warnings. In most cases, this means
markm
2003-04-30
1
-1
/
+1
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-3
/
+3
*
Restore the original copyright
nsouch
2002-03-23
1
-0
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-11
/
+11
*
Add ACPI attachments.
msmith
2001-08-30
1
-0
/
+1
*
Convert inb/outb to bus_space.
nsouch
2001-06-23
2
-25
/
+34
*
Consider that the chipset may be in ECP mode (from BIOS settings)
nsouch
2001-01-25
2
-36
/
+37
*
Fix the PR. Getting a dma channel equal to 0 remains a problem though.
nsouch
2000-12-19
1
-1
/
+1
*
Add support for the PC87303 chipset (found on Miata alphas) and add
dfr
2000-07-20
2
-6
/
+47
*
Add smc37c935 chipset support and clean up the code which tries to
dfr
2000-07-18
2
-32
/
+139
*
Only print the diagnostic about extended I/O ports if bootverbose is true.
dfr
2000-06-25
1
-2
/
+4
*
Port ppc driver to alpha.
dfr
2000-05-14
2
-3
/
+27
*
Enable PnP attachment for parallel port controllers.
wollman
2000-04-22
1
-6
/
+11
*
Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it is
peter
2000-01-29
1
-4
/
+0
*
* Don't use ivars to access resources, bus_set/get_resource is much better.
dfr
2000-01-25
1
-10
/
+26
*
Don't do device_set_desc() until after checking for PnP probes. Otherwise
peter
2000-01-14
1
-3
/
+4
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
2
-318
/
+529
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
[next]