summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* change ieee80211_mhz2ieee to use the PSB mapping when the frequencysam2007-03-111-2/+4
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-118-15/+85
* feedback from RELENG_5 portmjacob2007-03-112-0/+8
* Completely eliminate "avail_start". It serves no useful purpose.alc2007-03-101-18/+14
* Add new ST201 PCI id.yongari2007-03-102-2/+4
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-1013-255/+255
* oops committed the wrong patch.julian2007-03-101-6/+10
* Use sx_sleep() in the main loop of the accounting kthread.jhb2007-03-091-3/+2
* Allow threads to atomically release rw and sx locks while waiting for anjhb2007-03-096-33/+50
* Add support for the Silicon Image SiI 3124 and SiI 3132.sos2007-03-092-17/+353
* ng_apply_item should be void. It is called from the interrupt source orjulian2007-03-091-14/+85
* Change the passing of callbacks to a struct in case this needs to be extended...thompsa2007-03-093-6/+14
* More SATA phy/reset cleanup and simplification.sos2007-03-091-194/+78
* Add two new function pointers 'lc_lock' and 'lc_unlock' to lock classes.jhb2007-03-095-3/+134
* Use C99-style struct member initialization for lock classes.jhb2007-03-091-3/+3
* Use C99-style struct member initialization for lock classes.jhb2007-03-093-12/+12
* Defer calling lapic_init() until we've completed the 'MPTable: <...>'jhb2007-03-092-4/+8
* Bump __FreeBSD_version for ncurses wide character supportrafan2007-03-091-1/+1
* Fix long standing multi playback/recording issues, caused byariff2007-03-091-42/+134
* Minor simplification.pjd2007-03-091-3/+1
* Back out a chance to nfs_timer() that inadvertantly crept in the last checkin :(mohans2007-03-091-1/+1
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-0912-2/+46
* Add more chipset revision IDs.jkim2007-03-092-0/+5
* ng_send_fn() can return with an error, the function of interestru2007-03-081-1/+2
* Refine ahci_status to be more simple.sos2007-03-081-43/+29
* Update mxge's firmware from a fairly old version (1.4.6) to the mostgallatin2007-03-082-1721/+1959
* Cleanup the channel/phy reset code.sos2007-03-082-129/+144
* Fix IP_SENDSRCADDR semantics.bms2007-03-081-4/+11
* Instead of doing comparisons using the pcpu area to see ifjulian2007-03-089-13/+18
* Use correct bits to stop firmware when ASF mode is enabled.jkim2007-03-081-2/+2
* Fix more style(9) bugs.jkim2007-03-081-76/+62
* This patch is provided to fix a couple of deployment issues observedqingli2007-03-072-10/+14
* White space nits.pjd2007-03-071-4/+4
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-0719-839/+551
* Fix some nits in lock profiling for rwlocks:jhb2007-03-071-6/+9
* Wrap a few lines at 80 cols.jhb2007-03-072-6/+12
* After the last change to KSE threading a bug was introduced wherejulian2007-03-071-44/+34
* Add Ethertype for 802.3ad LACP.bms2007-03-071-0/+1
* Update openpic to support the new bus_setup_intr() syntax.piso2007-03-073-8/+9
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL.kevlo2007-03-073-3/+3
* When dispatching frames saved on the power save queue to asam2007-03-072-13/+38
* add ieee80211_opmode_name array for mapping the opmode to a stringsam2007-03-073-0/+12
* when starting up an ibss master use a random address forsam2007-03-071-2/+5
* Remove zs(4). Its functionality has been superseded by uart(4) formarcel2007-03-074-1719/+0
* Fix style(9) and consistency.jkim2007-03-061-87/+105
* Pollute bge(4) with #if's and #ifdef's to make MFC easier.jkim2007-03-061-27/+77
* Don't increment total_bounced when doing no-op dmamap_sync ops.scottl2007-03-063-3/+6
* Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))jhb2007-03-0610-42/+52
* Wrap at 80 bus_setup_intr() in upa_setup_intr().piso2007-03-061-2/+2
* Backout rev 1.17, msleep() can't be used with a spinlock.cognet2007-03-061-2/+6
OpenPOWER on IntegriCloud