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 the acpi attachment to always start the worker thread.
jhb
2016-05-04
1
-3
/
+2
*
s/struct device */device_t/g
adrian
2016-05-04
1
-1
/
+1
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
Adjust the fdc worker thread startup to work when APs are started earlier.
jhb
2016-04-21
6
-11
/
+28
*
Don't wakeup the fdc worker thread once a second when idle.
jhb
2016-04-05
1
-1
/
+1
*
Add raw RX-50 support. These are 400k single sided disks with 80
imp
2016-03-10
1
-0
/
+1
*
Stop assuming that bio_cmd is a bit field.
imp
2016-03-10
1
-14
/
+20
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-2
/
+2
*
Replace several bus_alloc_resource() calls using default arguments with bus_a...
jhibbits
2016-02-19
1
-2
/
+1
*
Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO building
imp
2015-12-11
1
-0
/
+1
*
Merge the PC98 fdc(4) driver into the MI driver. While here, replace
jhb
2014-09-25
3
-8
/
+433
*
Reimplement the FDOPT_NOERROR feature that was kicked out in r134081.
joerg
2013-08-26
1
-5
/
+18
*
Do not use "Enable Implied Seek" on enhanced floppy controllers. This
joerg
2013-08-24
1
-8
/
+3
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
- Don't pass geom and provider names as format strings.
jh
2012-11-20
1
-2
/
+2
*
Replace `inline static' by `static inline'.
ed
2011-12-13
1
-2
/
+2
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Remove duplicate header includes
kevlo
2011-06-28
1
-2
/
+0
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Fix a regression from r200554, which broke fdc(4) attachment to acpi(4).
jkim
2010-05-30
1
-1
/
+3
*
Remove _FDE quirk handling as these quirks are automatically repaired
jkim
2009-12-14
1
-57
/
+4
*
Make isa_dma functions MPSAFE by introducing its own private lock. These
rdivacky
2009-11-09
1
-6
/
+0
*
fdc(4) module unload fixes:
jh
2009-11-03
1
-3
/
+14
*
Don't ignore the return value of g_modevent() in fdc_modevent().
jh
2009-10-27
1
-2
/
+1
*
Orphaning provider with EXDEV seems weird; perhaps the author meant
trasz
2009-10-10
1
-1
/
+1
*
With the fdc control device disappearing some 5 years ago, it is no
joerg
2009-06-24
1
-4
/
+0
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+2
*
Eliminate an unused variable reported by coverity
imp
2008-11-23
1
-4
/
+2
*
- Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].
jkim
2008-11-15
1
-63
/
+86
*
The wakeup() line from the rev. 1.319 is wrong and reintroduces
kib
2008-01-11
1
-2
/
+1
*
Fix unload of the fdc.ko:
kib
2008-01-11
1
-1
/
+8
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Always protect the kthread flags with the lock and close a race with
jhb
2007-02-27
1
-2
/
+1
*
Use tsleep() rather than msleep() with a NULL mtx parameter.
jhb
2007-02-23
1
-9
/
+9
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-3
/
+14
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-2
/
+4
*
Fix style nits. No md5 changes in .o's. ;-)
jkim
2006-09-08
1
-2
/
+2
*
Restore Digital Outpur Register (DOR) for enhanced controller after reset.
jkim
2006-08-29
1
-2
/
+2
*
Assume floppy disk is not inserted when we have exhausted retries. This
jkim
2006-07-12
1
-0
/
+3
*
Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.
jkim
2006-07-06
1
-8
/
+24
*
- Use callout_init_mtx() to initialize toffhandle callout using the fdc's
jhb
2006-02-23
1
-9
/
+5
*
Remove unused variable.
njl
2006-02-21
1
-2
/
+0
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
FDOPT_NORETRY is an option, and must be compared with fd->options,
rodrigc
2005-08-30
1
-1
/
+1
*
Eliminate unused argument in PCMCIA_CARD macro.
imp
2005-06-24
1
-1
/
+1
*
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
*
Add missing ()
phk
2005-02-28
1
-3
/
+3
*
Add missing va_end() in fdc_cmd.
yongari
2005-02-28
1
-2
/
+5
[next]