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
/
pccard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor style(9) changes:
imp
2001-05-14
1
-35
/
+35
*
Take a stab at making this less dependent on having pcic as a parent.
imp
2001-05-14
1
-24
/
+17
*
o Get rid of static array of slots in pccard layer. Move this to the
imp
2001-05-13
1
-39
/
+23
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
First step towards plugging the "pccard is trying to map into a BIOS
imp
2001-03-26
1
-75
/
+63
*
Place the call to pccard_insert_beep() in the inserted() timeout
iedowse
2001-03-20
1
-1
/
+1
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+0
*
Make a few more mallocs use M_ZERO.
dwmalone
2000-10-29
1
-4
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Change snprintf to strncpy.
imp
2000-10-26
1
-2
/
+9
*
fix some minor problem in PIOCSRESOURCE ioctl.
sanpei
2000-10-01
1
-14
/
+5
*
o Remove 9 unnecessary includes.
imp
2000-09-20
1
-6
/
+1
*
add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE)
sanpei
2000-09-17
1
-0
/
+45
*
Add UNIX domain socket feature to pccardd. This makes pccard
ume
2000-08-20
1
-3
/
+5
*
There is no atdevbase on the alpha. Hide this case statement on alpha until
mjacob
2000-06-23
1
-0
/
+3
*
Checkin my first batch of New Mexico changes:
imp
2000-04-25
1
-7
/
+7
*
/tmp/msg
imp
2000-02-21
1
-24
/
+5
*
This fixes a bug that /etc/pccard_ether did not work without DHCP.
hosokawa
2000-01-16
1
-0
/
+2
*
Stop the recurring feeling of deja vu
imp
2000-01-13
1
-1
/
+2
*
Switch to using suspend/resume methods rather than the APM hooks.
imp
1999-12-08
1
-101
/
+53
*
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
1
-6
/
+0
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+2
*
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
1
-3
/
+0
*
/tmp/msg
imp
1999-12-02
1
-1
/
+16
*
Fix the hang on card eject problem and maybe the hang on suspend
imp
1999-12-01
1
-21
/
+38
*
Kill unneeded includes
imp
1999-11-20
1
-3
/
+0
*
Remove debug printfs and Debugger() calls.
imp
1999-10-25
1
-65
/
+18
*
Massive rewrite of pccard to convert it to newbus.
imp
1999-10-25
1
-391
/
+52
*
Remove name field from controller information. Fix name setting in
imp
1999-10-16
1
-2
/
+2
*
Reorganize the attachement point for pcic (it was unattached and
imp
1999-10-15
1
-3
/
+1
*
Make it easier to have completely new bus attachment points for pccard
imp
1999-10-15
1
-28
/
+7
*
*** empty log message ***
imp
1999-09-26
1
-3
/
+3
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Kludge together support for the old pccard system with newbus. This
imp
1999-09-06
1
-15
/
+57
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-9
/
+2
*
o Add additional printfs for error cases when we can't attach the device.
imp
1999-08-01
1
-8
/
+26
*
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
*
Unbreak slot_irq_handler(). The problem here is that slot_irq_handler()
wpaul
1999-05-04
1
-2
/
+2
*
- 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
*
Updated to use new APIC (SMP) safe interrupt register/unregister
roger
1999-03-10
1
-3
/
+4
*
On second thought: do previous fux in pcic.c better.
guido
1999-02-14
1
-1
/
+2
*
Add "beep" ioctl. (#10 is reserved for PIOCSVIR)
kuriyama
1999-02-13
1
-1
/
+6
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-4
/
+4
[next]