summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-3016-41/+41
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-1/+2
* Calculate leadout entry instead of honor ATAPI requestache1996-01-301-8/+8
* READTOCENTRYS: protect against stack overflow when incorrect dataache1996-01-302-10/+17
* Don't generate EINVAL for data_len too big in READTOCENTRYS, itache1996-01-302-6/+4
* Fix READTOCENTRYS partialy based on kientzle@netcom.com patch partialy onache1996-01-301-15/+24
* Fix audio part, especially READTOCENTRYS inspired by NetBSD driverache1996-01-302-48/+58
* Restore my change to the watchdog params that Paul spammed in rev 1.18.dg1996-01-301-6/+5
* Finally commit Serge's multicast and "misc other changes" patch. Igibbs1996-01-292-43/+84
* Implement a prototype interface to bus-master IDE DMA on the Tritonwollman1996-01-282-2/+49
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-272-12/+33
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-274-20/+75
* Declared new functions isa_dmainit() and isa_dmadone_nobounce().bde1996-01-271-29/+38
* Cleaned up unused #includes and some other historical cruft.bde1996-01-271-36/+13
* Fixed allocation of DMA buffers. The DMA bounce buffers were sometimesbde1996-01-272-84/+98
* The last part of the ether_sprint -> %6D change.phk1996-01-2610-37/+36
* Remove the "no board found at" message, ia rather similar message withjoerg1996-01-251-3/+2
* Change RUKEYMAP sligtlyache1996-01-251-3/+3
* Avoid local sprintfs and other printf'isms.phk1996-01-253-65/+52
* Use new printf features rather than local kludges.phk1996-01-241-3/+3
* Hide the probe warnings behind `bootverbose'.joerg1996-01-231-2/+4
* Reinstate AUTO_EOI_1. This did break suspend/resume on some portables.phk1996-01-192-40/+58
* Fix buffer sizes calculation looking into new Linux driver.ache1996-01-185-21/+27
* Workaround missing interrupts - dma_reset on them (when timeout occurse).ache1996-01-171-0/+2
* Use the new & improved printf rather than homegrown kludges.phk1996-01-162-19/+11
* Small modification to my prev change:ache1996-01-161-6/+4
* 1) Fix comments: 386bsd -> FreeBSD, some other wrong info.ache1996-01-161-15/+17
* Since new bcd* macros not argument range overflow resistant,ache1996-01-161-4/+2
* sleep/wakeup macros was designed to do it on random address in the stack.ache1996-01-161-4/+3
* Get rid of two and a half printf in the kernel.phk1996-01-151-1/+1
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-151-23/+12
* Soren called an said that I screwed up badly, so I backup untilphk1996-01-151-11/+22
* Remove some unused vars, use new hex2ascii macro.phk1996-01-151-22/+9
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-153-53/+14
* Fixed renaming of private DEBUG macro. The previous revision missedbde1996-01-132-10/+10
* Fixed handling of Feb 29 in resettodr().bde1996-01-121-5/+11
* Fix the 'extraneous newline' problem a little more sensibly: just takingwpaul1996-01-091-1/+4
* clean up si_dprintf a bit so that it uses vararg argument parsing that doespeter1996-01-091-6/+17
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-081-14/+12
* MTRETENS for the wt driver. This patch got lost withjoerg1996-01-082-39/+14
* Use the new adapter_softc field in the scsi_link structure so thatgibbs1996-01-075-224/+224
* Add NMSS to the list of things that local.h checks for when decdingwpaul1996-01-072-3/+4
* Choose a different name to hold the option definition.. The original onepeter1996-01-061-2/+2
* Added multicast support, currently #ifdef LNC_MULTICAST.paul1996-01-051-14/+85
* Convert DDB to new-style option.wollman1996-01-045-270/+13
* convert the math emulation to use the new-style options.wollman1996-01-041-1/+3
* Fix the number of ports created for devfs.. it had been only creatingpeter1996-01-021-2/+2
* Fix last "fix" - I had introduced a fencepost error.. :-(peter1996-01-021-2/+2
* Fix up the DEVFS minor numbers that the Specialix driver registers...peter1996-01-021-7/+11
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-830/+0
OpenPOWER on IntegriCloud