summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK -> BUF_LOCKFREE.kato1999-06-281-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+6
* Fixed locations of include files.kato1999-06-011-3/+3
* This commit should be a extensive NO-OP:phk1999-05-301-8/+23
* Sync with sys/i386/isa/fd.c revision 1.143.kato1999-05-111-2/+3
* Sync with sys/i386/isa/fd.c revision 1.142.kato1999-05-091-11/+3
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-17/+2
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-2/+1
* Sync with sys/i386/isa/fd.c revision 1.137.kato1999-05-051-17/+26
* Suser() simplification:phk1999-04-271-2/+2
* Sync with follwing files:kato1999-04-181-644/+721
OpenPOWER on IntegriCloud