| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to get rid of the fake slave problem. | sos | 2003-08-25 | 1 | -0/+4 |
* | Cleanup the dma int/alloc/free code. | sos | 2003-08-25 | 5 | -98/+72 |
* | Fix copyright comment & FBSDID style nits. | obrien | 2003-08-25 | 31 | -55/+27 |
* | Remove merge conflict that I didn't notice as it was in the middle of a | obrien | 2003-08-25 | 1 | -5/+0 |
* | Unify prototypes. | sos | 2003-08-25 | 11 | -85/+91 |
* | Fix compile error. | nyan | 2003-08-25 | 1 | -1/+1 |
* | Only call FLUSH_CACHE on devices that say they can. | sos | 2003-08-25 | 1 | -4/+8 |
* | Switch to dev/syscons/syscons.c. | nyan | 2003-08-25 | 2 | -3587/+1 |
* | Merge pc98 support from sys/pc98/pc98/syscons.c. | nyan | 2003-08-25 | 1 | -0/+21 |
* | Dont check the cable bit on ich5 when on the SATA channel. | sos | 2003-08-25 | 1 | -1/+2 |
* | MFi386: revision 1.452 | nyan | 2003-08-25 | 1 | -0/+1 |
* | Trim ti(4) devices. | bmah | 2003-08-25 | 2 | -74/+2 |
* | Sort the lists of supported devices. No other content changes. | bmah | 2003-08-25 | 1 | -10/+10 |
* | In the lists of supported devices, remove "The" from the names of | bmah | 2003-08-25 | 1 | -10/+10 |
* | Catch up ti(4) with hardware notes. | bmah | 2003-08-25 | 1 | -0/+2 |
* | Add option NO_SIO to work-around the hardcoded dependency on sio(4). | marcel | 2003-08-25 | 14 | -212/+257 |
* | Change of plans: Add ext2_bitops.h with generic and portable | marcel | 2003-08-25 | 7 | -55/+232 |
* | Make TX on davicom 9102A working again. This chip needs | mbr | 2003-08-24 | 2 | -0/+4 |
* | Trim ep(4) devices. | bmah | 2003-08-24 | 2 | -64/+2 |
* | Add a few PC98-specific (?) devices, from the hardware notes. | bmah | 2003-08-24 | 1 | -0/+2 |
* | Remove a duplicate copy of the fe(4) devices that somehow snuck in | bmah | 2003-08-24 | 2 | -168/+6 |
* | Sort device list, no other content changes. | bmah | 2003-08-24 | 1 | -8/+8 |
* | Add a few more PC98-specific instances of fe(4) devices, obtained from | bmah | 2003-08-24 | 1 | -0/+11 |
* | Comment out a couple of __inline__s until we can get inlines to be actually | anholt | 2003-08-24 | 1 | -2/+2 |
* | Remove duplicate SCM ID. | obrien | 2003-08-24 | 1 | -2/+0 |
* | Sync with local version (cosmetics) | sos | 2003-08-24 | 1 | -1/+1 |
* | There is no detach func for PCI ATA devs. | sos | 2003-08-24 | 1 | -1/+0 |
* | Fix ad_dump top actually produce a dump. | sos | 2003-08-24 | 1 | -3/+9 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 21 | -31/+63 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 28 | -40/+89 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 447 | -755/+1477 |
* | Remove a useless '/'. | obrien | 2003-08-24 | 1 | -1/+1 |
* | Reformat FBSD_{START,END}FILE_SPEC to FSF coding standards. | obrien | 2003-08-24 | 3 | -45/+33 |
* | Fix the former commit as cvs screwed it up somehow | sos | 2003-08-24 | 1 | -1/+2 |
* | Add comment about ATAng. | sos | 2003-08-24 | 1 | -0/+5 |
* | Add device ataraid, this is now seperate and not pulled in by atadisk. | sos | 2003-08-24 | 1 | -0/+1 |
* | Adjust to the new sys/ata.h layout | sos | 2003-08-24 | 1 | -29/+35 |
* | This is a major rework of the ATA driver (ATAng) | sos | 2003-08-24 | 29 | -3934/+3563 |
* | Remove redundant bzero. | hsu | 2003-08-24 | 1 | -1/+0 |
* | Eliminate the last (direct) uses of vm_page_lookup() on the pte object. | alc | 2003-08-24 | 1 | -18/+3 |
* | Allow bus barrier operations on fake tags. The purpose of a fake | marcel | 2003-08-24 | 1 | -4/+4 |
* | Enhance the jail start/stop script. | mtm | 2003-08-24 | 2 | -15/+124 |
* | reenable the caches when a PCI peek faults. Takes my kernel compile | jmg | 2003-08-24 | 2 | -0/+6 |
* | Check in the known good version of the wi driver, with prism/symbol | imp | 2003-08-24 | 6 | -0/+3715 |
* | This doesn't work, so back them out. | imp | 2003-08-24 | 1 | -2/+2 |
* | - Add a font width field to struct scr_stat. Use this instead of '8'. | jake | 2003-08-24 | 3 | -10/+12 |
* | Return -100 rather than 0 for pccard probe routines. This allows | imp | 2003-08-24 | 1 | -2/+2 |
* | o Do not keep a separate list of src/etc/defaults files in | mtm | 2003-08-24 | 2 | -7/+4 |
* | Changed ??? to foo in dead code since ??? screws up my editor. | jake | 2003-08-24 | 1 | -1/+1 |
* | - Remember to flip the foreground and background color attributes in | jake | 2003-08-24 | 1 | -11/+18 |