summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/fdc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-0/+1
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-221-4/+2
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.nyan2001-12-161-363/+586
* MFi386: sys/isa/fd.c revision from 1.205 to 1.219.nyan2001-09-161-441/+522
* Added (commented out) ACPI attachment.nyan2001-09-161-0/+3
* Merge from sys/isa/fd.c 1.221 and a few minor tweaks to make compileimp2001-09-141-10/+11
* Integrate fdc.h into fd.c.nyan2001-07-231-2/+125
* - Refine pc98 supports.nyan2001-07-141-26/+79
* Fixed warning message.nyan2001-07-021-3/+2
* Merged from sys/isa/fd.c revisions 1.198, 1.199, 1.200, 1.202 and 1.204.nyan2001-06-261-75/+31
* Hints overhaul:peter2001-06-121-6/+5
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-1/+1
* Merged from sys/isa/fd.c revision 1.197.kato2001-05-151-23/+40
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-4/+2
* Merged from sys/isa/fd.c revision 1.193.nyan2001-05-061-5/+5
* Merged from sys/isa/fd.c revision 1.195.kato2001-05-021-2/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Make diskerr() always log with printf.phk2000-11-261-1/+1
* Merged from the following changes.nyan2000-11-051-16/+75
* Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.peter2000-10-151-3/+4
* Fixed warnings.nyan2000-10-151-0/+10
* Merged from sys/isa/fd.c revision 1.187.kato2000-09-151-1/+5
* Merge from the following changes.nyan2000-07-111-21/+21
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-77/+74
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-7/+7
* Merged from sys/isa/fd.c revision 1.180.kato2000-03-281-7/+12
* Disable fdctl_wr_foo. This feature is not supported by PC98.kato2000-03-231-1/+4
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-6/+6
* Merged from sys/isa/fd.c.kato2000-03-191-244/+245
* Merge from sys/isa/fd.c revision from 1.171 to 1.176 and sys/isa/fdreg.hnyan2000-01-091-215/+237
* Merge from sys/isa/fd.c rev 1.170.kato1999-12-071-6/+23
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+2
* Sync with sys/isa/fd.c revision 1.168.nyan1999-11-181-20/+1
* Sync with sys/isa/fd.c revision 1.167.nyan1999-11-111-49/+129
* Use cdevsw_add() until the rest of the devices are created with make_dev()peter1999-11-081-1/+2
* Merge from sys/isa/fd.c revision 1.146, 1.153, 1.154 and 1.159.nyan1999-09-271-162/+70
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* - Supported 1.23MB FD again.nyan1999-09-231-59/+69
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().phk1999-09-191-7/+1
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-6/+1
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-1/+1
* Change isa_get/set_flags() to device_get/set_flags().kato1999-09-071-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-15/+5
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-5/+4
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-4/+9
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
OpenPOWER on IntegriCloud