summaryrefslogtreecommitdiffstats
path: root/sys/isa
Commit message (Expand)AuthorAgeFilesLines
* Move warning messages under bootverbosepst1996-06-111-4/+8
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-111-1/+2
* Fix the warnings about "cant inline call to xxx" by reordering twopeter1996-05-271-46/+49
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-121-2/+2
* Give up waiting for a successful keyboard reset after somejoerg1996-05-111-5/+7
* Typo.phk1996-05-031-2/+2
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-032-19/+14
* Fix ^[[1K (clear from beginning of line to cursor) andache1996-05-021-4/+4
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-021-57/+1
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-011-43/+249
* Fixed a race that caused panics in kernel printfs when the screen timeoutbde1996-05-011-2/+5
* Removed options MAXCONS & HARDFONT, they are no longer in usesos1996-04-261-2/+1
* Format the already applied PCCARD additions to use KNF form. Nonate1996-04-231-42/+40
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-5/+23
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.bde1996-04-131-3/+3
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-111-2/+4
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideascrappy1996-04-101-3/+1
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in thescrappy1996-04-101-1/+3
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-081-1/+3
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Fixed devfs device names and numbers.bde1996-04-071-35/+71
* Fix adjkerntz expression priorityache1996-04-051-3/+3
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-051-5/+7
* changed from using dev_link() to devfs_link()scrappy1996-04-021-3/+3
* Fetch the (dummy) READY CHANGED condition interrupt stati thatjoerg1996-03-311-1/+8
* Moved rtcin() to clock.c.bde1996-03-311-1/+14
* Fixed group of some more disk devices.bde1996-03-291-9/+9
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-282-13/+12
* Fixed ownerships of callout devices.bde1996-03-271-9/+13
* Moved the initialization of the devfs devices to after the initializationbde1996-03-271-7/+9
* Whoops, back out the last commit, which was accidentally committed atnate1996-03-231-16/+1
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove thenate1996-03-231-2/+17
* Fix the isa_device table (lkm): id_irq and id_maddr must be 0.jmz1996-03-161-1/+1
* Add code to make it a loadable kernel modulejmz1996-03-151-0/+46
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* Added some delays to the probe. This might fix some incompatible UARTsbde1996-02-251-1/+4
* Don't turn off the motor on active drives. The motor timeout maybde1996-02-251-1/+12
* use devfs_add_devswf and avoid local variable.phk1996-02-131-5/+3
* Close kern/627 - panic if syscons not attachedpst1996-02-081-1/+3
* Deliver all bells to current console, use different pitchache1996-02-051-11/+13
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-1/+2
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-271-9/+12
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-1/+2
* Change RUKEYMAP sligtlyache1996-01-251-3/+3
* Avoid local sprintfs and other printf'isms.phk1996-01-251-22/+18
* Since new bcd* macros not argument range overflow resistant,ache1996-01-161-4/+2
* 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
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-151-23/+12
OpenPOWER on IntegriCloud