summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fresh code drop from the vendor. This fixes some critical bugs and addsscottl2001-08-218-194/+542
* Fix error checking about device state transition from D0 to D3.iwasaki2001-08-211-4/+27
* Add support for the newer Promise chips here as well.sos2001-08-211-0/+2
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-219-50/+76
* Remove noisy printfs from the notify handler; having these go offmsmith2001-08-211-2/+0
* Clean up some ways in which we set defaults for SCSI cardsmjacob2001-08-201-136/+172
* Add MBOX_GET_PCI_PARAMS alias.mjacob2001-08-201-0/+1
* Clarify the description string for one of the StrongARM based cards.scottl2001-08-171-1/+2
* Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpausegibbs2001-08-171-2/+4
* After one more day of testing, make what I hope are the final tweaks towpaul2001-08-161-3/+5
* oops- typo in a previous commitmjacob2001-08-161-1/+1
* Fix a spelling error in a comment.mjacob2001-08-161-1/+1
* Fix the so-called "half-baked-probe" code that I wrote a long time agoimp2001-08-161-0/+2
* Add more MBOX and ASYNC event defines.mjacob2001-08-161-0/+4
* Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE notmjacob2001-08-161-1/+2
* Enable LIP F8, LIP Reset async events.mjacob2001-08-161-4/+45
* Don't allocate a 512 byte buffer on the stack in snplwrite. It'sdd2001-08-161-5/+12
* There is no MD_OBJET disk type, it's actually MD_SWAP. I guess thedd2001-08-161-1/+1
* Still more changes to try to prevent TX lockups. Will wait for one morewpaul2001-08-162-7/+48
* Tweak the interrupt handler so that we call the txeof handler more often,wpaul2001-08-151-2/+5
* Fix an bug in FreeBSD attach routine - attaching MII interfaces before doingsemenu2001-08-131-9/+7
* Add support for 802.1Q VLAN and oversized ethernet frames.semenu2001-08-133-4/+34
* Fixed minor numbers when there is more than one cy card.bde2001-08-132-12/+30
* Use ttymalloc() instead of a static array of `struct tty'. This willbde2001-08-132-30/+4
* Remove unused nmdmpoll function.mp2001-08-111-63/+0
* Do NOT allocate a 1K buffer on the kernel stack.julian2001-08-101-2/+12
* Fix missing splx().yokota2001-08-101-0/+1
* - Remove asleep(), await(), and M_ASLEEP.jhb2001-08-102-7/+2
* repo-copy the source files from modules/syscons to the normal treepeter2001-08-092-5/+13
* Add the Rio 800 USB device IDspeter2001-08-081-2/+4
* Introduce a force option, MD_FORCE, that instructs the driver todd2001-08-071-2/+5
* Adding missing () in a KASSERT format string.scottl2001-08-071-1/+1
* Don't call wakeup() while we are in DDB. The patch wasyokota2001-08-071-3/+16
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsbrooks2001-08-061-0/+2
* Make AAC_COMPAT_LINUX optional once again.scottl2001-08-061-4/+0
* Put the linux compat ioctl interface on death row. Add FreeBSDscottl2001-08-062-29/+91
* Missed this one in my 80-column sweep.scottl2001-08-061-8/+16
* The Intel 440MX ACPI timer seems to work properly, so add it to the listmsmith2001-08-051-5/+12
* aic7xxx.c:gibbs2001-08-053-25/+44
* Once again throw out the calculation of si_iosize_max and set it to 64K.scottl2001-08-052-17/+14
* Bugfixes. Close a race and logic bug in the timeout handling, don't call thescottl2001-08-055-18/+87
* Fix a couple of copyright issues and an 80 column nit that I missed beforescottl2001-08-053-3/+4
* Kill debug output for sn device. It is confusing the nativesimp2001-08-041-1/+0
* Reverse the logic here again with regards to "trusted" ACPI timermsmith2001-08-031-30/+54
* Shoud build resources in the _CRS buffer. Oops.msmith2001-08-032-2/+2
* Move the resource pointer when we reallocate the buffer.msmith2001-08-031-0/+2
* Reformat for 80 columns. Sorry, but I had to do it.scottl2001-08-036-481/+696
* Set up the via_chinfo structures properly so we write to the correctgreid2001-08-021-2/+2
* Include opt_splash.h.yokota2001-08-021-0/+2
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanyokota2001-08-021-28/+28
OpenPOWER on IntegriCloud