summaryrefslogtreecommitdiffstats
path: root/sys/isa/fd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somepeter1999-05-021-17/+26
* Suser() simplification:phk1999-04-271-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-521/+618
* Use reference counted PHOLD/PRELE rather than the P_PHYSIO flag.peter1999-04-061-3/+3
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+3
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-11/+3
* Fixed corruption of the fd buffer queue. Once upon a time, the activebde1999-01-151-6/+13
* Pre 3.0 branch cleanup casualty #6: ftphk1998-12-271-82/+2
* Fixed LINT breakage in previous commit. Option FDC_YE enabled abde1998-12-141-6/+6
* Add support for the YE-Data external PCMCIA floppy driver. Thisimp1998-12-121-7/+360
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Nuke uninitialized varible fd from retrier(). Change the devstat codegibbs1998-09-151-3/+2
* Update system to new device statistics code.gibbs1998-09-151-20/+30
* Remove the SLICE code.sos1998-09-141-245/+1
* Fixed error handling:bde1998-07-291-56/+61
* Fixed error handling after a seek error that can't happen. When thebde1998-07-181-1/+3
* The ioctl request arg is unsigned long, so don't attempt to pass itbde1998-07-151-2/+2
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-131-6/+3
* Don't pretend to support ix86's with 7-bit ints by using longs just tobde1998-07-111-4/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-8/+27
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* There is no dump routine for fd so give it an explicit NULL entryjulian1998-05-061-2/+3
* Add dump support to the DEVFS/slice code.julian1998-05-061-3/+3
* close() is no longer a SLICE method.julian1998-04-221-4/+10
* Add changes and code to implement a functional DEVFS.julian1998-04-191-17/+269
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-5/+5
* Introduce a device flags value of 0x1 to always pretend a 1.44 MBjoerg1997-10-191-2/+15
OpenPOWER on IntegriCloud