aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). ItPeter Wemm1999-04-251-3/+4
* Make man page reflect reality on parsing rules. Now I know JordanDaniel C. Sobral1999-04-252-6/+8
* pmap_dispose_proc and pmap_copy_page:Alan Cox1999-04-252-28/+46
* Added used include.Dmitrij Tejblum1999-04-251-1/+2
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thePoul-Henning Kamp1999-04-259-13/+37
* Allow multiple opens.Poul-Henning Kamp1999-04-251-5/+10
* Use PCCARD_MODULE() instead of DATA_SET(), the pccard linker set went aPeter Wemm1999-04-251-1/+6
* Remove obsolete interrupt labels.KATO Takenori1999-04-252-86/+86
* Sync with sys/i386/i386/userconfig.c revision 1.137.KATO Takenori1999-04-251-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.112.KATO Takenori1999-04-252-8/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.148.KATO Takenori1999-04-252-4/+4
* De-quote.KATO Takenori1999-04-252-40/+38
* Sync with sys/boot/i386/loader/Makefile revision 1.34.KATO Takenori1999-04-251-3/+3
* The fd options changed during new-bus.Peter Wemm1999-04-242-8/+6
* De-quote where possible and minor tweaks. depends on a current config(8).Peter Wemm1999-04-245-417/+407
* Bump configvers; when the updates to generic/lint get committed, the oldPeter Wemm1999-04-245-10/+10
* Add $Id: $Bill Fumerola1999-04-242-0/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-242-2/+10
* #if 0 out the pci device list, not that you could do a lot with it. ItPeter Wemm1999-04-241-4/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-2456-67/+289
* Replace the pcidevice_set linker set based configuration mechanism for oldPeter Wemm1999-04-244-22/+58
* Zap some #if 0 code for wired PCI devices. This will look quite differentPeter Wemm1999-04-241-155/+1
* Fixed printf format errors on alpha.Dmitrij Tejblum1999-04-241-3/+5
* typo in commentPoul-Henning Kamp1999-04-241-2/+2
* so_linger is in seconds, not in 1/HZAndrey A. Chernov1999-04-241-2/+2
* Changed the type of id_port from short into int to avoid wrongKATO Takenori1999-04-242-4/+4
* Lite2 bugfixes merge:Andrey A. Chernov1999-04-241-3/+3
* Minor nit. It is probably still incorrect, but at least don'tDaniel C. Sobral1999-04-241-1/+1
* Fix a braino in the v_id wraparound code. Give more (current) detailsPoul-Henning Kamp1999-04-241-9/+17
* Move loader.conf.5, while it is still in it's first revision.Daniel C. Sobral1999-04-242-3/+3
* Add loader.4th man page (worst man page I ever wrote -- reviewsDaniel C. Sobral1999-04-243-3/+263
* Fix spelling of '#if 0'.Dmitrij Tejblum1999-04-241-1/+1
* Drop tty/net/bio/cam interrupt class labels, it's meaningless here now.Peter Wemm1999-04-243-237/+237
* Drop the tty/net/bio/cam interrupt class labels, they are meaninless herePeter Wemm1999-04-242-60/+60
* Use pointer arithmetic as appropriate.Dmitrij Tejblum1999-04-241-2/+2
* postpone the sending of IGMP LEAVE msg to after deleting theLuigi Rizzo1999-04-241-2/+8
* Fixed printf format errors on alpha.Dmitrij Tejblum1999-04-243-9/+9
* Use pointer arithmetic to do pointer arithmetic.Dmitrij Tejblum1999-04-241-3/+3
* Modify the non-i386 version of disable_intr() and enable_intr() so that theyDmitrij Tejblum1999-04-242-6/+6
* Back out parts of rev 1.4; making isa.c preserve the hints across aPeter Wemm1999-04-241-14/+15
* Revert part of 1.9; we don't need to reset the port after release now thatPeter Wemm1999-04-243-6/+3
* Don't clear the hints on release, just the resource containers.Peter Wemm1999-04-242-14/+2
* Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT.Peter Wemm1999-04-242-4/+4
* Optimize better for space.KATO Takenori1999-04-241-3/+3
* Commented out adv_isa.c.KATO Takenori1999-04-242-4/+4
* - PC98 doesn't support 16bits bus I/F of adv deriver.KATO Takenori1999-04-241-1/+16
* 1MB is not 1024 * 1024 * 1024 but 1024 * 1024.KATO Takenori1999-04-244-8/+8
* ahc_pci.c:Justin T. Gibbs1999-04-234-232/+302
* staticize.Justin T. Gibbs1999-04-232-4/+4
* ahb.c:Justin T. Gibbs1999-04-234-52/+36