summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded include.nyan2006-05-081-1/+0
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-221-3/+2
* cpp(1) only understand integer arithmetical expressions, soru2005-12-061-2/+1
* Remove EPSON PC-386 note A/W/AE/WR support.nyan2005-09-141-8/+0
* Remove EPSON_NRDISK support.nyan2005-09-131-177/+2
* Change a directory layout for pc98.nyan2005-05-101-4/+4
* Fix comment.phk2004-12-221-1/+1
* Add FL_MFM flag to the fd_native_types structure.nyan2004-11-091-2/+2
* Use bioq_takefirst()phk2004-10-221-4/+2
* Remove unused variable.njl2004-10-151-1/+0
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-2/+0
* Merged from sys/dev/fdc/fdc.c revision 1.283.nyan2004-08-221-4/+0
* Merged from the following changes.nyan2004-07-171-25/+34
* Move the fdc_alloc_resources function into the bus front end.nyan2004-07-151-203/+1
* Merged from recent fdc driver changes.nyan2004-07-131-87/+132
* - Merged from sys/dev/fdc/fdc.c revision 1.275.nyan2004-07-081-374/+94
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-8/+8
* Merged from sys/dev/fdc/fdc.c revision 1.272.nyan2004-05-301-1/+1
* Merged from sys/isa/fd.c revision 1.270.nyan2004-04-251-2/+9
* - Fix PC98 supports after importing auto selection. [1]nyan2004-03-281-65/+54
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-13/+10
* Remove unused FDNUMTOUNIT() macrophk2004-02-291-2/+0
* Merged from sys/isa/fd.c revision 1.266.nyan2004-02-261-183/+63
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Eliminate use bio_blkno.phk2003-10-181-20/+9
* Merged from sys/isa/fd.c revisions 1.259 and 1.260.nyan2003-09-181-15/+17
* Merged from sys/isa/fd.c revision 1.258.nyan2003-09-131-6/+6
* Merged from sys/isa/fd.c revisions 1.252, 1.253, 1.254, 1.255 and 1.257.nyan2003-09-111-8/+36
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-3/+2
* Merged from sys/isa/fd.c revision 1.250.nyan2003-06-011-2/+0
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+1
* Fix malloc() without legal mode flag.phk2003-03-171-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-6/+6
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Merged from sys/isa/fd.c revision 1.244.nyan2003-01-121-0/+3
* Merged from sys/isa/fd.c revision 1.243.nyan2003-01-031-6/+0
* Merged from sys/isa/fd.c revision 1.242.nyan2002-11-171-2/+2
* Merged from sys/isa/fd.c revisions 1.224 and 1.241.nyan2002-10-071-3/+11
* Merge the last couple of my changes to fd.c into the pc98 version.phk2002-10-051-51/+20
* Merged from sys/isa/fd.c revision 1.238.nyan2002-09-291-4/+4
* #include <sys/disk.h> to get disk_err() prototype.phk2002-09-201-0/+1
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-2/+2
* Merged from sys/isa/fd.c revisions 1.234, 1.235 and 1.236.nyan2002-09-161-9/+5
* Check return status from fd_in() function.nyan2002-07-161-2/+1
* Merged from sys/isa/fd.c revision 1.233.nyan2002-06-191-43/+29
* Merged from sys/isa/fd.c revisions from 1.229 to 1.232.nyan2002-05-141-18/+65
* Merged from sys/isa/fd.c revision 1.228.nyan2002-04-061-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+4
OpenPOWER on IntegriCloud