aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Make diskerr() always log with printf.Poul-Henning Kamp2000-11-261-1/+1
* Merged from the following changes.Yoshihiro Takahashi2000-11-051-16/+75
* Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.Peter Wemm2000-10-151-3/+4
* Fixed warnings.Yoshihiro Takahashi2000-10-151-0/+10
* Merged from sys/isa/fd.c revision 1.187.KATO Takenori2000-09-151-1/+5
* Merge from the following changes.Yoshihiro Takahashi2000-07-111-21/+21
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-77/+74
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-7/+7
* Merged from sys/isa/fd.c revision 1.180.KATO Takenori2000-03-281-7/+12
* Disable fdctl_wr_foo. This feature is not supported by PC98.KATO Takenori2000-03-231-1/+4
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-6/+6
* Merged from sys/isa/fd.c.KATO Takenori2000-03-191-244/+245
* Merge from sys/isa/fd.c revision from 1.171 to 1.176 and sys/isa/fdreg.hYoshihiro Takahashi2000-01-091-215/+237
* Merge from sys/isa/fd.c rev 1.170.KATO Takenori1999-12-071-6/+23
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+2
* Sync with sys/isa/fd.c revision 1.168.Yoshihiro Takahashi1999-11-181-20/+1
* Sync with sys/isa/fd.c revision 1.167.Yoshihiro Takahashi1999-11-111-49/+129
* Use cdevsw_add() until the rest of the devices are created with make_dev()Peter Wemm1999-11-081-1/+2
* Merge from sys/isa/fd.c revision 1.146, 1.153, 1.154 and 1.159.Yoshihiro Takahashi1999-09-271-162/+70
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* - Supported 1.23MB FD again.Yoshihiro Takahashi1999-09-231-59/+69
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().Poul-Henning Kamp1999-09-191-7/+1
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-181-6/+1
* Removed diskerr()'s unused d_name arg and updated callers. This fixesBruce Evans1999-09-131-1/+1
* Change isa_get/set_flags() to device_get/set_flags().KATO Takenori1999-09-071-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add PHK's make_dev() into more places where DEVFS used to beJulian Elischer1999-08-271-15/+5
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-5/+4
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-4/+9
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Typo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK -> BUF_LOCKFREE.KATO Takenori1999-06-281-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-2/+6
* Fixed locations of include files.KATO Takenori1999-06-011-3/+3
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-8/+23
* Sync with sys/i386/isa/fd.c revision 1.143.KATO Takenori1999-05-111-2/+3
* Sync with sys/i386/isa/fd.c revision 1.142.KATO Takenori1999-05-091-11/+3
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-071-17/+2
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-2/+1
* Sync with sys/i386/isa/fd.c revision 1.137.KATO Takenori1999-05-051-17/+26
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Sync with follwing files:KATO Takenori1999-04-181-644/+721
* Use PHOLD/PRELE() instead of P_PHSYIO.Peter Wemm1999-04-061-3/+3
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-2/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticKATO Takenori1999-01-281-1/+7
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-11/+3
* Sync with sys/i386/isa/fd.c revision 1.131.KATO Takenori1999-01-161-6/+13