aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-0/+1
* Fixed misclassification of npx interrupts caused by npx_probe().Bruce Evans2004-06-061-12/+1
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-041-2/+1
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-5/+5
* Use ttymalloc() instead of ttyregister().Poul-Henning Kamp2004-06-044-15/+12
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-8/+1
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-304-0/+4
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-303-0/+3
* Quick fix for overflow when tsc_freq >= 2^31. "int profrate" in structBruce Evans2004-05-261-3/+10
* MFamd64:Bruce Evans2004-05-261-2/+0
* MFamd64 (put TF_EIP in assym.s and use it instead of a magic offset inBruce Evans2004-05-231-1/+1
* - Move some macros from icu.h into atpic.c as that is the only place theyJohn Baldwin2004-05-112-61/+19
* Trim unused includes.John Baldwin2004-05-113-8/+0
* - Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS.John Baldwin2004-05-101-3/+3
* Fixed PC98 support.Yoshihiro Takahashi2004-05-061-0/+31
* - Add a new pic method pic_config_intr() to set the trigger mode andJohn Baldwin2004-05-041-1/+60
* - Add a member to the atpic interrupt source structures to indicate if theJohn Baldwin2004-05-041-5/+51
* Add a simple mini-driver for the ELCR register. Originally, the ELCRJohn Baldwin2004-05-041-0/+143
* - Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpicJohn Baldwin2004-05-031-8/+16
* Remove old cy driver files. They have been repo-copied to sys/dev/cy andBruce Evans2004-05-023-3283/+0
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference theJohn Baldwin2004-04-271-4/+6
* Use BSD spelling vs. SysV.David E. O'Brien2004-04-191-1/+1
* Use %eax rather than %ax when loading segment registers to avoid partialJohn Baldwin2004-04-161-6/+6
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-079-36/+0
* The bs driver was replaced with the ct(pc98) driver. takahashi-sanWarner Losh2004-04-0711-5588/+0
* Converted the isa probe and attach to new-bus so that this driver worksBruce Evans2004-04-051-45/+81
* Moved initialization of the lock from the (isa) probe function to theBruce Evans2004-04-051-6/+6
* Removed a vestige of the stl driver.Bruce Evans2004-03-181-312/+0
* remove stale comment since these limits have been increased YEARS ago...John-Mark Gurney2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-174-6/+5
* Remove isa compat stuff.Warner Losh2004-03-143-444/+0
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canWarner Losh2004-03-142-916/+0
* The rdp driver uses the COMPAT_OLD api. This is being retired, soWarner Losh2004-03-142-1583/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceWarner Losh2004-03-141-287/+0
* The le driver uses ISA_COMPAT, which is going away soon. Retire itWarner Losh2004-03-144-2320/+0
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-143-9/+0
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldWarner Losh2004-03-143-7458/+0
* Remove straggler from gp driver removalWarner Losh2004-03-141-27/+0
* Remove gp driver. It uses the old COMPAT_ISA shims.Warner Losh2004-03-142-1209/+0
* Remove ctx driver. another scanner. This one uses COMPAT_ISA shimsWarner Losh2004-03-142-496/+0
* Remove asc driver, support for GI1904 based hand scanners. ThisWarner Losh2004-03-142-966/+0
* Remove wt driver. It still uses COMPAT_ISA_DRIVER which is going awayWarner Losh2004-03-142-1109/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-122-12/+12
* Device megapatch 4/6:Poul-Henning Kamp2004-02-2113-5/+26
* Device megapatch 3/6:Poul-Henning Kamp2004-02-214-13/+0
* Device megapatch 1/6:Poul-Henning Kamp2004-02-2114-26/+0
* Fixed a misplaced ifdef that prevented npx.c building without "device isa"Bruce Evans2004-02-131-1/+1
* Fix a typo in kan's last commit: cnavaiable() -> cnavailable()Peter Pentchev2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-053-4/+7
* Revert the skipping of segment register reloads as it appears to actuallyJohn Baldwin2004-02-031-4/+1