summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Fix up some sloppy coding practices:wollman1994-08-181-3/+1
* Bruce Evans' dynamic interrupt support.dg1994-08-184-422/+424
* Enable use of the RTC chip for the statistical clock. While this doeswollman1994-08-151-4/+56
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-133-43/+43
* For Pentium machines, use a faster version of microtime with 8 usecwollman1994-08-111-1/+29
* Tell Pentium users their CPU speed. (More changes to make use of thiswollman1994-08-101-2/+23
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-101-4/+23
* Fix from Bruce Evans:dg1994-06-111-2/+4
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-253-15/+28
* Update the reprogram timer stuff, now the frequency of timer 0sos1994-05-021-70/+60
* Define new option, INACCURATE_MICROTIME_IS_OK. When this is defined,wollman1994-04-231-1/+5
* Added IO_PPI define, pulled timer related stuffsos1994-04-211-6/+3
* Pulled out timer related functions -> now in clock.csos1994-04-211-160/+1
* New support for sharing the timerssos1994-04-211-23/+208
* Change from Bruce:ache1994-04-021-2/+2
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-025-246/+224
* At the suggestion of Bruce Evans, don't zero RTC diag register. Doing sodg1994-02-061-3/+1
* Now prints ``on eisa'' if id_iobase >= 0x1000, and made a slight codergrimes1994-01-221-5/+12
* Add missing paren so that it now compiles.rgrimes1994-01-171-2/+2
* Updated the TODO file with missing things.ats1994-01-161-2/+2
* Correct Vresume size, we have now 32 bits for it.ache1994-01-102-4/+4
* Fixed comment that refered to 8252 (we really have 8253's).rgrimes1994-01-051-3/+3
* Convert syscall to trapframe. Based on work done by John Brezak.dg1994-01-031-3/+1
* Document use of counters 29 and 30 for CCITT netisrs.wollman1993-12-202-6/+6
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-192-6/+9
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-252-23/+55
* If netmask == 0, new value changed from 0x8000 to 0x10000ache1993-11-171-4/+2
* if netmask == 0, then the loopback code can do some reallyache1993-11-141-1/+8
* Applied David Greenman's hack to disable IRQ conflict checkingalm1993-11-091-1/+3
* Get rid of WFJ's use of sleep() for more user-friendly tsleep().wollman1993-11-071-2/+2
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
* DST offset calculation removed, it is wrong in any case.ache1993-11-041-11/+1
* Restored comments that were removed from npx.c using # commentpaul1993-11-031-5/+5
* Removed comments from within asm block.paul1993-11-031-5/+5
* >From: Julian Elischer <julian@jules.dialix.oz.au>rgrimes1993-10-181-2/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-166-60/+15
* ALL:rgrimes1993-10-132-171/+192
* Removed patch kit header, added $Id$rgrimes1993-09-062-14/+14
* Corrected off by 2 error in DELAY macro (it was delaying for 2 * value).rgrimes1993-08-241-3/+3
* Moved _eintr{names,cnt} so that vmstat -i does not report all the debuggingrgrimes1993-08-092-6/+6
* Modified attach printf's so that the output is compatible with the "new"dg1993-07-151-5/+5
* Obsolete if_we.c driver, more attach call to where it belongs.rgrimes1993-06-181-9/+3
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-128-0/+2739
OpenPOWER on IntegriCloud