aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a printf() format error which broke the ia64 GENERIC build.Dag-Erling Smørgrav2003-05-061-1/+2
* Fix usages of %ll[dx] with typedef'ed created types.David E. O'Brien2003-05-052-19/+19
* Define a link layer MIB for ATM. Most fields of this MIB are needed byHartmut Brandt2003-05-053-65/+84
* Write to RESET_START register if TARGET_RESET ORB doesn't work for timeout.Hidetoshi Shimokawa2003-05-051-52/+138
* Don't panic for FWXF_START state in fw_xfer_unload().Hidetoshi Shimokawa2003-05-051-2/+7
* Add a missing ~ when clearing flags in close.Søren Schmidt2003-05-051-1/+1
* Revert rev 1.396 -- it broke the Alpha kernel build.David E. O'Brien2003-05-051-1/+1
* Add sector size member to subdisk, plex and volume objects.Greg Lehey2003-05-051-0/+3
* Remove an accidental #include.Greg Lehey2003-05-051-8/+30
* Implement DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls. It appears thatGreg Lehey2003-05-051-0/+24
* regen.Murray Stokely2003-05-052-2/+39
* Add KEYSPAN USA19QW, JRC PHONE, SANDISK SDDR75.Murray Stokely2003-05-051-0/+7
* Correct failed checkin. Only one of the hunks in the last checkinGreg Lehey2003-05-051-1/+1
* Clarify comments.Greg Lehey2003-05-051-2/+2
* Add "preferred" keyword.Greg Lehey2003-05-052-0/+7
* White space fixes.Greg Lehey2003-05-051-3/+4
* Remove DIOCGDINFO ioctl. This almost makes newfs work again withoutGreg Lehey2003-05-051-14/+41
* vinum_scandisk: Make sure the config is locked before we mess aroundGreg Lehey2003-05-051-15/+22
* Finally implement read policies. The previous "implementation" didn'tGreg Lehey2003-05-051-21/+51
* free_vinum: Rearrange sequence of actions to avoid potential raceGreg Lehey2003-05-051-8/+7
* Back out accidentally committed debuggingWarner Losh2003-05-041-8/+0
* Change the way loadbalancing works on RAID1's.Søren Schmidt2003-05-042-6/+28
* fix typo in TI1515 ID.Warner Losh2003-05-042-1/+9
* Implement dump function for ATA RAID's. Minor fixes by me...Søren Schmidt2003-05-041-0/+128
* Grap the ATA lock on all channels before suspend, this makes certainSøren Schmidt2003-05-043-0/+15
* Grab some of the latest TI cardbus bridge IDs. Inspired by a similarWarner Losh2003-05-041-0/+10
* Update declaration of vinum_scandisk (only one parameter).Greg Lehey2003-05-041-1/+1
* Rewrite of startup code:Greg Lehey2003-05-041-0/+18
* Rewrite of startup code:Greg Lehey2003-05-041-2/+3
* Rewrite of startup code:Greg Lehey2003-05-042-24/+83
* Rewrite of startup code:Greg Lehey2003-05-041-49/+8
* Something I missed in my tree.Paul Saab2003-05-041-2/+18
* Correct spelling errors.Justin T. Gibbs2003-05-047-281/+497
* Implement the write twice to send producer index workaround forPaul Saab2003-05-041-0/+11
* aic7xxx.c:Justin T. Gibbs2003-05-037-476/+614
* hc_eisa.c:Justin T. Gibbs2003-05-033-6/+6
* - Change the short hand representation of the various ASIC revisionsPaul Saab2003-05-032-11/+47
* - Move bge_phy_hack into the phy code and implement the various DSPPaul Saab2003-05-032-70/+198
* Fix locking on reinit.Søren Schmidt2003-05-031-4/+16
* Add the pdc20268r as candidate for the TX test.Søren Schmidt2003-05-031-1/+1
* Regen.Shunsuke Akiyama2003-05-032-2/+25
* Add RealTek RTL8150 USB to fast Ethernet controller driver.Shunsuke Akiyama2003-05-035-0/+2064
* - Fix breakage on PAE enabled kernelPrafulla Deuskar2003-05-032-8/+10
* Force PnP devices to set SMIT mode.Yoshihiro Takahashi2003-05-031-0/+9
* Fix off-by-one bug.Yoshihiro Takahashi2003-05-031-3/+3
* - Bus DMA'fy the driverPrafulla Deuskar2003-05-022-235/+457
* Add untested support for the Broadcom 5704.Paul Saab2003-05-024-0/+17
* Fix printf format errors.Jake Burkholder2003-05-021-2/+2
* Add flushing of devices on shutdown.Søren Schmidt2003-05-023-26/+40
* Add ioctl to add a spare disk to a RAID array.Søren Schmidt2003-05-024-33/+90