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
/
fdc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix _FDE probing by using the buffer contents instead of the buffer
njl
2004-08-30
1
-8
/
+25
*
Hide a printf under bootverbose.
phk
2004-08-27
1
-1
/
+3
*
Attempt to make the probe for hardware more specific.
phk
2004-08-21
1
-3
/
+22
*
Remove a check that is too strict. With BIOSen that specify an IO/ctl port
njl
2004-08-20
1
-4
/
+0
*
Remove unused file.
phk
2004-08-20
1
-67
/
+0
*
Rewrite of the floppy driver to make it MPsafe & GEOM friendly:
phk
2004-08-20
5
-1883
/
+1357
*
Remove confused comment.
phk
2004-08-14
1
-4
/
+0
*
Fix ACPI floppy enumeration for three types of divergent behavior.
njl
2004-07-28
1
-40
/
+90
*
Correct typo.
nyan
2004-07-17
1
-1
/
+1
*
Remove duplicate include.
nyan
2004-07-17
1
-1
/
+0
*
Be consistant with probe
imp
2004-07-16
1
-2
/
+1
*
Clean up resources properly if attach fails. Always reset ISA drives on
njl
2004-07-15
2
-15
/
+31
*
Re-work for fdc_acpi. Expose fdc_add_child() and move the static
njl
2004-07-15
2
-27
/
+36
*
Add an ACPI floppy drive attachment that probes via the _FDE and _FDI
njl
2004-07-15
1
-0
/
+260
*
Add a comment separator.
njl
2004-07-14
1
-1
/
+1
*
Remove fdc_alloc_resources, which should have happened in last commit.
imp
2004-07-14
2
-143
/
+2
*
Fix the pccard attachment to have a chance of working.
imp
2004-07-14
2
-32
/
+214
*
Set fdc_dev in attach
imp
2004-07-13
1
-0
/
+1
*
Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead
imp
2004-07-13
3
-0
/
+5
*
Remove unnecessary softc bzero calls.
njl
2004-07-12
2
-2
/
+0
*
Update in preparation for adding the ACPI attachment.
njl
2004-07-12
4
-68
/
+94
*
Until I'm ready to commit the better pccard probe/attach routines, effectively
imp
2004-07-11
1
-0
/
+2
*
Break out the isa and pccard front ends from fdc. This is the first
imp
2004-07-07
4
-304
/
+405
*
Allocate the DMA channel shareable and only aquire it while the
phk
2004-07-05
1
-15
/
+18
*
Mark our interrupt shareable and don't insist on DMA. This gets us closer
phk
2004-07-04
1
-4
/
+4
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-8
/
+8
*
Use rman_get_start in preference to reaching into the rman structure.
imp
2004-05-27
1
-1
/
+1
*
Update to reflect new location in the tree. This has been repo copied
imp
2004-05-17
1
-1
/
+1
*
Fixed breakage of the formatting operation in rev.1.266. The wrong
bde
2004-04-25
1
-2
/
+9
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
2
-8
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-9
/
+7
*
Remove unused FDNUMTOUNIT() macro
phk
2004-02-29
1
-2
/
+0
*
Make mode setting with fdcontrol(8) stick.
phk
2004-02-25
1
-182
/
+61
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Workaround some ACPI BIOSen which break the IO port into multiple
njl
2004-02-15
1
-1
/
+35
*
Look at the equipment list for amd64 as well as i386 for autodetecting
peter
2003-10-23
1
-2
/
+2
*
Eliminate use bio_blkno.
phk
2003-10-18
1
-16
/
+10
*
Pick up softc from dev_t rathern than through newbus gymnastics.
phk
2003-09-17
1
-11
/
+12
*
Since it is static these days, there is no reason to uppercase the
phk
2003-09-17
1
-4
/
+4
*
Disable the use of cloning use in floppy and CD drivers.
phk
2003-09-11
1
-6
/
+6
*
Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.
phk
2003-09-05
1
-3
/
+19
*
- Use the new resource_disabled() helper function to see if devices are
jhb
2003-07-02
1
-3
/
+2
*
Force media autodetection if the device has lost its parameter table.
yar
2003-06-16
1
-1
/
+7
*
If in non-blocking mode, return EAGAIN instead of ENXIO
yar
2003-06-16
1
-1
/
+4
*
Always set bio_resid properly in fdstrategy(),
yar
2003-06-15
1
-3
/
+2
*
Check whether the floppy type pointer has been set before trying
yar
2003-06-15
1
-0
/
+4
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Remove unused variable.
phk
2003-05-31
1
-2
/
+0
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-1
/
+1
[prev]
[next]