| Commit message (Expand) | Author | Age | Files | Lines |
* | Log when the user is turning debugging on/off. | Joerg Wunsch | 2001-07-09 | 1 | -5/+9 |
* | Hmpf, remove two variables that got unused by rev 1.214. | Joerg Wunsch | 2001-07-09 | 1 | -2/+1 |
* | Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 seconds | Joerg Wunsch | 2001-07-09 | 1 | -1/+1 |
* | Remove parts of rev 1.211 again: do not delete our children iff they | Joerg Wunsch | 2001-07-09 | 1 | -7/+0 |
* | As des' example shows us, DMA overruns could happen in a situation | Joerg Wunsch | 2001-07-09 | 2 | -9/+38 |
* | Another large patchset from Bruce. | Joerg Wunsch | 2001-07-08 | 1 | -158/+113 |
* | More cleanup when detaching. Clone device entries will now be | Joerg Wunsch | 2001-07-04 | 1 | -17/+41 |
* | Remove the resume method. It is not necessary any more, because | Kazutaka YOKOTA | 2001-06-30 | 1 | -7/+0 |
* | Add the device resume method to keyboard drivers. | Kazutaka YOKOTA | 2001-06-30 | 1 | -0/+14 |
* | Use the new-born BIO_CMD1 instead of fudging a bio_flag value for reading | Joerg Wunsch | 2001-06-29 | 1 | -116/+72 |
* | This change slipped through hidden in a CVS conflict. Logically belongs | Joerg Wunsch | 2001-06-29 | 1 | -3/+3 |
* | First stab at fixing resource deallocation, and implementing fdc(4) as | Joerg Wunsch | 2001-06-29 | 1 | -10/+24 |
* | Merge in parts of a larger patchset i received from Bruce. Untested | Joerg Wunsch | 2001-06-28 | 1 | -41/+38 |
* | Implement a new ioctl command for floppies: FD_READID | Joerg Wunsch | 2001-06-26 | 1 | -8/+92 |
* | Some more cosmetics: kill another couple of K&R function definitions | Joerg Wunsch | 2001-06-26 | 1 | -28/+4 |
* | Convert inb/outb to bus_space. | Nicolas Souchu | 2001-06-23 | 2 | -25/+34 |
* | Cosmetics: | Joerg Wunsch | 2001-06-20 | 1 | -33/+3 |
* | The serial console break-to-debugger support only functioned while | Ian Dowse | 2001-06-20 | 1 | -1/+21 |
* | Fix warning: | Peter Wemm | 2001-06-15 | 1 | -1/+1 |
* | Hints overhaul: | Peter Wemm | 2001-06-12 | 3 | -28/+23 |
* | Cosmetics: | Joerg Wunsch | 2001-06-11 | 1 | -16/+22 |
* | Nuke the various poorly maintained copies of ioctl_fd.h. The file is | Joerg Wunsch | 2001-06-06 | 1 | -1/+1 |
* | Make the FDC (state machine) state an enum, as opposed to an int | Joerg Wunsch | 2001-06-05 | 2 | -17/+17 |
* | Close the line displine on detach. Lots of folks have submittd this, and | Warner Losh | 2001-06-05 | 1 | -1/+4 |
* | Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so they | Joerg Wunsch | 2001-06-04 | 5 | -285/+3 |
* | Fix my email address. I accidentally cut'npasted the wrong (old) | Joerg Wunsch | 2001-06-03 | 1 | -1/+1 |
* | The orm device. This device gobbles up the Option ROMs in the ISA | Warner Losh | 2001-06-01 | 1 | -0/+185 |
* | add Dualmode Zoom/FaxModem 56K (internal) Model 2919 | MIHIRA Sanpei Yoshiro | 2001-05-26 | 1 | -0/+1 |
* | Don't lie to diskerr() now that it listens to us. | Poul-Henning Kamp | 2001-05-25 | 1 | -5/+0 |
* | Add SmartLink 5634PCV SurfRider | MIHIRA Sanpei Yoshiro | 2001-05-20 | 1 | -0/+1 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | John Baldwin | 2001-05-15 | 2 | -2/+0 |
* | Implement a few more floppy ioctl commands and IO options, namely: | Joerg Wunsch | 2001-05-14 | 1 | -23/+40 |
* | Actually biofinish(struct bio *, struct devstat *, int error) is more general | Poul-Henning Kamp | 2001-05-06 | 1 | -4/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 2 | -10/+14 |
* | Add in a missing call to forward_hardclock() in the SMP case. | John Baldwin | 2001-04-28 | 1 | -0/+3 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | John Baldwin | 2001-04-27 | 1 | -1/+12 |
* | Catch up to header include changes: | John Baldwin | 2001-03-28 | 1 | -3/+1 |
* | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 5 | -6/+0 |
* | Always call resource_int_value function for getting portsize and msize. | Yoshihiro Takahashi | 2001-03-17 | 1 | -4/+6 |
* | Add GVC1601 - Rockwell V.34 Plug & Play Modem | MIHIRA Sanpei Yoshiro | 2001-03-07 | 1 | -0/+1 |
* | Add IOD0081 - I-O DATA DEVICE,INC. IFML-560 | MIHIRA Sanpei Yoshiro | 2001-03-07 | 1 | -0/+1 |
* | Harvest interrupt entropy off the floppy disk controller. | Mark Murray | 2001-03-03 | 1 | -1/+2 |
* | Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare | Bruce Evans | 2001-02-19 | 1 | -6/+1 |
* | Extend kqueue down to the device layer. | Jonathan Lemon | 2001-02-15 | 1 | -2/+3 |
* | RIP <machine/lock.h>. | Mark Murray | 2001-02-11 | 1 | -4/+0 |
* | Catch up to changes to inthand_add(). | John Baldwin | 2001-02-09 | 1 | -8/+8 |
* | - Catch up to the new swi API changes: | John Baldwin | 2001-02-09 | 1 | -12/+12 |
* | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 2 | -59/+59 |
* | Remove count for NSIO. The only places it was used it were incorrect. | Peter Wemm | 2001-01-31 | 1 | -1/+0 |
* | Convert mca (microchannel bus support) from something that we count | Peter Wemm | 2001-01-29 | 1 | -3/+3 |