summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix LINT build by correcting a missed change.bms2003-10-191-1/+1
* Disable irqs before entering the power-off state. This is not knownnjl2003-10-191-0/+1
* Don't confuse tags and handles.imp2003-10-191-2/+2
* Fix a typo. The module has the EISA front-end commented out, therefore thebms2003-10-181-1/+1
* Do not initialize bp->b_pblkno, it is going away.phk2003-10-181-1/+0
* Eliminate use bio_blkno.phk2003-10-181-16/+10
* Discontinue bio_blkno, use bio_offset instead.phk2003-10-183-40/+12
* Eliminate reporting of bio_blkno.phk2003-10-181-2/+2
* Use bio_offset instead of bio_blknophk2003-10-182-9/+8
* No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset.phk2003-10-181-1/+0
* Transition to using bus_space macros rather than the inb/outb/etc.imp2003-10-185-126/+142
* DuH!phk2003-10-181-2/+3
* Don't initialize unused bio_blkno field.phk2003-10-181-1/+0
* Initialize bp->b_offset and remove comment about B_PHYS.phk2003-10-181-2/+3
* Mark as __unused some arguments that are, erm, unused.markm2003-10-181-2/+5
* Rearrange the deck-chairs while we wait for scottl to GEOMify RF.phk2003-10-181-1/+1
* Add SBP-II target mode driver.simokawa2003-10-181-0/+1550
* - Call sbp_reset_start() for mgm timeout.simokawa2003-10-181-166/+316
* o consolidate rx filter calculations in one placesam2003-10-171-19/+39
* indicate device receives all management framessam2003-10-171-2/+6
* Fix a couple of bugs with AIF handling:scottl2003-10-172-14/+19
* o correct handling of a frame that has too many segments to fit in thesam2003-10-161-3/+6
* Print the correct logical drive lun number returned by the controller.ps2003-10-151-1/+2
* Add Allied Telesis SIC-AT boards support.shiba2003-10-155-3/+132
* Add a wrapper for a function that takes and releases the adapterdeischen2003-10-151-3/+13
* o convert mutex calls to #defines for portability, etc.sam2003-10-143-35/+61
* Major update to xe driver:rsm2003-10-144-585/+790
* Reintroduce the "recovered from lost interrupt" code, but in a newsos2003-10-141-6/+7
* Fix a race condition in owi. If you eject a card, then the wi_inquireimp2003-10-141-2/+2
* remove dangling mtx_unlock orphaned by rev 1.21 changesam2003-10-131-1/+0
* Reduce per-packet overhead when using WEP by using an advancing IVsam2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingsam2003-10-131-0/+1
* MFp4:sam2003-10-131-3/+13
* MFp4:sam2003-10-131-14/+23
* Cache dev_t values in the right structure.ticso2003-10-121-4/+4
* Redo the code that handles eject/close.sos2003-10-121-23/+22
* Avoid potential race on ATA_R_DONE.sos2003-10-121-2/+3
* Put devices into sleep mode (ie spin down) on detach.sos2003-10-121-0/+2
* Up timeout to 10s (from 5) in r/w commands.sos2003-10-121-1/+1
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-baseddes2003-10-121-0/+1
* A couple of months' worth of back-burner hacking: restructure to betterdes2003-10-122-89/+189
* Use isprint instead of isalpha in determining valid ident string.sos2003-10-121-1/+1
* The code that was meant to test alignment of the register offsetse2003-10-111-46/+24
* locking fixups:sam2003-10-102-9/+14
* crashdump support.ps2003-10-103-12/+84
* Add the Intersil Prism2/Atmel device. These particular devices are strangebms2003-10-103-2/+22
* Sanitize the code relating to the /dev/ti%d entries. In particular evictphk2003-10-101-68/+6
* Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.bms2003-10-103-2/+14
* Restore transfermode on devices after reinit.sos2003-10-101-0/+7
* Dont store ata_params for devices that return a bogus ident string.sos2003-10-101-0/+3
OpenPOWER on IntegriCloud