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
/
ppbus
/
immio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add locking to ppc and ppbus and mark the whole lot MPSAFE:
jhb
2009-01-21
1
-0
/
+2
*
Various whitespace and style fixes.
jhb
2008-11-16
1
-18
/
+23
*
Several cleanups to remove the need for explicit unit numbers and a few
jhb
2008-10-21
1
-10
/
+13
*
bandaid assumption that char is signed
sam
2005-12-21
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Translate various ppbus sequences into microsequences to limit
nsouch
2001-06-23
1
-66
/
+74
*
Discard extra status information if -1. This has been breaking the
nsouch
2001-01-25
1
-0
/
+5
*
Cleanup and improve mode detection. Now, you should get what you actually
nsouch
2001-01-02
1
-61
/
+41
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
1
-69
/
+77
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-4
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make ppbus compile under egcs. I'm not sure about this casting-to-union-
peter
1999-04-05
1
-3
/
+5
*
Distinguish EPP address/data register. Add EPP address register access to ppi.
nsouch
1999-01-30
1
-12
/
+12
*
Major ppbus commit with:
nsouch
1999-01-10
1
-1
/
+3
*
lpbb is the official Philips parallel I2C interface. lpbb.c contains only
nsouch
1998-10-31
1
-7
/
+15
*
abort imm init if can't disconnect from drive
nsouch
1998-10-02
1
-1
/
+2
*
- port of vpo code to CAM
nsouch
1998-09-20
1
-28
/
+50
*
Lowlevel i/o routines for ZIP+ support. Mostly written with microseq
nsouch
1998-09-13
1
-0
/
+771