summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use PHOLD/PRELE() instead of P_PHSYIO.peter1999-04-061-3/+3
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced statickato1999-01-281-1/+7
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-11/+3
* Sync with sys/i386/isa/fd.c revision 1.131.kato1999-01-161-6/+13
* Sync with sys/i386/isa/fd.c revision 1.130.kato1998-12-301-82/+2
* Sync with sys/i386/isa/fd.c revision 1.129.kato1998-12-171-6/+6
* Sync with sys/i386/isa/fd.c revision 1.128.kato1998-12-141-7/+360
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-3/+3
* Sync with sys/i386/isa/fd.c, if_fe.c, npx.c and sio.c revisions 1.126,kato1998-12-081-4/+1
* Sync with sys/i386/isa/fd.c revision 1.125.kato1998-12-051-3/+3
OpenPOWER on IntegriCloud