| Commit message (Expand) | Author | Age | Files | Lines |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+2 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 4 | -1/+4 |
* | Rearrange the probe a bit, hopefully this will help to eleminate | sos | 2000-08-16 | 4 | -145/+145 |
* | Fix off by one error in track# calculation. | sos | 2000-08-13 | 1 | -4/+4 |
* | Backout the tsleep on probe, it breaks in resume mode as tsleep | sos | 2000-08-11 | 1 | -4/+1 |
* | Add support for accessing individual tracks on a CD. | sos | 2000-08-11 | 1 | -5/+31 |
* | Fix the ICH2 ATA100 support, and proberly downgrade the chip setup when | sos | 2000-08-10 | 1 | -13/+10 |
* | Fix braino in the tsleep call, ata_delayed_attach might be a NULL | sos | 2000-08-08 | 1 | -1/+1 |
* | Add experimental code for ATA100 support on: | sos | 2000-08-06 | 3 | -64/+199 |
* | Use tsleep instead od DELAY in probe when not in boot. | sos | 2000-08-06 | 1 | -1/+4 |
* | Remove sequence checking in the burner support. | sos | 2000-08-06 | 2 | -49/+4 |
* | Be a bit more restrictive in using multisector transfers. | sos | 2000-08-06 | 1 | -4/+6 |
* | Spell the word 'limited' with only one 't'. | steve | 2000-07-30 | 1 | -1/+1 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Add disk_enumerate() for finding names of disks. Vinum and libh will | phk | 2000-06-15 | 1 | -24/+0 |
* | Brucify the pmap_enter_temporary() changes. | dfr | 2000-05-29 | 1 | -3/+3 |
* | Add a new pmap entry point, pmap_enter_temporary() to be used during | dfr | 2000-05-28 | 1 | -3/+4 |
* | Cosmetics: dont say Unknown but Generic chipset in probe.. | sos | 2000-05-28 | 1 | -1/+1 |
* | Fix alignment problem on the alpha reported by several parties. | sos | 2000-05-28 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 3 | -4/+4 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 3 | -4/+4 |
* | Fix a nasty bug in ata_intr, parens are a good thing if used right. | sos | 2000-05-23 | 3 | -30/+46 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -4/+2 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 6 | -6/+6 |
* | Fix for the HP burners (and possibly other broken drives to) | sos | 2000-05-01 | 1 | -13/+5 |
* | Clone the {b|bio}_offset field, and make sure it is always initialized | phk | 2000-04-25 | 1 | -8/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 8 | -106/+110 |
* | Add support for ATA66 on newer revisions of the VIA 82C596 | sos | 2000-04-09 | 3 | -27/+40 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 4 | -11/+11 |
* | Correct a mishap in phk's BIO_* changes. | sos | 2000-03-26 | 1 | -1/+1 |
* | Fix the panic occuring on non-changer devices. | sos | 2000-03-24 | 1 | -3/+3 |
* | Make ATAPI CD changer devices work, hopefully better than before. | sos | 2000-03-21 | 6 | -58/+112 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 4 | -13/+12 |
* | Remove the old DSC code, it doesn't work anymore. | sos | 2000-03-18 | 4 | -52/+5 |
* | Cleanup sweep. | sos | 2000-03-13 | 6 | -54/+50 |
* | Enable disksort the right way both on ATA disks and ATAPI devices. | sos | 2000-03-13 | 8 | -66/+75 |
* | Backout the previous fix, it is _not_ that easy too fix. | sos | 2000-03-13 | 1 | -2/+1 |
* | Dont call ad_start unless the controller is idle. | sos | 2000-03-12 | 1 | -1/+2 |
* | Cosmetics.. | sos | 2000-03-10 | 2 | -4/+4 |
* | Dont call make_dev until we are sure the device is there, this prevents | sos | 2000-03-10 | 1 | -4/+12 |
* | Fix the CD driver so that the last blocks can be read even if | sos | 2000-03-05 | 9 | -75/+103 |
* | Spell construct right. | sos | 2000-03-01 | 1 | -3/+3 |
* | Add DVD-RAM support. | sos | 2000-02-29 | 2 | -14/+60 |
* | Only read user data when blocksize != 2048, this "read the works" | sos | 2000-02-29 | 1 | -1/+1 |
* | Fix the problem that caused the boot to fail when modules were loaded. | sos | 2000-02-27 | 1 | -2/+2 |
* | Add (partial) support for the Cypress ATA controller. | sos | 2000-02-25 | 3 | -39/+74 |
* | Add UDMA66 support to the Intel ICH chip. | sos | 2000-02-22 | 1 | -1/+27 |
* | Fix the changer code, dont wait for device ready on unload, it | sos | 2000-02-21 | 3 | -20/+38 |