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
*
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
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-3
/
+0
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
1
-1
/
+1
*
Cosmetic tweak. Collect the fdc methods together and apart from the fd
peter
1999-09-03
1
-44
/
+53
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-0
/
+1
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-1
/
+0
*
Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().
phk
1999-08-28
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add PHK's make_dev() into more places where DEVFS used to be
julian
1999-08-27
1
-1
/
+14
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-119
/
+1
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-5
/
+4
*
Revert rev 1.149. Bruce convinced me that the problem already disappeared
joerg
1999-07-29
1
-5
/
+1
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-3
/
+8
*
Hack to work around a NULL pointer dereferencation that can be triggered
joerg
1999-07-21
1
-1
/
+5
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-2
/
+6
*
* Change include file locations.
dfr
1999-05-31
1
-11
/
+16
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-8
/
+23
*
No support for pnp yet.
dfr
1999-05-30
1
-2
/
+5
*
Fixed reset handling for motor off resets. I first fixed this together
bde
1999-05-11
1
-2
/
+3
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-5
/
+3
*
GC unused #define id_physid id_scsiid
peter
1999-05-08
1
-7
/
+1
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
[next]