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
/
pcic
/
i82365.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing comma in previous commit.
des
2001-12-28
1
-1
/
+1
*
Don't use RFTHREAD when creating a kernel process.
jhb
2001-12-18
1
-1
/
+1
*
o Now that I've had time to test the new interface, reintegrate it back in.
imp
2001-01-07
1
-2
/
+4
*
Start to make code more generic so it can be used by the pccbb driver
imp
2000-12-05
1
-18
/
+15
*
Kill #define of DETACH_FORCE since it is now in card_if.m
imp
2000-11-30
1
-2
/
+0
*
Remove some silly debug writes and code that we don't need
imp
2000-10-18
1
-20
/
+0
*
Use appropriate resource management accessors instead of directly
mdodd
2000-10-18
1
-2
/
+2
*
Fix arguments to kthread_create (submitted by takawata@freebsd.org).
imp
2000-10-07
1
-3
/
+2
*
Add comment about why the deletion of children is necessary in detach.
imp
2000-08-30
1
-0
/
+8
*
Define a pcic module version
imp
2000-08-28
1
-0
/
+1
*
o move to using PCIC_SOFTC(dev) to get the softc
imp
2000-08-19
1
-12
/
+10
*
Call bus_generic_detach on pcic before deleting the children. This
imp
2000-08-19
1
-1
/
+4
*
Remove pcic_isa_identify. I don't think it is needed.
imp
2000-08-19
1
-0
/
+19
*
Add support for loading this as a module (before there were some
imp
2000-08-17
1
-2
/
+6
*
Almost make loading work. This is a checkpoint. With these change we
imp
2000-06-18
1
-31
/
+24
*
OK. Next step: we read in CIS.
imp
2000-04-19
1
-58
/
+25
*
checkpoint latest pccard/pcic hacking:
imp
2000-04-13
1
-19
/
+47
*
Fix pcic_detach_socket to get right pcic_handle.
imp
2000-04-04
1
-1
/
+1
*
Be consistant about using the right child to get the ivars, which is
imp
2000-04-04
1
-7
/
+20
*
Add some comments about things that have become bad as I've been
imp
2000-01-10
1
-1
/
+3
*
Checkpoint of today's changes. We now get to the point where the pccard
imp
2000-01-06
1
-41
/
+46
*
Connect interrupts and start processing them. We panic on card removal
imp
2000-01-03
1
-15
/
+130
*
Delay creation of threads until after the idle thread is created, more
imp
1999-12-21
1
-20
/
+17
*
Make attach work, almost. Calling kthread_create from a
imp
1999-12-20
1
-3
/
+20
*
o Hide pcic_chip functions inside file
imp
1999-12-19
1
-50
/
+27
*
o Separate out alloc/release from the activation
imp
1999-12-17
1
-49
/
+62
*
Add alloc/release resource. Need to connect functionality later.
imp
1999-12-15
1
-1
/
+15
*
Merge _isa and _isasubr since only one function remained in _isasubr
imp
1999-12-09
1
-3
/
+0
*
o Implement IRQ activation. We do this in bus_{setup,teardown}_intr,
imp
1999-12-08
1
-112
/
+69
*
Tonight's cleanups.
imp
1999-12-07
1
-127
/
+96
*
Make this compile again after the device_add_child change.
imp
1999-12-06
1
-1
/
+1
*
Add resource activation routines to pcic driver. Minor cleanup of
imp
1999-11-28
1
-23
/
+30
*
Update pccard code to latest NetBSD code. This is the last merge
imp
1999-11-28
1
-55
/
+111
*
Make these compile. Next step is to connect newbus plumbing.
imp
1999-10-27
1
-25
/
+53
*
Very preliminary pcic device support. Will make depend, but won't
imp
1999-10-26
1
-0
/
+1358