summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* Untangle some resource matching loops that were getting on my nervespeter2000-10-151-3/+4
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-19/+5
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-12/+76
* Avoid a '"fd" is usurping ...' message.n_hibma2000-08-091-1/+5
* Fix a warning re: a potentially unused pccard helper functionpeter2000-07-281-0/+2
* Step down a level and issue format requests with a struct bio insteadphk2000-05-061-20/+20
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-301-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-70/+69
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-7/+7
* Fix floppy driver after my isadma changes.phk2000-03-251-7/+12
* 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
* Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work underjoerg2000-03-181-244/+243
* Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf()peter2000-01-081-54/+47
* Merge most of FDC_YE into the mainline driver.imp2000-01-061-75/+26
* Make the evil broken pnpbios compensation slightly less evil.peter2000-01-051-15/+20
* Patch up some of the evilness left over from the early newbus porting.peter2000-01-051-83/+134
* Added following modes:kato1999-12-281-8/+21
* Add a flag to disable FIFO probing. The code seems to have a chance ofjoerg1999-12-211-1/+3
* Add a truely evil workaround (hack!) for some unfortunate BIOSpeter1999-12-061-6/+23
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+2
* Tidy up a few loose ends in the fifo setup code.peter1999-11-181-20/+1
* Add code to support ISA PnP.dfr1999-11-111-43/+120
* Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since thepeter1999-11-081-1/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* 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
* Changes to centralise the default blocksize behaviour.julian1999-09-091-3/+0
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-1/+1
* Cosmetic tweak. Collect the fdc methods together and apart from the fdpeter1999-09-031-44/+53
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+1
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-1/+0
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().phk1999-08-281-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add PHK's make_dev() into more places where DEVFS used to bejulian1999-08-271-1/+14
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-119/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-5/+4
* Revert rev 1.149. Bruce convinced me that the problem already disappearedjoerg1999-07-291-5/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-3/+8
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-211-1/+5
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+6
* * Change include file locations.dfr1999-05-311-11/+16
* This commit should be a extensive NO-OP:phk1999-05-301-8/+23
* No support for pnp yet.dfr1999-05-301-2/+5
* Fixed reset handling for motor off resets. I first fixed this togetherbde1999-05-111-2/+3
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-5/+3
* GC unused #define id_physid id_scsiidpeter1999-05-081-7/+1
OpenPOWER on IntegriCloud