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
/
usr.sbin
/
pccard
/
pccardd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ooops. Committed sin number 1: updating the code w/o updating the comments.
imp
2003-10-04
1
-1
/
+2
*
I've been burned about half a dozen times by the old PAO syntax for
imp
2003-10-04
1
-0
/
+2
*
Go ahead and allow ports as high as 0xfff to be used for pccard
imp
2003-08-03
1
-1
/
+1
*
Include string.h for strlen declaration
imp
2003-06-09
1
-0
/
+1
*
Remove obsolete compatibility ifdef.
imp
2003-04-23
1
-2
/
+0
*
Copy CIS3 and CIS4 strings into the kernel too.
imp
2003-04-23
2
-0
/
+8
*
style.Makefile(5)
obrien
2003-04-04
1
-1
/
+2
*
manufacturer id is typically 4 bytes
imp
2003-03-14
1
-1
/
+1
*
Don't be so verbose about 'unknown' CIS tuples. We were printing each
imp
2003-03-14
1
-2
/
+1
*
Add a new subcommand to pccardc(8), "dumpcisfile", which reads a CIS
green
2003-02-25
2
-1
/
+6
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-1
/
+1
*
Remove bogus comments about why we do some silly things, and instead
imp
2002-09-29
1
-12
/
+1
*
Add -x option. This causes pccardd to exit after probing the cards. This
imp
2002-09-29
2
-2
/
+14
*
Add a ; to make a non-null statement
imp
2002-09-29
1
-1
/
+1
*
Copy cis strings into the kernel.
imp
2002-07-22
2
-9
/
+15
*
The .Nm utility
charnier
2002-07-14
1
-8
/
+12
*
Correct a typo.
dd
2002-03-24
1
-1
/
+1
*
Add some code which read manufucturer id. This is for NEWCARD compatibility.
shiba
2002-02-20
4
-0
/
+46
*
Update length more correctly when parsing a cis info field.
imp
2002-01-06
1
-4
/
+11
*
Fix a bug about CIS string comparison. Pccardd should be able to distinguish
iwasaki
2001-11-29
1
-0
/
+4
*
Always set unit number to -1 unless some other unit is specified in
imp
2001-11-02
1
-0
/
+1
*
Don't core dump if we can't get the index automatically.
imp
2001-10-05
1
-1
/
+2
*
Change the access width of memory window from 8 bits to 16 bits.
non
2001-09-04
1
-1
/
+1
*
Fix ISA machines. Also, make it possible for the new pccardd to run
imp
2001-08-19
1
-40
/
+61
*
Ask the kernel about IRQ 0 first. If the kernel responds with an IRQ,
imp
2001-08-14
2
-20
/
+22
*
Only try to allocated properly aligned I/O segments. This should stop
imp
2001-08-02
1
-17
/
+12
*
Have pccardd always ask the kernel for the IRQ to use. The kernel
imp
2001-07-31
2
-38
/
+47
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-2
/
+4
*
Remove whitespace at EOL.
dd
2001-07-15
2
-5
/
+5
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
2
-2
/
+2
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
Remove duplicate words.
dd
2001-06-24
1
-1
/
+1
*
Resetting using COR bit 7 appears to be bad on pci based systems.
imp
2001-06-04
1
-0
/
+2
*
Add suggested parens around truth value.
imp
2001-05-31
1
-1
/
+1
*
From the PR:
imp
2001-05-30
1
-4
/
+2
*
Use constants in <pccard/cis.h> for scannign the memory window with.
dmlb
2001-05-07
1
-4
/
+4
*
Ensure that pccardd sets up memory windows correctly for drivers other
dmlb
2001-05-07
1
-8
/
+36
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-2
/
+1
*
Use vsnprintf in logmsg() to avoid overflowing the array on the stack.
gj
2001-02-25
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-1
/
+1
*
Fix output of -v option.
toshi
2000-12-24
1
-0
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
mdoc(7) police: use certified section headers wherever possible.
ru
2000-11-17
1
-1
/
+1
*
add -I option, ``Don't get and use a list of free
sanpei
2000-10-20
4
-2
/
+11
*
cosmetic: resource -> res
sanpei
2000-10-13
1
-14
/
+14
*
print out error reason if it was failed in assign_io
sanpei
2000-10-10
1
-3
/
+23
*
check {IO,IRQ}_ASSIGNED flags before
sanpei
2000-10-04
1
-3
/
+8
*
fix some minor problem in PIOCSRESOURCE ioctl.
sanpei
2000-10-01
1
-2
/
+2
*
add ``check free resource rage code''
sanpei
2000-09-21
3
-10
/
+32
[next]