summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for the P212, P410, P410i, P411, and P812 HP Smart Arrayps2008-06-101-0/+5
* Add the pxa_teardown_intr() bus method function to de-associate thekevlo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofkevlo2008-06-102-102/+7
* >From NetBSD:kevlo2008-06-102-46/+0
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.davidch2008-06-102-54/+193
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),wkoszek2008-06-091-2/+2
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-093-0/+7
* Remove sicontrol(8)'s "ttystat".ed2008-06-092-6/+0
* Remove some sparc-specific stuff from my earlier sun4v work in p4.jb2008-06-091-2/+0
* Remove sa1_cache_clean_addrkevlo2008-06-091-2/+0
* Unify arminit() and clean upkevlo2008-06-091-58/+1
* Remove checks against DDB, which isn't used in this file.wkoszek2008-06-081-5/+0
* The change to add subversion ID has two problems. The first is that whendougb2008-06-081-2/+11
* Fix typo in comment.rpaulo2008-06-081-1/+1
* d_ino member of linux_dirent structure should be unsigned long.rdivacky2008-06-081-2/+2
* Fix spelling of "virtual".wkoszek2008-06-082-5/+5
* Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registeryongari2008-06-081-6/+14
* Move bm(4) from the sys/conf/NOTES to sys/powerpc/conf/NOTES.marcel2008-06-082-2/+1
* Add support for the Apple Big Mac (BMAC) Ethernet controller,marcel2008-06-079-0/+1780
* Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMAmarcel2008-06-074-0/+552
* Change the calling convention for ic_node_alloc to deal withsam2008-06-0711-27/+42
* Split ieee80211_notify_erp into locked and unlocked variantssam2008-06-071-4/+12
* Fix node cleanup issues when the last reference is held bysam2008-06-071-16/+27
* correct code returned in AsssocResp; the previous code is spec'd for usesam2008-06-071-2/+1
* If we can find it, include SVN version number in kernel version strings.phk2008-06-071-2/+9
* Fix the incorrect calculation of a block address within a single indirectkib2008-06-071-1/+1
* Workaround a bug in the BIOS of Dell R900 machines. Specifically, eachjhb2008-06-071-1/+4
* - Store the device_t of the smbX device in the softc.jhb2008-06-061-37/+22
* Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmbjhb2008-06-062-9/+67
* Essentially, neither madvise(..., MADV_DONTNEED) nor madvise(..., MADV_FREE)alc2008-06-061-0/+7
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handlejhb2008-06-068-100/+76
* Tweak a comment and a constant to restore old 30ms upper bound.imp2008-06-061-3/+3
* o Remove unused cs_debug tunable. I think I added it and then nothing withimp2008-06-061-10/+22
* Forgot to commit these files too :-(imp2008-06-062-3/+3
* Minor clean up to shave about 1.5k off the size of the driver:imp2008-06-064-95/+12
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connexbenno2008-06-0618-0/+3874
* Simplify error checking when reading the function....imp2008-06-061-3/+1
* cs has detach, remove bogus ifdef.imp2008-06-061-3/+1
* This is a rewritten driver for the SMSC LAN91C111. It's based in part on thebenno2008-06-066-0/+1931
* Remove unused fields in softc. If they are ever really needed again,imp2008-06-064-27/+3
* Checkpoint what I've been running for the last year. Tidy up apeter2008-06-062-73/+82
* Fix range check for rtable id.mlaier2008-06-051-2/+2
* Fix faulty character to control-character conversion for CTRL().ed2008-06-051-16/+23
* Add the support for the Globetrotter Max 3.6 HSDPA Modem.attilio2008-06-052-0/+3
* Make the cs(4) driver MPSAFE:jhb2008-06-054-67/+118
* Rename the ie_EE16 module to just 'ie' so that at least one of the modulesjhb2008-06-051-1/+7
* - Fix two calls to ieinit() in ieioctl() to call ieinit_locked() instead tojhb2008-06-051-3/+3
* When devfs_allocv() committed to create new vnode, since de_vnode is NULL,kib2008-06-051-1/+1
* Fix the media auto code by breaking it :-). Auto now just means 'useimp2008-06-051-19/+8
* Style(9) xe(4). The MD5 sums are different, but comparing the dissassembliesjhb2008-06-043-1566/+1621
OpenPOWER on IntegriCloud