| Age | Commit message (Expand) | Author |
| 2003-02-25 | Add a new BUF_INIT() macro which initializes b_dep and b_interlock, and | thorpej |
| 2003-02-23 | initialize b_interlock properly. | yamt |
| 2003-02-19 | Add PQUIRK_NO_FLEX_PAGE for Fujitsu MO MCJ3230AP. | hannken |
| 2003-02-10 | Remove NOTAG quirk for the Seagate ST11200N; the cause of the failure that | pk |
| 2003-02-07 | kern/20231- pass the correct argument (arg_addr) on thru to scsipi_do_ioctl, | mjacob |
| 2003-02-05 | Make the buffer cache code MP-safe. | pk |
| 2003-02-04 | Add defines and structure for control mode page. | wrstuden |
| 2003-02-03 | Test callout_pending(), not callout_active(), and eliminate now-unnecessary | thorpej |
| 2003-02-01 | Add PQUIRK_NOLUNS entry for "NEC ", "CD-ROM DRIVE:502". | bouyer |
| 2003-01-27 | Remove revision in quirk entry for TOSHIBA XM-4101TASUNSLCD. The same drive w... | bouyer |
| 2003-01-23 | Being able to make image backups of your whole disk, not to mention not | bad |
| 2003-01-21 | Remove a line of unreachable code. It seems to be a remnant of starting | simonb |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-20 | Only declare and set the "info" variable #ifndef SCSIVERBOSE. | simonb |
| 2003-01-18 | Merge botch. | martin |
| 2003-01-13 | Use the correct byte positions to read data returned by DVD_LU_SEND_RPC_STATE. | toshii |
| 2003-01-09 | Add two disks capable of doing synchronous transfer mode, but don't | pk |
| 2003-01-06 | Add multiple inclusion protection. | matt |
| 2003-01-06 | writable, not writeable. | wiz |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-12-15 | Another sizeof -> 4 + 2048 fix for dvd_read_manufact after malloc changes | jmcneill |
| 2002-12-15 | In dvd_read_disckey, sizeof(buf) is no longer '4 + 2048' after the | jmcneill |
| 2002-12-15 | Don't waste too much kernel stack space on (infrequent) ioctl operations, | fvdl |
| 2002-12-06 | Remove duplicate define that crept in. | fvdl |
| 2002-12-06 | Sync this with the FreeBSD version, adding a few aliases and new definitions. | fvdl |
| 2002-12-05 | Add NOLUNS|NOSYNC quirk for NEC CD-ROM DRIVE:222. | jdolecek |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-11-24 | Quell an uninitialised variable warning. | scw |
| 2002-11-09 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-03 | Apply patch from Takeshi Nakayama on current-users which fixes problems | jdc |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-19 | Fixes kern/18709 (correcting some typos in comments) | mjacob |
| 2002-10-18 | Add option NEW_BUFQ_STRATEGY, a new buffer queue strategy for better | junyoung |
| 2002-10-09 | Define a "scsi_core" attribute. Make the "scsi" attribute depend on | thorpej |
| 2002-10-04 | As in scsiconf.c, don't print the numberic device type in the attach message. | soren |
| 2002-10-04 | Slightly simplicy the SCSI device attachment message: | soren |
| 2002-10-04 | Pass on indication of absent media in the general case as in the optical | soren |
| 2002-10-04 | Leave error printing to the callers of scsipi_size(). | soren |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-19 | Force the initial probes to happen within the newly forked off kthread. | jmc |
| 2002-09-18 | remove all vesitages of dk_establish(). | chs |
| 2002-09-14 | recognize HP ScanJet 4c. | chs |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-30 | Remove the old device buffer queue interface. | hannken |