aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize the i386 interrupt entry code to not reload the segment registersJohn Baldwin2004-01-281-1/+4
* Fix a long-standing bug that had been introduced in rev 1.24 with theJoerg Wunsch2004-01-071-1/+4
* - Use i8259A register defines from shared sys/dev/ic/i8259.h rather thanJohn Baldwin2004-01-062-67/+20
* First part of the removal of drivers for hardware that isn't relevantWarner Losh2003-12-071-633/+0
* Remove cx in its old location.Warner Losh2003-12-034-3199/+0
* Fixed breakage of the pci case of the cy driver by the new interruptBruce Evans2003-12-021-31/+32
* Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actuallyJohn Baldwin2003-11-191-0/+22
* - Add counts to the ATPIC interrupt sources and point the ATPIC interruptJohn Baldwin2003-11-191-6/+17
* Restored the call to schedsofttty() (now spelled swi_sched(...)) again.Bruce Evans2003-11-161-14/+19
* Localized the cy driver's locking.Bruce Evans2003-11-161-23/+20
* Always install IDT entries for ATPIC interrupt sources. The APIC noJohn Baldwin2003-11-141-10/+3
* "opt_auto_eoi.h" is not used here anymore. See atpic.c.Peter Wemm2003-11-141-2/+0
* Replace magic numbers with macros for i8259A register constants. StillJohn Baldwin2003-11-141-9/+10
* - Bring in constants for 8259A registers from amd64 with some updatedJohn Baldwin2003-11-141-2/+57
* Don't disable the TSC with statclock_disable.Poul-Henning Kamp2003-11-131-9/+9
* - Move manipulation of td_intr_nesting_level out of assembly interruptJohn Baldwin2003-11-123-73/+24
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-096-6/+6
* Use a wrapper around the driver interrupt handler. The wrapper accepts theJohn Baldwin2003-11-041-3/+10
* Fix LINTYoshihiro Takahashi2003-11-042-1/+2
* Fix to support pc98.Yoshihiro Takahashi2003-11-041-0/+6
* Split pc98 support into pc98/pc98/nmi.c.Yoshihiro Takahashi2003-11-041-22/+1
* Remove remaining bits of old interrupt and APIC code.John Baldwin2003-11-036-1470/+0
* Catch up to interrupt code changes.John Baldwin2003-11-032-2/+0
* - Export doreti as a global symbol.John Baldwin2003-11-031-108/+0
* New APIC support code:John Baldwin2003-11-032-219/+30
* Add the new atpic(4) driver for the 8259A master and slave PICs. ByJohn Baldwin2003-11-033-225/+498
* Move the NMI handling code out to its own file.John Baldwin2003-11-031-586/+2
* Remove soon to be obsolete file to break kernel build while the newJohn Baldwin2003-11-031-716/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-315-18/+14