summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Move bt_isa.c to the cpu-independent isa section.peter1999-07-031-343/+0
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-033-4/+14
* Fix some warnings, unused functions etc.peter1999-07-011-9/+17
* An SMP-specific change: Remove unnecessary lock acquires and releasesalc1999-06-301-27/+12
* Keyboard allocation/deallocation fix.yokota1999-06-292-33/+69
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. Thispeter1999-06-281-2/+1
* Shut up gcc.peter1999-06-271-1/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* This commit gives support for the Rise mP6 CPU. It has two changes:green1999-06-241-5/+7
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-241-1786/+0
* From the submitter:msmith1999-06-241-2/+2
* The second phase of syscons reorganization.yokota1999-06-222-103/+574
* Clean up bitrot in interrupt tracing code.tegge1999-06-161-3/+3
* Add a couple of command definitions.julian1999-06-151-67/+74
* Small optimization: use wi_seek() in wi_read_record() and wi_write_record()wpaul1999-06-061-27/+9
* Fixed null setting of `rc_started'. This was fixed for thebde1999-06-041-7/+2
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlybde1999-06-041-3/+5
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-031-3/+4
* remove references to isa_device, it's no longer associated with interrupts.peter1999-06-031-5/+1
* Unifdef VM86.jlemon1999-06-013-14/+5
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-316-2823/+2
* Simplify cdevsw registration.phk1999-05-3132-396/+100
* This commit should be a extensive NO-OP:phk1999-05-3032-175/+671
* No support for pnp yet.dfr1999-05-301-2/+5
* No support for pnp devices yet.dfr1999-05-301-1/+5
* Allow up to 8 ports, 4 memory regions and two irqs and drqs.dfr1999-05-301-4/+8
* * Use ISA_DELETE_RESOURCE to cancel memory resource if driver clears maddr.dfr1999-05-301-4/+8
* Don't include isa_dma.h if we have already seen isavar.hdfr1999-05-301-1/+3
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-291-2/+3
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-284-83/+93
* Don't call disable_intr() when interrupts are already disabled, sincebde1999-05-281-3/+6
* Add support for ASound Gold card using the ALS120roger1999-05-272-11/+12
* Compaq "Intelligent Disk Array" driver.julian1999-05-251-0/+1786
* Don't try to allocate memory resource unless address is non-zero.dfr1999-05-241-2/+3
* - Fix up some comments in if_wi.c (no code changes)wpaul1999-05-221-9/+9
* Don't use BUS_WRITE_IVAR to manipulate resources.dfr1999-05-221-9/+10
* * Factor out the common code between the isa bus drivers for i386 and alpha.dfr1999-05-222-454/+89
* Recover from removing the last (unshared) interrupt handler.peter1999-05-222-54/+24
* Move pcibus (host -> pci bus) probe/attach routines from nexuspeter1999-05-181-3/+47
* Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardwarepeter1999-05-151-6/+11
* * Define a new static method DEVICE_IDENTIFY which is called to add devicedfr1999-05-141-106/+36
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines werebde1999-05-132-18/+23
* Fix dev_t/minor problemspeter1999-05-123-23/+31
* Updated a comment (Crtat is no longer bogusly shared with syscons).bde1999-05-121-2/+0
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-113-5/+5
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-111-2/+2
* Make the driver work on HP8100 and the newer Philips that does notsos1999-05-112-48/+6
* Fixed reset handling for motor off resets. I first fixed this togetherbde1999-05-111-2/+3
* correct params for sndmmap(). Don't bogo-initialize fields we don'tphk1999-05-101-3/+2
* Clean out some unused leftovers from before the split from the old isa.c.peter1999-05-091-15/+3
OpenPOWER on IntegriCloud