aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Reduce debug messages.Hidetoshi Shimokawa2003-10-231-2/+4
* terminate the rx descriptor list with a self-linked entrySam Leffler2003-10-221-3/+21
* Turn off ISP_SMPLOCK- not to be turned on again.Matt Jacob2003-10-211-1/+1
* Properly unload the DMA SG list on errors.Søren Schmidt2003-10-211-0/+2
* Fix the DMA problem that most severely hit on the DS3112a SATA chipSøren Schmidt2003-10-215-66/+59
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-213-4/+4
* Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a...Søren Schmidt2003-10-211-2/+4
* If just gcc could make up its mind...Søren Schmidt2003-10-201-1/+1
* Only return valid DMA error bits.Søren Schmidt2003-10-201-1/+1
* Up delay from 10 to 100ms after reset, this helps some slow devicesSøren Schmidt2003-10-201-1/+2
* Only announce ECC errors when its only that.Søren Schmidt2003-10-201-2/+2
* Fix a problem where m_defrag would allocate a new mbuf to replace theMike Silbersack2003-10-191-8/+8
* falloc allocates a file structure and adds it to the file descriptorDavid Malone2003-10-191-3/+12
* Finish the removal of the bst/bsh confusion.Warner Losh2003-10-191-10/+10
* Fix LINT build by correcting a missed change.Bruce M Simpson2003-10-191-1/+1
* Disable irqs before entering the power-off state. This is not knownNate Lawson2003-10-191-0/+1
* Don't confuse tags and handles.Warner Losh2003-10-191-2/+2
* Fix a typo. The module has the EISA front-end commented out, therefore theBruce M Simpson2003-10-181-1/+1
* Do not initialize bp->b_pblkno, it is going away.Poul-Henning Kamp2003-10-181-1/+0
* Eliminate use bio_blkno.Poul-Henning Kamp2003-10-181-16/+10
* Discontinue bio_blkno, use bio_offset instead.Poul-Henning Kamp2003-10-183-40/+12
* Eliminate reporting of bio_blkno.Poul-Henning Kamp2003-10-181-2/+2
* Use bio_offset instead of bio_blknoPoul-Henning Kamp2003-10-182-9/+8
* No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset.Poul-Henning Kamp2003-10-181-1/+0
* Transition to using bus_space macros rather than the inb/outb/etc.Warner Losh2003-10-185-126/+142
* DuH!Poul-Henning Kamp2003-10-181-2/+3
* Don't initialize unused bio_blkno field.Poul-Henning Kamp2003-10-181-1/+0
* Initialize bp->b_offset and remove comment about B_PHYS.Poul-Henning Kamp2003-10-181-2/+3
* Mark as __unused some arguments that are, erm, unused.Mark Murray2003-10-181-2/+5
* Rearrange the deck-chairs while we wait for scottl to GEOMify RF.Poul-Henning Kamp2003-10-181-1/+1
* Add SBP-II target mode driver.Hidetoshi Shimokawa2003-10-181-0/+1550
* - Call sbp_reset_start() for mgm timeout.Hidetoshi Shimokawa2003-10-181-166/+316
* o consolidate rx filter calculations in one placeSam Leffler2003-10-171-19/+39
* indicate device receives all management framesSam Leffler2003-10-171-2/+6
* Fix a couple of bugs with AIF handling:Scott Long2003-10-172-14/+19
* o correct handling of a frame that has too many segments to fit in theSam Leffler2003-10-161-3/+6
* Print the correct logical drive lun number returned by the controller.Paul Saab2003-10-151-1/+2
* Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-10-155-3/+132
* Add a wrapper for a function that takes and releases the adapterDaniel Eischen2003-10-151-3/+13
* o convert mutex calls to #defines for portability, etc.Sam Leffler2003-10-143-35/+61
* Major update to xe driver:Scott Mitchell2003-10-144-578/+783
* Reintroduce the "recovered from lost interrupt" code, but in a newSøren Schmidt2003-10-141-6/+7
* Fix a race condition in owi. If you eject a card, then the wi_inquireWarner Losh2003-10-141-2/+2
* remove dangling mtx_unlock orphaned by rev 1.21 changeSam Leffler2003-10-131-1/+0
* Reduce per-packet overhead when using WEP by using an advancing IVSam Leffler2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingSam Leffler2003-10-131-0/+1
* MFp4:Sam Leffler2003-10-131-3/+13
* MFp4:Sam Leffler2003-10-131-14/+23
* Cache dev_t values in the right structure.Bernd Walter2003-10-121-4/+4
* Redo the code that handles eject/close.Søren Schmidt2003-10-121-22/+21