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
/
isa
/
fd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More cleanup when detaching. Clone device entries will now be
joerg
2001-07-04
1
-17
/
+41
*
Use the new-born BIO_CMD1 instead of fudging a bio_flag value for reading
joerg
2001-06-29
1
-116
/
+72
*
This change slipped through hidden in a CVS conflict. Logically belongs
joerg
2001-06-29
1
-3
/
+3
*
First stab at fixing resource deallocation, and implementing fdc(4) as
joerg
2001-06-29
1
-10
/
+24
*
Merge in parts of a larger patchset i received from Bruce. Untested
joerg
2001-06-28
1
-41
/
+38
*
Implement a new ioctl command for floppies: FD_READID
joerg
2001-06-26
1
-8
/
+92
*
Some more cosmetics: kill another couple of K&R function definitions
joerg
2001-06-26
1
-28
/
+4
*
Cosmetics:
joerg
2001-06-20
1
-33
/
+3
*
Hints overhaul:
peter
2001-06-12
1
-6
/
+5
*
Cosmetics:
joerg
2001-06-11
1
-16
/
+22
*
Nuke the various poorly maintained copies of ioctl_fd.h. The file is
joerg
2001-06-06
1
-1
/
+1
*
Make the FDC (state machine) state an enum, as opposed to an int
joerg
2001-06-05
1
-16
/
+0
*
Fix my email address. I accidentally cut'npasted the wrong (old)
joerg
2001-06-03
1
-1
/
+1
*
Don't lie to diskerr() now that it listens to us.
phk
2001-05-25
1
-5
/
+0
*
Implement a few more floppy ioctl commands and IO options, namely:
joerg
2001-05-14
1
-23
/
+40
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-4
/
+2
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+4
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-2
/
+0
*
Harvest interrupt entropy off the floppy disk controller.
markm
2001-03-03
1
-1
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Make diskerr() always log with printf.
phk
2000-11-26
1
-2
/
+1
*
Untangle some resource matching loops that were getting on my nerves
peter
2000-10-15
1
-3
/
+4
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-19
/
+5
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-12
/
+76
*
Avoid a '"fd" is usurping ...' message.
n_hibma
2000-08-09
1
-1
/
+5
*
Fix a warning re: a potentially unused pccard helper function
peter
2000-07-28
1
-0
/
+2
*
Step down a level and issue format requests with a struct bio instead
phk
2000-05-06
1
-20
/
+20
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Fixed the type of some ivar access functions. Ivars have type uintptr_t,
bde
2000-04-30
1
-1
/
+1
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-70
/
+69
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-7
/
+7
*
Fix floppy driver after my isadma changes.
phk
2000-03-25
1
-7
/
+12
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-6
/
+6
*
Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work under
joerg
2000-03-18
1
-244
/
+243
*
Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()
peter
2000-01-08
1
-54
/
+47
*
Merge most of FDC_YE into the mainline driver.
imp
2000-01-06
1
-75
/
+26
*
Make the evil broken pnpbios compensation slightly less evil.
peter
2000-01-05
1
-15
/
+20
*
Patch up some of the evilness left over from the early newbus porting.
peter
2000-01-05
1
-83
/
+134
*
Added following modes:
kato
1999-12-28
1
-8
/
+21
*
Add a flag to disable FIFO probing. The code seems to have a chance of
joerg
1999-12-21
1
-1
/
+3
*
Add a truely evil workaround (hack!) for some unfortunate BIOS
peter
1999-12-06
1
-6
/
+23
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+2
*
Tidy up a few loose ends in the fifo setup code.
peter
1999-11-18
1
-20
/
+1
*
Add code to support ISA PnP.
dfr
1999-11-11
1
-43
/
+120
*
Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since the
peter
1999-11-08
1
-1
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Two more devstat_end_transaction() -> devstat_end_transaction_buf().
phk
1999-09-19
1
-7
/
+1
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-6
/
+1
*
Removed diskerr()'s unused d_name arg and updated callers. This fixes
bde
1999-09-13
1
-1
/
+1
[next]