summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Rearrange a comment to fit in 80 chars per line, like the rest of thismarius2004-05-221-4/+4
* - Move OFW_NAME_MAX, used as a limit for OFW property names and devicemarius2004-05-222-13/+24
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-2218-573/+573
* Add Intel PCI vendor ID.le2004-05-221-0/+4
* Don't forget to reset if_hwassist back to 0 when hardware checksummingyar2004-05-221-1/+3
* Remove two debugging printf().mux2004-05-221-2/+0
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,mux2004-05-2218-40/+22
* Fix typos in comments.le2004-05-221-9/+9
* To date, unwiring a fictitious page has produced a panic. The reasonalc2004-05-224-18/+29
* Spelling and style fixes.marius2004-05-222-22/+22
* Use unsigned types for the arguments of the atomic(9) operations,marius2004-05-221-4/+4
* Switch from BSD-style u_intXX_t to ISO C99 uintXX_t.marius2004-05-222-5/+5
* Plug three lock leaks.mux2004-05-222-0/+6
* Cosmetic:yar2004-05-211-2/+6
* Fix cutNpasto in last commit.imp2004-05-211-1/+1
* The driver fxp(4) has reception of large frames enabled hardcodedly,yar2004-05-211-0/+1
* Mark the capability of this driver to receive VLAN frames >1500 bytesyar2004-05-211-0/+1
* MFi386 (1.103 and 1.104: fixed some problems in high resolution profilingbde2004-05-211-31/+15
* Updated and reorganized the comments for the fetch and store families ofbde2004-05-211-21/+10
* Fixed high resoultion profiling of fuword32() and suword32(). Use thebde2004-05-211-6/+2
* - Change command name from 'config' to 'configure'.pjd2004-05-212-4/+4
* Clear KSE thread flags after KSE thread mode is ended. The side effectdavidxu2004-05-214-2/+8
* ifdef writing to registers that the base pci standard says areimp2004-05-211-0/+13
* Upon further review it was decided this piece of the msync(2)kensmith2004-05-211-0/+2
* Fixed some style bugs in tdsigwakeup().bde2004-05-211-11/+10
* Fix spelling.dfr2004-05-213-13/+13
* Added dependency on the miibus module.ru2004-05-211-0/+1
* Compeletely rewrite the description of hw.pci.do_powerstate to soundimp2004-05-211-2/+2
* Improve the English somewhat.imp2004-05-211-1/+1
* Ooops, forgot to commit the updated definition for hw.pci.do_powerstateimp2004-05-211-2/+1
* MFp4:imp2004-05-211-3/+7
* Move pci_do_powerstate up a level. Now it just means 'do not turn devicesimp2004-05-211-3/+6
* MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass,imp2004-05-211-0/+16
* When attaching pccard and cardbus children, there's no need to set theimp2004-05-211-6/+2
* Now that we have the resource allocation code in current, the kludgeimp2004-05-212-56/+10
* make the pci power state and resource code a lot less chatty. Theimp2004-05-211-17/+28
* Sync to 1.178 of usbdevssanpei2004-05-212-2/+18
* add support Kyocera AH-K3001V (cellular phone in Japan)sanpei2004-05-212-6/+36
* In tdsigwakeup(), use TD_ON_SLEEPQ() rather than TD_IS_SLEEPING() to see ifjhb2004-05-201-1/+1
* In cpu_sched_exit(), we must check vm_refcnt against 0, not 1, sincetmm2004-05-201-1/+1
* Fixed printf format errors which helped break GUPROF for arches withbde2004-05-201-2/+2
* Initialize the history counter type field in struct gmonparam asbde2004-05-201-0/+4
* MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed).bde2004-05-201-0/+19
* Moved i386 asms to an i386 header. The asms are for calibration ofbde2004-05-202-19/+22
* Whitespace cleanupdes2004-05-201-16/+16
* Whitespace cleanup.des2004-05-201-29/+29
* Stylistic changes around the previous commit:yar2004-05-201-3/+5
* Set the VLAN bits in if_capenable as well as in if_capabilitiesyar2004-05-201-0/+1
* - Teach CONCAT class how to talk with geom(8).pjd2004-05-202-102/+157
* - Connect geom(8) and its libraries to the build.pjd2004-05-204-0/+8
OpenPOWER on IntegriCloud