aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Log when the user is turning debugging on/off.Joerg Wunsch2001-07-091-5/+9
* Hmpf, remove two variables that got unused by rev 1.214.Joerg Wunsch2001-07-091-2/+1
* Ouch, calculate correctly. With 300 rpm and 25 retries, it's 5 secondsJoerg Wunsch2001-07-091-1/+1
* Remove parts of rev 1.211 again: do not delete our children iff theyJoerg Wunsch2001-07-091-7/+0
* As des' example shows us, DMA overruns could happen in a situationJoerg Wunsch2001-07-092-9/+38
* Another large patchset from Bruce.Joerg Wunsch2001-07-081-158/+113
* More cleanup when detaching. Clone device entries will now beJoerg Wunsch2001-07-041-17/+41
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-301-7/+0
* Add the device resume method to keyboard drivers.Kazutaka YOKOTA2001-06-301-0/+14
* Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingJoerg Wunsch2001-06-291-116/+72
* This change slipped through hidden in a CVS conflict. Logically belongsJoerg Wunsch2001-06-291-3/+3
* First stab at fixing resource deallocation, and implementing fdc(4) asJoerg Wunsch2001-06-291-10/+24
* Merge in parts of a larger patchset i received from Bruce. UntestedJoerg Wunsch2001-06-281-41/+38
* Implement a new ioctl command for floppies: FD_READIDJoerg Wunsch2001-06-261-8/+92
* Some more cosmetics: kill another couple of K&R function definitionsJoerg Wunsch2001-06-261-28/+4
* Convert inb/outb to bus_space.Nicolas Souchu2001-06-232-25/+34
* Cosmetics:Joerg Wunsch2001-06-201-33/+3
* The serial console break-to-debugger support only functioned whileIan Dowse2001-06-201-1/+21
* Fix warning:Peter Wemm2001-06-151-1/+1
* Hints overhaul:Peter Wemm2001-06-123-28/+23
* Cosmetics:Joerg Wunsch2001-06-111-16/+22
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isJoerg Wunsch2001-06-061-1/+1
* Make the FDC (state machine) state an enum, as opposed to an intJoerg Wunsch2001-06-052-17/+17
* Close the line displine on detach. Lots of folks have submittd this, andWarner Losh2001-06-051-1/+4
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyJoerg Wunsch2001-06-045-285/+3
* Fix my email address. I accidentally cut'npasted the wrong (old)Joerg Wunsch2001-06-031-1/+1
* The orm device. This device gobbles up the Option ROMs in the ISAWarner Losh2001-06-011-0/+185
* add Dualmode Zoom/FaxModem 56K (internal) Model 2919MIHIRA Sanpei Yoshiro2001-05-261-0/+1
* Don't lie to diskerr() now that it listens to us.Poul-Henning Kamp2001-05-251-5/+0
* Add SmartLink 5634PCV SurfRiderMIHIRA Sanpei Yoshiro2001-05-201-0/+1
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-152-2/+0
* Implement a few more floppy ioctl commands and IO options, namely:Joerg Wunsch2001-05-141-23/+40
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-012-10/+14
* Add in a missing call to forward_hardclock() in the SMP case.John Baldwin2001-04-281-0/+3
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-1/+12
* Catch up to header include changes:John Baldwin2001-03-281-3/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-265-6/+0
* Always call resource_int_value function for getting portsize and msize.Yoshihiro Takahashi2001-03-171-4/+6
* Add GVC1601 - Rockwell V.34 Plug & Play ModemMIHIRA Sanpei Yoshiro2001-03-071-0/+1
* Add IOD0081 - I-O DATA DEVICE,INC. IFML-560MIHIRA Sanpei Yoshiro2001-03-071-0/+1
* Harvest interrupt entropy off the floppy disk controller.Mark Murray2001-03-031-1/+2
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declareBruce Evans2001-02-191-6/+1
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* RIP <machine/lock.h>.Mark Murray2001-02-111-4/+0
* Catch up to changes to inthand_add().John Baldwin2001-02-091-8/+8
* - Catch up to the new swi API changes:John Baldwin2001-02-091-12/+12
* Change and clean the mutex lock interface.Bosko Milekic2001-02-092-59/+59
* Remove count for NSIO. The only places it was used it were incorrect.Peter Wemm2001-01-311-1/+0
* Convert mca (microchannel bus support) from something that we countPeter Wemm2001-01-291-3/+3