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
/
alpha
/
tlsb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-4
/
+5
*
Don't call cdevsw_add().
phk
2001-11-04
1
-5
/
+0
*
cn_tab no longer exists, use cnadd() to add a console device. Note that
jlemon
2001-10-24
1
-1
/
+1
*
Remove unneeded sys/mutex.h includes.
jhb
2001-10-19
1
-1
/
+0
*
remove unused variable declaration
mjacob
2001-10-11
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Old business: some SMP support.
mjacob
2001-08-15
1
-8
/
+16
*
fix alpha-MD compile errors after the vm_mtx commit
gallatin
2001-05-20
1
-0
/
+1
*
The new order of things is that dwlpxN is now called pcibN- so hack around
mjacob
2001-05-10
1
-2
/
+4
*
add alpha_pci_route_interrupt method
mjacob
2001-05-10
1
-2
/
+4
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Use the MI ithread helper functions in the alpha hardware interrupt code.
jhb
2001-02-09
1
-3
/
+2
*
remove unneded sys/ucred.h includes
alfred
2000-11-30
1
-1
/
+0
*
Pass in the new-bus flags to alpha_setup_intr().
jhb
2000-11-01
1
-1
/
+2
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-3
/
+6
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
2
-420
/
+310
*
Do the same thing for TurboLaser that was done for Rawhide- make room
mjacob
2000-07-10
1
-46
/
+55
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+1
*
It's the parent that is a CPU node- not GBus itself.
mjacob
2000-03-27
1
-5
/
+4
*
complain when you do not create a TLSB node
mjacob
2000-03-27
1
-1
/
+3
*
Alpha 8200: Reinsert licence from NetBSD that should have been there
mjacob
2000-03-18
1
-95
/
+740
*
Alpha 8200: Remove clause 3 of licence. Clean up code slightly.
mjacob
2000-03-18
1
-11
/
+6
*
Alpha 8200: Remove clause 3 of licence. Redo KFTXX bus attachment
mjacob
2000-03-18
1
-26
/
+27
*
Alpha 8200: Remove clause 3 of licence and and some KFTXX defines.
mjacob
2000-03-18
1
-4
/
+6
*
Alpha 8200: minor formatting tweaks; removal of clause 3 of licence.
mjacob
2000-03-18
1
-6
/
+2
*
Alpha 8200: Rework to get working properly with real h/w. This isn't a
mjacob
2000-03-18
1
-115
/
+179
*
Alpha 8200: Ooops on last delta- real changes include redoing bus attachment
mjacob
2000-03-18
1
-1
/
+0
*
Alpha 8200: Some minor formatting tweaks and removal of clause 3 of licence.
mjacob
2000-03-18
1
-153
/
+130
*
Alpha 8200: add a dummy driver for TLSB CPU nodes. Not so dummy, actually,
mjacob
2000-03-18
1
-0
/
+121
*
Alpha 8200: Add in variables and defines for DWLPX PCI controllers.
mjacob
2000-03-18
1
-0
/
+92
*
Alpha8200: Update this stub memory board driver for using newbus.
mjacob
2000-03-18
1
-39
/
+33
*
update copyright
mjacob
2000-01-29
1
-3
/
+1
*
Wrong patch had been applied.
mjacob
2000-01-29
1
-3
/
+1
*
Update copyright and pull some newer definitions from NetBSD version.
mjacob
2000-01-29
1
-5
/
+63
*
Put tslb_device structure in this file. Put a pointer to to primary
mjacob
2000-01-29
1
-1
/
+13
*
Clean up some compilation warnings and errors.
mjacob
2000-01-29
1
-13
/
+2
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
4
-6
/
+12
*
Move Alpha conflicting entries (98,99) to 135,136. Renumber the zsc
peter
1999-11-18
1
-1
/
+1
*
Take a shot at using cdevsw_add() to get it working again. This really
peter
1999-11-08
1
-1
/
+3
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+1
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-18
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-14
/
+6
*
$Id$ -> $FreeBSD$ (some mangled and/or hidden ones)
peter
1999-08-28
2
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
11
-11
/
+11
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
4
-23
/
+35
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+20
*
Add support for multiple PCI "hoses" used on various alpha platforms.
gallatin
1999-05-20
1
-7
/
+7
[next]