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
/
fdc_isa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust the fdc worker thread startup to work when APs are started earlier.
jhb
2016-04-21
1
-1
/
+3
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-2
/
+2
*
If we fail a sanity check for the resources just allocated, make sure
imp
2005-03-15
1
-1
/
+3
*
Only allocate 1 port for non-zero rids. Either we'll get the proper
imp
2005-03-14
1
-1
/
+1
*
Fix a couple of problems with the probe code when used with pnpbios
imp
2005-03-10
1
-9
/
+23
*
Mask off the upper bits of the resource before using it as an index
imp
2005-01-20
1
-3
/
+10
*
MFp4: overhaul of resource allocation
imp
2005-01-19
1
-96
/
+53
*
Use the standard FreeBSD license
imp
2005-01-11
1
-7
/
+5
*
Yet another case of resources:
imp
2004-10-05
1
-4
/
+4
*
das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5
imp
2004-09-20
1
-4
/
+14
*
The long dead hand of the past has pushed forward useless bits in this
imp
2004-09-17
1
-4
/
+0
*
Checkpoint the fdc resource changes:
imp
2004-09-14
1
-68
/
+58
*
When ISA_PNP_PROBE is called, it will return 0 when it finds a device,
imp
2004-08-31
1
-2
/
+1
*
Remove a check that is too strict. With BIOSen that specify an IO/ctl port
njl
2004-08-20
1
-4
/
+0
*
Rewrite of the floppy driver to make it MPsafe & GEOM friendly:
phk
2004-08-20
1
-61
/
+12
*
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
1
-13
/
+19
*
Remove fdc_alloc_resources, which should have happened in last commit.
imp
2004-07-14
1
-0
/
+1
*
Fix the pccard attachment to have a chance of working.
imp
2004-07-14
1
-11
/
+165
*
Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead
imp
2004-07-13
1
-0
/
+2
*
Remove unnecessary softc bzero calls.
njl
2004-07-12
1
-1
/
+0
*
Update in preparation for adding the ACPI attachment.
njl
2004-07-12
1
-11
/
+8
*
Break out the isa and pccard front ends from fdc. This is the first
imp
2004-07-07
1
-0
/
+145