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
/
ppc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-8
/
+12
*
Consider that the chipset may be in ECP mode (from BIOS settings)
nsouch
2001-01-25
1
-35
/
+35
*
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
1
-6
/
+46
*
Add smc37c935 chipset support and clean up the code which tries to
dfr
2000-07-18
1
-30
/
+110
*
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
1
-1
/
+25
*
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
1
-310
/
+508
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Return the port size from the probe.
peter
1999-04-22
1
-2
/
+3
*
More appropriate fix to the id_irq read during probe
nsouch
1999-02-14
1
-3
/
+3
*
The way the interrupt id was calculated was wrong and the lpt
nsouch
1999-02-14
1
-2
/
+2
*
Fix interrupt handling with DMA. Bit nFault was tested in the control reg.
nsouch
1999-02-14
1
-5
/
+10
*
Fix compile warnings about missing braces around static initialization of uni...
nsouch
1999-01-31
1
-3
/
+3
*
Distinguish EPP address/data register. Add EPP address register access to ppi.
nsouch
1999-01-30
1
-15
/
+13
*
Fix broken low level ppb_rxxx() return type: char becomes u_char.
nsouch
1999-01-10
1
-9
/
+9
*
Major ppbus commit with:
nsouch
1999-01-10
1
-48
/
+435
*
Silence -Wtrigraph.
hoek
1998-12-30
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-9
/
+3
*
pcf.c: timeout management added
nsouch
1998-10-31
1
-89
/
+202
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+5
*
- program counter was previously an index in the microsequence, now pc
nsouch
1998-09-20
1
-26
/
+18
*
invalid printf call fixed -> compile time warning removed
nsouch
1998-09-13
1
-2
/
+2
*
ppbus enhanced to support ZIP+ : microseq improved
nsouch
1998-09-13
1
-26
/
+66
*
printing with compatible mode fixed if ECP available + more verbose if bootve...
nsouch
1998-09-02
1
-43
/
+163
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-3
/
+2
*
Major ppbus updates from the author.
msmith
1998-08-03
1
-165
/
+555
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Removed unused #includes.
bde
1997-09-01
1
-8
/
+1
*
ISA Parallel-Port Bus chipset driver.
msmith
1997-08-14
1
-0
/
+763