summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-2824-41/+41
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-285-35/+83
* Suser() simplification:phk1999-04-2715-46/+46
* Only call kvtop on non-null id_maddr's...peter1999-04-261-3/+8
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-251-1/+3
* Add $Id: $billf1999-04-241-0/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-243-2/+14
* Changed the type of id_port from short into int to avoid wrongkato1999-04-241-2/+2
* Back out parts of rev 1.4; making isa.c preserve the hints across apeter1999-04-241-14/+15
* Revert part of 1.9; we don't need to reset the port after release now thatpeter1999-04-241-2/+1
* Don't clear the hints on release, just the resource containers.peter1999-04-241-7/+1
* - PC98 doesn't support 16bits bus I/F of adv deriver.kato1999-04-241-1/+16
* staticize.gibbs1999-04-231-2/+2
* Make the register_intr() glue actually have a chance of working...peter1999-04-232-4/+6
* Return the port size from the probe.peter1999-04-221-2/+3
* oops, SMP was missing includes for a typedef.peter1999-04-211-2/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-218-110/+893
* Make pcvt compile and run again after find_display() is gone as part ofhm1999-04-204-109/+23
* Always reset the isa hints after releasing the resources after probe,peter1999-04-191-16/+16
* The missing prototype for isa_wrap_old_drivers() was bugging me..peter1999-04-191-1/+2
* Fix a potential hang situation.luoqi1999-04-191-1/+2
* Don't do (1 << irq) to get an interrupt mask when irq = -1.peter1999-04-191-4/+6
* Fix a braino from last commit.peter1999-04-191-4/+0
* Fix some confusion between physical and virtual addresses when recordingdfr1999-04-191-5/+13
* Set ifq_maxlen to eliminate "zp0 XXX: driver didn't set ifq_maxlen"imp1999-04-191-1/+2
* Make the bt isa driver work..peter1999-04-181-5/+11
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-182-74/+128
* Remove i386-specific psm.c - it's now in sys/isa/psm.cpeter1999-04-181-2267/+0
* These two have been replaced with isa/sio* in the generic isa area.peter1999-04-182-3063/+0
* Set ifq_maxlen to IFQ_MAXLENpaul1999-04-181-2/+2
* Set ifq_maxlen to number of transmit descriptors.paul1999-04-181-1/+2
* The changes to vm_page.c have broken the assumption that mallocingpaul1999-04-181-13/+24
* Wrap the pcm driver for old isa probes.peter1999-04-171-2/+7
* Allocate space for struct isa_device's, not for pointers thereto.bde1999-04-171-2/+2
* We use the generic isa version now.peter1999-04-172-170/+0
* We now use the generic isa version..peter1999-04-171-74/+0
* vga_isa.c is now generic, not i386 specific (src/sys/isa/vga_isa.c)peter1999-04-171-2241/+0
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-161-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-1618-1597/+2464
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-146-242/+182
* Build the functionality of the wdc_p hack into the ide_pci.c code.peter1999-04-133-28/+6
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-137-658/+33
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-112-12/+6
* Correct prototype for wdstarteivind1999-04-111-1/+1
* Staticize.eivind1999-04-116-12/+12
* Random text after #endif changed to comment.eivind1999-04-111-1/+1
* When trying to enable or disable an interrupt not described by the mp table,tegge1999-04-101-3/+7
* Test CF after a btrl operation instead of testing ZF (which is undefined).tegge1999-04-101-2/+2
* o sys/i386/include/soundcard.hkato1999-04-081-3/+2
* failled spell-checkphk1999-04-061-2/+2
OpenPOWER on IntegriCloud