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
/
pccard
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switch to using suspend/resume methods rather than the APM hooks.
imp
1999-12-08
3
-112
/
+65
*
Fix alloc_driver() so that calls devclass_get_device() with slt->slotnum
wpaul
1999-12-08
1
-1
/
+1
*
Remove unused junk: next fields and list head. Likely not completely
imp
1999-12-06
2
-20
/
+1
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
2
-2
/
+3
*
Print device names for children that fail to detach.
imp
1999-12-02
1
-1
/
+3
*
Make pccardc beep actually work. The kernel was doing the wrong thing
imp
1999-12-02
3
-9
/
+11
*
/tmp/msg
imp
1999-12-02
2
-1
/
+19
*
Forgot to commit this in last commit.
imp
1999-12-01
1
-0
/
+1
*
Fix the hang on card eject problem and maybe the hang on suspend
imp
1999-12-01
1
-21
/
+38
*
Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.
eivind
1999-11-28
2
-0
/
+3
*
s/Brige/Bridge/.
kuriyama
1999-11-21
1
-4
/
+4
*
Allow NULL for startp and/or countp in bus_get_resource() so that you can
peter
1999-11-20
1
-2
/
+4
*
Kill unneeded includes
imp
1999-11-20
3
-8
/
+0
*
I'm told this makes more laptops work with the new attachment code.
imp
1999-10-29
1
-1
/
+1
*
Do not add children for new bus kludge version of pccard.
imp
1999-10-28
2
-10
/
+2
*
Remove debug printfs and Debugger() calls.
imp
1999-10-25
2
-85
/
+49
*
Massive rewrite of pccard to convert it to newbus.
imp
1999-10-25
9
-1122
/
+322
*
Remove name field from controller information. Fix name setting in
imp
1999-10-16
3
-38
/
+44
*
Add new file for pccard compatibilty code. Add it to files so it gets
imp
1999-10-15
1
-0
/
+218
*
Reorganize the attachement point for pcic (it was unattached and
imp
1999-10-15
4
-296
/
+50
*
Make it easier to have completely new bus attachment points for pccard
imp
1999-10-15
3
-32
/
+70
*
*** empty log message ***
imp
1999-09-26
5
-18
/
+31
*
Kill printf warnings.
imp
1999-09-26
1
-1
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-09-06
2
-2
/
+2
*
Kludge together support for the old pccard system with newbus. This
imp
1999-09-06
5
-19
/
+388
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
2
-13
/
+2
*
(1) Fix a spelling mistake in a comment.
billf
1999-08-17
1
-2
/
+3
*
o Add additional printfs for error cases when we can't attach the device.
imp
1999-08-01
3
-9
/
+29
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-5
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-16
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Unbreak slot_irq_handler(). The problem here is that slot_irq_handler()
wpaul
1999-05-04
1
-2
/
+2
*
Operator precedence (nit: in #if 0 code) bug.
peter
1999-05-02
1
-1
/
+1
*
- Added PCI identification support for the TI1251 PCI/CardBus bridge.
nate
1999-05-02
2
-2
/
+5
*
- When the card is inserted, call pccard_insert_beep instead of
nate
1999-05-02
1
-2
/
+2
*
Eliminate compiler warning about missing type in declaration.
jdp
1999-04-27
1
-3
/
+2
*
Fix the code that prints the "Initializing PC-card drivers" message
jdp
1999-04-27
1
-4
/
+3
*
Suser() simplification:
phk
1999-04-27
1
-5
/
+5
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
2
-2
/
+1
*
Import PCI pccard bridge chip probing from PAO. Hopeful prelude for
nsayer
1999-04-01
2
-13
/
+44
*
- Made the setting of the machdep.pccard.pcic_irq from the boot config file
nate
1999-03-26
1
-5
/
+6
*
Remove static delcarations from {,un}register_pcic_intr declarations
imp
1999-03-12
1
-2
/
+2
*
Updated to use new APIC (SMP) safe interrupt register/unregister
roger
1999-03-10
2
-7
/
+48
*
Header file for pcic interrupt register/unregister functions.
roger
1999-03-10
1
-0
/
+36
*
On second thought: do previous fux in pcic.c better.
guido
1999-02-14
2
-9
/
+3
*
Somehow, it is possible to get a pcicintr() when in the resume process.
guido
1999-02-14
1
-1
/
+8
[prev]
[next]