aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Backswards is as backwards does: If we're MPSAFE, then we don't needWarner Losh2003-10-241-2/+2
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-2436-1214/+1317
* Add simple support for AGP 3.0 including enabling 8x mode. The simpleJohn Baldwin2003-10-231-13/+108
* Use a switch statement on the devid instead of if-else for determing whichJohn Baldwin2003-10-231-6/+18
* Const poison crc routines (why these aren't centralized, I'm not sure).Warner Losh2003-10-231-9/+9
* Const poison the crc calcuation routines so const data can be sent toWarner Losh2003-10-231-3/+3
* 0x7FFFFFFFFF is >32 bits and needs an explicit LL.Dag-Erling Smørgrav2003-10-232-2/+2
* Look at the equipment list for amd64 as well as i386 for autodetectingPeter Wemm2003-10-231-2/+2
* Fix mismerge from one tree to another: add (Warner Losh2003-10-231-1/+1
* more unused item cleanupWarner Losh2003-10-231-2/+0
* BASE is no longer used, and is an appendix. Remove it.Warner Losh2003-10-231-5/+0
* Learn basic C.Warner Losh2003-10-231-2/+3
* Reduce debug messages.Hidetoshi Shimokawa2003-10-231-2/+4
* terminate the rx descriptor list with a self-linked entrySam Leffler2003-10-221-3/+21
* Turn off ISP_SMPLOCK- not to be turned on again.Matt Jacob2003-10-211-1/+1
* Properly unload the DMA SG list on errors.Søren Schmidt2003-10-211-0/+2
* Fix the DMA problem that most severely hit on the DS3112a SATA chipSøren Schmidt2003-10-215-66/+59
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-213-4/+4
* Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a...Søren Schmidt2003-10-211-2/+4
* If just gcc could make up its mind...Søren Schmidt2003-10-201-1/+1
* Only return valid DMA error bits.Søren Schmidt2003-10-201-1/+1
* Up delay from 10 to 100ms after reset, this helps some slow devicesSøren Schmidt2003-10-201-1/+2
* Only announce ECC errors when its only that.Søren Schmidt2003-10-201-2/+2
* Fix a problem where m_defrag would allocate a new mbuf to replace theMike Silbersack2003-10-191-8/+8
* falloc allocates a file structure and adds it to the file descriptorDavid Malone2003-10-191-3/+12
* Finish the removal of the bst/bsh confusion.Warner Losh2003-10-191-10/+10
* Fix LINT build by correcting a missed change.Bruce M Simpson2003-10-191-1/+1
* Disable irqs before entering the power-off state. This is not knownNate Lawson2003-10-191-0/+1
* Don't confuse tags and handles.Warner Losh2003-10-191-2/+2
* Fix a typo. The module has the EISA front-end commented out, therefore theBruce M Simpson2003-10-181-1/+1
* Do not initialize bp->b_pblkno, it is going away.Poul-Henning Kamp2003-10-181-1/+0
* Eliminate use bio_blkno.Poul-Henning Kamp2003-10-181-16/+10
* Discontinue bio_blkno, use bio_offset instead.Poul-Henning Kamp2003-10-183-40/+12
* Eliminate reporting of bio_blkno.Poul-Henning Kamp2003-10-181-2/+2
* Use bio_offset instead of bio_blknoPoul-Henning Kamp2003-10-182-9/+8
* No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset.Poul-Henning Kamp2003-10-181-1/+0
* Transition to using bus_space macros rather than the inb/outb/etc.Warner Losh2003-10-185-126/+142
* DuH!Poul-Henning Kamp2003-10-181-2/+3
* Don't initialize unused bio_blkno field.Poul-Henning Kamp2003-10-181-1/+0
* Initialize bp->b_offset and remove comment about B_PHYS.Poul-Henning Kamp2003-10-181-2/+3
* Mark as __unused some arguments that are, erm, unused.Mark Murray2003-10-181-2/+5
* Rearrange the deck-chairs while we wait for scottl to GEOMify RF.Poul-Henning Kamp2003-10-181-1/+1
* Add SBP-II target mode driver.Hidetoshi Shimokawa2003-10-181-0/+1550
* - Call sbp_reset_start() for mgm timeout.Hidetoshi Shimokawa2003-10-181-166/+316
* o consolidate rx filter calculations in one placeSam Leffler2003-10-171-19/+39
* indicate device receives all management framesSam Leffler2003-10-171-2/+6
* Fix a couple of bugs with AIF handling:Scott Long2003-10-172-14/+19
* o correct handling of a frame that has too many segments to fit in theSam Leffler2003-10-161-3/+6
* Print the correct logical drive lun number returned by the controller.Paul Saab2003-10-151-1/+2
* Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-10-155-3/+132