summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* "opt_auto_eoi.h" is not used here anymore. See atpic.c.peter2003-11-141-2/+0
* Replace magic numbers with macros for i8259A register constants. Stilljhb2003-11-141-9/+10
* - Bring in constants for 8259A registers from amd64 with some updatedjhb2003-11-141-2/+57
* Don't disable the TSC with statclock_disable.phk2003-11-131-9/+9
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-123-73/+24
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-096-6/+6
* Use a wrapper around the driver interrupt handler. The wrapper accepts thejhb2003-11-041-3/+10
* Fix LINTnyan2003-11-042-1/+2
* Fix to support pc98.nyan2003-11-041-0/+6
* Split pc98 support into pc98/pc98/nmi.c.nyan2003-11-041-22/+1
* Remove remaining bits of old interrupt and APIC code.jhb2003-11-036-1470/+0
* Catch up to interrupt code changes.jhb2003-11-032-2/+0
* - Export doreti as a global symbol.jhb2003-11-031-108/+0
* New APIC support code:jhb2003-11-032-219/+30
* Add the new atpic(4) driver for the 8259A master and slave PICs. Byjhb2003-11-033-225/+498
* Move the NMI handling code out to its own file.jhb2003-11-031-586/+2
* Remove soon to be obsolete file to break kernel build while the newjhb2003-11-031-716/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-315-18/+14
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-18/+16
* Don't forget to load %es with the kernel data segment selector inbde2003-10-161-0/+3
* Add a workaround for the fact that the priv field was removed fromdfr2003-10-161-4/+18
* MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).bde2003-09-271-23/+12
* Quick fix for bitrot in locking in the SMP case. cd_getreg() andbde2003-09-271-4/+24
* Initialize cn_name, ignore cn_dev.phk2003-09-261-1/+1
OpenPOWER on IntegriCloud