summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add $Id: $billf1999-04-242-0/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-242-2/+10
* #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-2456-67/+289
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-244-22/+58
* Zap some #if 0 code for wired PCI devices. This will look quite differentpeter1999-04-241-155/+1
* Fixed printf format errors on alpha.dt1999-04-241-3/+5
* typo in commentphk1999-04-241-2/+2
* so_linger is in seconds, not in 1/HZache1999-04-241-2/+2
* Changed the type of id_port from short into int to avoid wrongkato1999-04-242-4/+4
* Lite2 bugfixes merge:ache1999-04-241-3/+3
* Minor nit. It is probably still incorrect, but at least don'tdcs1999-04-241-1/+1
* Fix a braino in the v_id wraparound code. Give more (current) detailsphk1999-04-241-9/+17
* Move loader.conf.5, while it is still in it's first revision.dcs1999-04-242-3/+3
* Add loader.4th man page (worst man page I ever wrote -- reviewsdcs1999-04-243-3/+263
* Fix spelling of '#if 0'.dt1999-04-241-1/+1
* Drop tty/net/bio/cam interrupt class labels, it's meaningless here now.peter1999-04-243-237/+237
* Drop the tty/net/bio/cam interrupt class labels, they are meaninless herepeter1999-04-242-60/+60
* Use pointer arithmetic as appropriate.dt1999-04-241-2/+2
* postpone the sending of IGMP LEAVE msg to after deleting theluigi1999-04-241-2/+8
* Fixed printf format errors on alpha.dt1999-04-243-9/+9
* Use pointer arithmetic to do pointer arithmetic.dt1999-04-241-3/+3
* Modify the non-i386 version of disable_intr() and enable_intr() so that theydt1999-04-242-6/+6
* 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-243-6/+3
* Don't clear the hints on release, just the resource containers.peter1999-04-242-14/+2
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.peter1999-04-242-4/+4
* Optimize better for space.kato1999-04-241-3/+3
* Commented out adv_isa.c.kato1999-04-242-4/+4
* - 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-244-8/+8
* ahc_pci.c:gibbs1999-04-234-234/+304
* staticize.gibbs1999-04-232-4/+4
* ahb.c:gibbs1999-04-234-52/+36
* bt.c:gibbs1999-04-232-10/+18
* Complete conversion to bus dma. This driver now works on the alpha.gibbs1999-04-234-435/+703
* Kill a compiler warning.gibbs1999-04-231-1/+2
* Release bus entries in the EDT when a path is released.gibbs1999-04-231-4/+14
* Make the register_intr() glue actually have a chance of working...peter1999-04-234-8/+12
* s/lkm(4)/kld(4)/peter1999-04-231-2/+2
* Make pmap_collect() an official pmap interface.dt1999-04-235-9/+6
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-234-7/+6
* Fixed several (not all) warnings.dt1999-04-2315-101/+45
* Reference kld(4).ghelmer1999-04-233-6/+6
* Update VM86 comment - it's used for VESA too.peter1999-04-233-6/+6
* Update #include statements to reflect the new location of "sioreg.h".jdp1999-04-222-4/+4
* Fix so that this driver works again when compiled with EGCS (whichdavidn1999-04-222-62/+62
* Return the port size from the probe.peter1999-04-223-6/+9
* Fix the promise_intr function, it should use 'lun' not 'unit'sos1999-04-221-2/+2
* Work around an egcs optimizer bug (i386). This should fix the active ftpluoqi1999-04-211-2/+4
OpenPOWER on IntegriCloud