summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* #if 0 out the pci device list, not that you could do a lot with it. Itpeter1999-04-241-4/+4
* 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
* Drop tty/net/bio/cam interrupt class labels, it's meaningless here now.peter1999-04-242-158/+158
* Drop the tty/net/bio/cam interrupt class labels, they are meaninless herepeter1999-04-241-30/+30
* 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
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.peter1999-04-241-2/+2
* - PC98 doesn't support 16bits bus I/F of adv deriver.kato1999-04-241-1/+16
* 1MB is not 1024 * 1024 * 1024 but 1024 * 1024.kato1999-04-242-4/+4
* staticize.gibbs1999-04-231-2/+2
* ahb.c:gibbs1999-04-232-26/+18
* Make the register_intr() glue actually have a chance of working...peter1999-04-232-4/+6
* Make pmap_collect() an official pmap interface.dt1999-04-231-2/+1
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-231-2/+1
* Update VM86 comment - it's used for VESA too.peter1999-04-232-4/+4
* Update #include statements to reflect the new location of "sioreg.h".jdp1999-04-221-2/+2
* Return the port size from the probe.peter1999-04-221-2/+3
* DEVICE_SUSPEND was always returning ENXIO for reasons unknown. Forimp1999-04-212-4/+14
* oops, SMP was missing includes for a typedef.peter1999-04-212-4/+4
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-2112-139/+921
* Make bt driver work on eisa again.dfr1999-04-201-2/+2
* 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
* Make userconfig saving actually work..peter1999-04-191-10/+12
* _pmap_unwire_pte_hold and pmap_remove_page:alc1999-04-191-13/+31
* 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
* Zap LKM option and support. Farewell old friend.peter1999-04-192-16/+4
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-196-113/+7
* Fix a braino from last commit.peter1999-04-191-4/+0
* GC some now unused (and #if 0) code.peter1999-04-191-321/+3
* Drop the 'at nexus?' from the busses, it's not used.peter1999-04-193-11/+11
* Spelling policebrian1999-04-193-6/+6
* Fix some confusion between physical and virtual addresses when recordingdfr1999-04-191-5/+13
* Always create attach points for the various child busses that can bepeter1999-04-192-60/+28
* EISA can (or will) be a child of the i386 nexus on non-PCI systems.peter1999-04-191-1/+2
* Set the bus description for EISA, like it is for ISA.peter1999-04-191-2/+3
* Set ifq_maxlen to eliminate "zp0 XXX: driver didn't set ifq_maxlen"imp1999-04-191-1/+2
* Compile without a PCI bus in the kernel.peter1999-04-181-2/+4
* Make the bt isa driver work..peter1999-04-181-5/+11
* Implement an EISA new-bus framework. The old driver probe mechanismpeter1999-04-1812-1052/+1270
* Remove i386-specific psm.c - it's now in sys/isa/psm.cpeter1999-04-181-2267/+0
* Add support for 'disabled' probe hint.dfr1999-04-182-4/+12
* These two have been replaced with isa/sio* in the generic isa area.peter1999-04-182-3063/+0
* Added PC98 code.kato1999-04-182-2/+24
* Set ifq_maxlen to IFQ_MAXLENpaul1999-04-181-2/+2
* Set ifq_maxlen to number of transmit descriptors.paul1999-04-181-1/+2
OpenPOWER on IntegriCloud