summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some debug code to diagnose root-on-mirror problems with recent -current.pjd2005-05-231-0/+3
* Make snd_maestro3(4) mpsafeyongari2005-05-231-84/+211
* According to STP2002QFP User's Guide, it seems that driver shouldyongari2005-05-231-1/+4
* Fix some of the problems Bruce observed with this code.peter2005-05-222-3/+4
* Protect fsid in freebsd4_getfsstat() in simlar way as it is done inpjd2005-05-222-6/+12
* The code is under '#ifdef not_that_way', but anyway:pjd2005-05-221-0/+3
* Add missing jail.h include.pjd2005-05-221-0/+1
* This code seems to be dead, but anyway:pjd2005-05-221-3/+9
* If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,pjd2005-05-223-17/+8
* Swap in can occur safely without Giant. Release Giant on entry toalc2005-05-221-3/+2
* o Clear device-specific PCI register 0x41 (Retry Timeout) during attachdamien2005-05-223-20/+140
* Fix WPA (802.11i) support.damien2005-05-222-0/+24
* Clear device-specific PCI register 0x41 during attach and on resume.damien2005-05-221-0/+4
* MFi386: set PMC vectorpeter2005-05-221-1/+6
* MFi386: remove commentpeter2005-05-221-3/+0
* Add PCI ID for BCM5789.silby2005-05-222-0/+3
* Remove GIANT_REQUIRED from swapout_procs().alc2005-05-221-2/+0
* - Hook up machfb(4) to the sparc64 build, not enabled in GENERICmarius2005-05-213-2/+5
* Add machfb(4), a driver for ATI Mach64 graphics chips intended formarius2005-05-212-0/+1948
* Grab FBTYPE_NOTSUN3 and use it for FBTYPE_PCIMISC. The value matchesmarius2005-05-211-1/+1
* o creator(4):marius2005-05-215-245/+546
* - Remove duplicate FBSDID.marius2005-05-213-13/+3
* - Not every architecture defaults to a black background (e.g. sparc64marius2005-05-211-9/+9
* On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME somarius2005-05-211-0/+8
* Remove superfluous braces and add #ifndef __sparc64__ around themarius2005-05-211-18/+41
* - Sprinkle some KBD_IS_* and KBD_*_DONE macros in sunkbd_configure() asmarius2005-05-211-11/+21
* - MFpowerpc: sys/powerpc/powerpc/nexus.c rev. 1.7 (partial)marius2005-05-211-2/+36
* - Make sure that the OFW address properties that are going to be decodemarius2005-05-211-5/+6
* For sparc64 conditionalize the compilation of the gfb_cursor() variantmarius2005-05-212-6/+1
* Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-214-11/+13
* Quick hack-o-rama to allow the Xorg Radeon driver to start up. Itgrehan2005-05-211-0/+13
* For non-profiling kernels, there were two symbols assigned to the samepeter2005-05-211-2/+4
* Fix yet another cut-and-paste bug.emax2005-05-201-1/+1
* Reduce the number of times that we acquire and release locks inalc2005-05-201-8/+6
* Fix LINT build, original breakage was rev 1.23. There are 2 definitionsnjl2005-05-201-1/+8
* Adjust the start_ap delay to match i386.obrien2005-05-201-1/+1
* Fix mismerge in rev 1.226: wait 5 seconds as the comment documents,obrien2005-05-201-1/+1
* Remove unused variables. Remove prototype for function that does not exist.charnier2005-05-201-4/+1
* Recognize the integrated (though not necessarily enabled) FireWiremarius2005-05-202-0/+14
* Calling xl_rxeof() at the end of xl_start_locked() leads to recursionglebius2005-05-202-1/+20
* Document that the returned pointer should be freed even if the numbernjl2005-05-201-1/+1
* If devclass_get_devices() returns success but a count of 0, free thenjl2005-05-201-1/+4
* Missed kern_windrv.c in the last checkin.wpaul2005-05-201-0/+14
* Deal with a few bootstrap issues:wpaul2005-05-202-2/+3
* In ndis_halt_nic(), invalidate the miniportadapterctx early to try andwpaul2005-05-202-6/+1
* Extend `autoboot_delay' handling - is this variable is set to -1 don't allowsobomax2005-05-194-29/+70
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichmarius2005-05-191-0/+14
* Sync with the other files.<arch> files and put the keyboard mapmarius2005-05-191-7/+7
* o mc146818(4):marius2005-05-193-28/+53
* - Add locking.marius2005-05-194-42/+131
OpenPOWER on IntegriCloud