aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* firewire/fwohciHidetoshi Shimokawa2003-02-134-50/+75
* Sync to 1.114 of usbdevsMIHIRA Sanpei Yoshiro2003-02-132-2/+9
* Add support SUNTAC Ir-Trinity IS96UMIHIRA Sanpei Yoshiro2003-02-132-0/+3
* Add Intel 85x/86x AGP support.Eric Anholt2003-02-131-16/+88
* Sync to 1.113 of usbdevsMIHIRA Sanpei Yoshiro2003-02-122-2/+30
* Add support YAMAHA NetVolante RoutersMIHIRA Sanpei Yoshiro2003-02-122-0/+13
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justWarner Losh2003-02-121-1/+1
* MF-p4:Warner Losh2003-02-121-80/+154
* MFp4:Warner Losh2003-02-121-0/+11
* MFp4:Warner Losh2003-02-121-7/+5
* Whitespace nits.Warner Losh2003-02-121-2/+2
* Announce our ability to do MAXPHYS transfers.Poul-Henning Kamp2003-02-111-0/+1
* Deregister the dev_clone event handler when unloading the module. BadJoerg Wunsch2003-02-111-1/+5
* Sound devices were being leaked by dsp_open() not actually releasing theBrian Feldman2003-02-111-1/+6
* Mark our provider with G_PF_CANDELETE in the cases where this is actuallyPoul-Henning Kamp2003-02-111-8/+14
* Fixup printf format.Alfred Perlstein2003-02-111-1/+1
* Terminate 'e' event messages with a newline.Scott Long2003-02-111-0/+1
* Don't turn off the power of cards when new drivers are addedWarner Losh2003-02-111-19/+13
* RegenMIHIRA Sanpei Yoshiro2003-02-112-2/+9
* Add support SUNTAC U-Cable TypeD2 (DS96L)MIHIRA Sanpei Yoshiro2003-02-112-0/+3
* Use correct spl mask.Yoshihiro Takahashi2003-02-102-3/+7
* Implement a new dynamic command allocator. FIBs are allocated in 1 pageScott Long2003-02-103-56/+96
* Increase atrq.ndesc for if_fwe.Hidetoshi Shimokawa2003-02-091-2/+2
* Add new ioctl to specify target EUI64 for fwmem.Hidetoshi Shimokawa2003-02-095-12/+33
* Remove unnecessary check for OCB_ACT_CMD.Hidetoshi Shimokawa2003-02-091-5/+1
* - Detect split transcation timeout.Hidetoshi Shimokawa2003-02-094-65/+139
* Include <isa/isavar.h> to fix building on alpha.Yoshihiro Takahashi2003-02-081-0/+2
* - Fixes for suspend/resume code (MPI-350)Doug Ambrisko2003-02-082-51/+54
* Fix the breakage resulting from Rev. 1.80. Get the eeprom widthMartin Blapp2003-02-071-4/+5
* add 5823 device id's; this allows 5823 parts to function but you cannotSam Leffler2003-02-072-2/+7
* shield kernel data structures so user apps can include this fileSam Leffler2003-02-071-0/+3
* Rename bio_linkage to the more obvious bio_parent.Poul-Henning Kamp2003-02-071-0/+1
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryHartmut Brandt2003-02-071-0/+18
* - Clean up ISA DMA supports.Yoshihiro Takahashi2003-02-0711-144/+177
* Add missing braces.Martin Blapp2003-02-071-1/+2
* RegenMIHIRA Sanpei Yoshiro2003-02-072-2/+11
* Add support FUJITSU AH-F401U Air H deviceMIHIRA Sanpei Yoshiro2003-02-071-0/+3
* Remove debug message.Hidetoshi Shimokawa2003-02-071-1/+0
* Update to new crashdump APIPaul Saab2003-02-071-38/+9
* Update to new crashdump apiPaul Saab2003-02-071-39/+2
* Fix the mly driver! If card resources became unavailable, the driver wouldScott Long2003-02-062-0/+48
* Fix comment typo.Orion Hodson2003-02-061-18/+28
* Fix memory leak.Hidetoshi Shimokawa2003-02-061-13/+20
* Teach the CAM module how to deregister itself so it can be unloaded.Scott Long2003-02-062-2/+10
* Free the container and sim objects on detach. Convert several uses ofScott Long2003-02-061-6/+10
* Don't include aac_cam.h, since it was nuked in the last commit.Scott Long2003-02-062-6/+7
* Various cleanups:Scott Long2003-02-054-96/+104
* Move the DC_SETBIT to the attach function.Martin Blapp2003-02-051-3/+7
* Finally make vinum ready for the root filesystem in FreeBSD 5.x. (AJoerg Wunsch2003-02-053-22/+90
* Fix for fwmem write part.Hidetoshi Shimokawa2003-02-051-14/+14