summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* - Move some macros from icu.h into atpic.c as that is the only place theyjhb2004-05-112-61/+19
* Trim unused includes.jhb2004-05-113-8/+0
* - Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS.jhb2004-05-101-3/+3
* Fixed PC98 support.nyan2004-05-061-0/+31
* - Add a new pic method pic_config_intr() to set the trigger mode andjhb2004-05-041-1/+60
* - Add a member to the atpic interrupt source structures to indicate if thejhb2004-05-041-5/+51
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-041-0/+143
* - Add an IMEN_MASK macro that returns the 8-bit bitmask of an atpicjhb2004-05-031-8/+16
* Remove old cy driver files. They have been repo-copied to sys/dev/cy andbde2004-05-023-3283/+0
* - The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference thejhb2004-04-271-4/+6
* Use BSD spelling vs. SysV.obrien2004-04-191-1/+1
* Use %eax rather than %ax when loading segment registers to avoid partialjhb2004-04-161-6/+6
* Remove advertising clause from University of California Regent'simp2004-04-079-36/+0
* The bs driver was replaced with the ct(pc98) driver. takahashi-sanimp2004-04-0711-5588/+0
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-051-45/+81
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-051-6/+6
* Removed a vestige of the stl driver.bde2004-03-181-312/+0
* remove stale comment since these limits have been increased YEARS ago...jmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-174-6/+5
* Remove isa compat stuff.imp2004-03-143-444/+0
* The gsc driver uses the old COMPAT_ISA api. Retire it so we canimp2004-03-142-916/+0
* The rdp driver uses the COMPAT_OLD api. This is being retired, soimp2004-03-142-1583/+0
* The spigot driver uses the old COMPAT_ISA interface. Retire it sinceimp2004-03-141-287/+0
* The le driver uses ISA_COMPAT, which is going away soon. Retire itimp2004-03-144-2320/+0
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-143-9/+0
* stl and stli use the old COMPAT_ISA api. slt also uses the really oldimp2004-03-143-7458/+0
* Remove straggler from gp driver removalimp2004-03-141-27/+0
* Remove gp driver. It uses the old COMPAT_ISA shims.imp2004-03-142-1209/+0
* Remove ctx driver. another scanner. This one uses COMPAT_ISA shimsimp2004-03-142-496/+0
* Remove asc driver, support for GI1904 based hand scanners. Thisimp2004-03-142-966/+0
* Remove wt driver. It still uses COMPAT_ISA_DRIVER which is going awayimp2004-03-142-1109/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-122-12/+12
* Device megapatch 4/6:phk2004-02-2113-5/+26
* Device megapatch 3/6:phk2004-02-214-13/+0
* Device megapatch 1/6:phk2004-02-2114-26/+0
* Fixed a misplaced ifdef that prevented npx.c building without "device isa"bde2004-02-131-1/+1
* Fix a typo in kan's last commit: cnavaiable() -> cnavailable()roam2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-053-4/+7
* Revert the skipping of segment register reloads as it appears to actuallyjhb2004-02-031-4/+1
* Optimize the i386 interrupt entry code to not reload the segment registersjhb2004-01-281-1/+4
* Fix a long-standing bug that had been introduced in rev 1.24 with thejoerg2004-01-071-1/+4
* - Use i8259A register defines from shared sys/dev/ic/i8259.h rather thanjhb2004-01-062-67/+20
* First part of the removal of drivers for hardware that isn't relevantimp2003-12-071-633/+0
* Remove cx in its old location.imp2003-12-034-3199/+0
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-021-31/+32
* Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actuallyjhb2003-11-191-0/+22
* - Add counts to the ATPIC interrupt sources and point the ATPIC interruptjhb2003-11-191-6/+17
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.bde2003-11-161-14/+19
* Localized the cy driver's locking.bde2003-11-161-23/+20
* Always install IDT entries for ATPIC interrupt sources. The APIC nojhb2003-11-141-10/+3
OpenPOWER on IntegriCloud