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
*
Copy manufacturer and version string into the kernel, and copy it to
imp
2002-07-22
1
-0
/
+2
*
minor nit in comments
imp
2002-07-20
1
-1
/
+0
*
What:
imp
2002-06-23
1
-9
/
+7
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-8
/
+4
*
Better power code and better power diagnostics
imp
2002-03-20
1
-7
/
+1
*
Add some code which is compatible for NEWCARD. It makes manufacturer
shiba
2002-02-20
1
-0
/
+3
*
Garbage collect options AVM_A1_PCI, AVM_A1_PCMCIA, DEBUG_LINUX, DEV_APM,
bde
2002-02-15
1
-2
/
+0
*
Avoid doubly defining machdep.pccard
msmith
2002-01-08
1
-2
/
+0
*
Use d_thread_t (the new ugly compatibility hack) rather than the old
imp
2001-11-12
1
-6
/
+4
*
Introduce the concept of "default" voltage. Have pccard layer use this
imp
2001-11-11
1
-1
/
+1
*
Better error messages for the cases where device_add_child fails. We
imp
2001-11-02
1
-2
/
+8
*
Remove an extra " that crept into a string.
silby
2001-11-02
1
-1
/
+1
*
Print a warning when device_add_child returns NULL. This used to be
imp
2001-11-02
1
-0
/
+5
*
<jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,
imp
2001-09-13
1
-0
/
+12
*
Even better compatibility with 4.x. #define thread proc, since for
imp
2001-09-13
1
-16
/
+2
*
Better way to do compatibility between the two versions.
imp
2001-09-13
1
-20
/
+8
*
Fix KSE breakage to this file:
imp
2001-09-13
1
-0
/
+32
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
A bunch of interrupt related cleanup.
imp
2001-07-31
1
-33
/
+0
*
When booted -v (eg bootverbose is non-zero), have pccard report what
imp
2001-07-30
1
-0
/
+7
*
Minor nits merged from my stable tree:
imp
2001-07-27
1
-2
/
+1
*
Attempt to fix and document interactions between suspend/resume and pccardc
imp
2001-07-27
1
-24
/
+17
*
Note that spls are noops
imp
2001-07-09
1
-0
/
+2
*
Cleanup some obsolete comments
imp
2001-07-06
1
-2
/
+3
*
Minor whitespace nit.
imp
2001-07-01
1
-1
/
+1
*
Save the IRQ that we get in pci attachment.
imp
2001-06-16
1
-13
/
+7
*
Minor style(9) nit. a|b -> a | b.
imp
2001-06-04
1
-1
/
+1
*
Update copyright info
imp
2001-05-25
1
-0
/
+1
*
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
[next]