| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backswards is as backwards does: If we're MPSAFE, then we don't need | Warner Losh | 2003-10-24 | 1 | -2/+2 |
| * | Update to latest from DRI CVS. Primary new feature is mostly-complete smpng | Eric Anholt | 2003-10-24 | 36 | -1214/+1317 |
| * | Add simple support for AGP 3.0 including enabling 8x mode. The simple | John Baldwin | 2003-10-23 | 1 | -13/+108 |
| * | Use a switch statement on the devid instead of if-else for determing which | John Baldwin | 2003-10-23 | 1 | -6/+18 |
| * | Const poison crc routines (why these aren't centralized, I'm not sure). | Warner Losh | 2003-10-23 | 1 | -9/+9 |
| * | Const poison the crc calcuation routines so const data can be sent to | Warner Losh | 2003-10-23 | 1 | -3/+3 |
| * | 0x7FFFFFFFFF is >32 bits and needs an explicit LL. | Dag-Erling Smørgrav | 2003-10-23 | 2 | -2/+2 |
| * | Look at the equipment list for amd64 as well as i386 for autodetecting | Peter Wemm | 2003-10-23 | 1 | -2/+2 |
| * | Fix mismerge from one tree to another: add ( | Warner Losh | 2003-10-23 | 1 | -1/+1 |
| * | more unused item cleanup | Warner Losh | 2003-10-23 | 1 | -2/+0 |
| * | BASE is no longer used, and is an appendix. Remove it. | Warner Losh | 2003-10-23 | 1 | -5/+0 |
| * | Learn basic C. | Warner Losh | 2003-10-23 | 1 | -2/+3 |
| * | Reduce debug messages. | Hidetoshi Shimokawa | 2003-10-23 | 1 | -2/+4 |
| * | terminate the rx descriptor list with a self-linked entry | Sam Leffler | 2003-10-22 | 1 | -3/+21 |
| * | Turn off ISP_SMPLOCK- not to be turned on again. | Matt Jacob | 2003-10-21 | 1 | -1/+1 |
| * | Properly unload the DMA SG list on errors. | Søren Schmidt | 2003-10-21 | 1 | -0/+2 |
| * | Fix the DMA problem that most severely hit on the DS3112a SATA chip | Søren Schmidt | 2003-10-21 | 5 | -66/+59 |
| * | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 3 | -4/+4 |
| * | Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a... | Søren Schmidt | 2003-10-21 | 1 | -2/+4 |
| * | If just gcc could make up its mind... | Søren Schmidt | 2003-10-20 | 1 | -1/+1 |
| * | Only return valid DMA error bits. | Søren Schmidt | 2003-10-20 | 1 | -1/+1 |
| * | Up delay from 10 to 100ms after reset, this helps some slow devices | Søren Schmidt | 2003-10-20 | 1 | -1/+2 |
| * | Only announce ECC errors when its only that. | Søren Schmidt | 2003-10-20 | 1 | -2/+2 |
| * | Fix a problem where m_defrag would allocate a new mbuf to replace the | Mike Silbersack | 2003-10-19 | 1 | -8/+8 |
| * | falloc allocates a file structure and adds it to the file descriptor | David Malone | 2003-10-19 | 1 | -3/+12 |
| * | Finish the removal of the bst/bsh confusion. | Warner Losh | 2003-10-19 | 1 | -10/+10 |
| * | Fix LINT build by correcting a missed change. | Bruce M Simpson | 2003-10-19 | 1 | -1/+1 |
| * | Disable irqs before entering the power-off state. This is not known | Nate Lawson | 2003-10-19 | 1 | -0/+1 |
| * | Don't confuse tags and handles. | Warner Losh | 2003-10-19 | 1 | -2/+2 |
| * | Fix a typo. The module has the EISA front-end commented out, therefore the | Bruce M Simpson | 2003-10-18 | 1 | -1/+1 |
| * | Do not initialize bp->b_pblkno, it is going away. | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+0 |
| * | Eliminate use bio_blkno. | Poul-Henning Kamp | 2003-10-18 | 1 | -16/+10 |
| * | Discontinue bio_blkno, use bio_offset instead. | Poul-Henning Kamp | 2003-10-18 | 3 | -40/+12 |
| * | Eliminate reporting of bio_blkno. | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+2 |
| * | Use bio_offset instead of bio_blkno | Poul-Henning Kamp | 2003-10-18 | 2 | -9/+8 |
| * | No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset. | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+0 |
| * | Transition to using bus_space macros rather than the inb/outb/etc. | Warner Losh | 2003-10-18 | 5 | -126/+142 |
| * | DuH! | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+3 |
| * | Don't initialize unused bio_blkno field. | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+0 |
| * | Initialize bp->b_offset and remove comment about B_PHYS. | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+3 |
| * | Mark as __unused some arguments that are, erm, unused. | Mark Murray | 2003-10-18 | 1 | -2/+5 |
| * | Rearrange the deck-chairs while we wait for scottl to GEOMify RF. | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+1 |
| * | Add SBP-II target mode driver. | Hidetoshi Shimokawa | 2003-10-18 | 1 | -0/+1550 |
| * | - Call sbp_reset_start() for mgm timeout. | Hidetoshi Shimokawa | 2003-10-18 | 1 | -166/+316 |
| * | o consolidate rx filter calculations in one place | Sam Leffler | 2003-10-17 | 1 | -19/+39 |
| * | indicate device receives all management frames | Sam Leffler | 2003-10-17 | 1 | -2/+6 |
| * | Fix a couple of bugs with AIF handling: | Scott Long | 2003-10-17 | 2 | -14/+19 |
| * | o correct handling of a frame that has too many segments to fit in the | Sam Leffler | 2003-10-16 | 1 | -3/+6 |
| * | Print the correct logical drive lun number returned by the controller. | Paul Saab | 2003-10-15 | 1 | -1/+2 |
| * | Add Allied Telesis SIC-AT boards support. | Takeshi Shibagaki | 2003-10-15 | 5 | -3/+132 |