summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+2
* Removed more devconf leftovers.bde1996-09-101-2/+1
* Yet another merge. Remove support.s by deleting memcopy. Removeasami1996-09-071-1/+16
* Remove devconf, it never grew up to be of any use.phk1996-09-062-84/+2
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-12/+6
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-18/+41
* Post-commit review by Bruce. Mostly stylistic changes.joerg1996-07-211-51/+56
* Major cleanup of the timerX_{acquire,release} stuff. In particular,joerg1996-07-201-48/+96
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inbde1996-07-171-2/+2
* Use the standard timer (interrupt) frequency while calibrating the clocks.bde1996-07-011-7/+4
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-252-2/+4
* In getit(), use read_eflags()/write_eflags() to preserve the interruptbde1996-06-171-3/+8
* The Great PC98 Merge.asami1996-06-141-1/+5
* Move warning messages under bootverbosepst1996-06-111-4/+8
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-111-1/+2
* Jump some hoops to have the *.s code being able to be run through both anpeter1996-05-312-80/+80
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-021-3/+3
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-011-43/+249
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-5/+23
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowgibbs1996-04-201-2/+2
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-113-3/+9
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-081-44/+112
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Fix adjkerntz expression priorityache1996-04-051-3/+3
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-051-5/+7
* Moved rtcin() to clock.c.bde1996-03-311-1/+14
* Killed religous FASTER_NOP again.bde1996-03-312-10/+2
* 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
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-3/+1
* Don't print DMA busy messages - the sound code apparently runsjkh1996-03-101-1/+7
* 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
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-17/+67
* Cleaned up unused #includes and some other historical cruft.bde1996-01-271-36/+13
* Reinstate AUTO_EOI_1. This did break suspend/resume on some portables.phk1996-01-193-77/+111
* 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
* Fixed handling of Feb 29 in resettodr().bde1996-01-121-5/+11
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-081-14/+12
* Choose a different name to hold the option definition.. The original onepeter1996-01-061-2/+2
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* convert the math emulation to use the new-style options.wollman1996-01-041-1/+3
* random_machdep.c: New version, also includes revectored interrupts, rathermarkm1995-12-272-18/+2
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-241-4/+4
* Made "AUTO_EOI_1" standard. auto-EOI on the master ICU is a documenteddg1995-12-233-112/+78
* Increase Pentium cyclecounter calibration time to 131072 us. Thiswollman1995-12-201-2/+2
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-192-6/+7
OpenPOWER on IntegriCloud