summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Possess some work from OpenBSD, with some local additions.glebius2006-06-152-293/+382
* Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even ifgallatin2006-06-141-13/+11
* Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(),gallatin2006-06-141-1/+2
* Remove the initial myri10ge driver, now that it has beengallatin2006-06-146-4335/+0
* Update the mxge driver.gallatin2006-06-145-1704/+2005
* Fix missing \n and when there are no arg's that means just print outambrisko2006-06-131-8/+11
* - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-133-443/+425
* Need machine/bus.h here tooimp2006-06-121-0/+1
* Check in file missed in last commit. It made it into the MFC properlynjl2006-06-121-1/+1
* MFp4: need machine/bus.h here since we use bus space macros. It used toimp2006-06-121-0/+1
* MFp4:imp2006-06-123-3/+26
* Better printfimp2006-06-121-1/+1
* Minor cleanup of CIS parsing.imp2006-06-121-5/+1
* Better error message when the CIS is a non-standards conforming '0'.imp2006-06-121-1/+3
* When we can't parse the CIS, note with a warning that the bogus CISimp2006-06-121-5/+2
* Make cm(4) driver MPSAFE.fjoe2006-06-114-234/+164
* By default, don't disable ACPI during reboot. This appears to hang somenjl2006-06-111-3/+13
* Add PCI ids for the FC919Xmjacob2006-06-101-0/+8
* Hold on to firmware images until the interface detaches sinceiedowse2006-06-102-5/+17
* Minor sysctl cleanup. The RW flag means read|write and so it is redundantnjl2006-06-103-10/+8
* Add ability to reset individual devices and fix SCSI speed negotiation.jkim2006-06-091-50/+48
* Log:davidch2006-06-081-13/+27
* Whitespace.glebius2006-06-081-9/+9
* u_intXX -> uintXXglebius2006-06-081-139/+139
* Fix the last commit.glebius2006-06-082-3/+8
* - style(9) cleanup.glebius2006-06-071-442/+267
* bandaid type coercion for ia64sam2006-06-071-2/+2
* Add device IDs for Linksys PCMPC200 Cardbus card.glebius2006-06-072-0/+12
* Fix watchdog timeout errors seen on a few systems.yongari2006-06-071-6/+13
* Use the acpi_event_sleep_button_sleep() function instead ofnyan2006-06-061-1/+1
* Handle errors in the same way it is done in safe(4).pjd2006-06-061-2/+4
* Don't increase hst_obytes field twice - it is already done at the beginingpjd2006-06-061-1/+0
* The procedure of raceless switching between polling mode andglebius2006-06-061-105/+102
* Really fix the typo this time: it should be sc->sc_drvbpf to be verified,avatar2006-06-051-1/+1
* Fixing a typo in rev1.196.avatar2006-06-051-1/+1
* Do some source && comment cleanup.mjacob2006-06-052-35/+14
* Fix kernel panic in rt2661_tx_intr() if no frames has been sent.fjoe2006-06-051-0/+4
* Add altq(4) support.brueffer2006-06-051-4/+6
* move hal bus+tag externalization to the bus glue code where it belongs;sam2006-06-053-6/+6
* Revert the part of rev. 1.3 which changed the software style to bemarius2006-06-051-2/+10
* Fix a number of cases where ugen would panic, especially when theiedowse2006-06-051-32/+85
* Add Fn+F7 hotkey (suspend) support.nyan2006-06-051-0/+7
* Use newly added functions to simplify the code.pjd2006-06-043-108/+43
* Use defines from cryptodev.h.pjd2006-06-042-4/+4
* - Remove HMAC_BLOCK_LEN, it serves no purpose.pjd2006-06-042-8/+12
* Add a sleep lock that protects access to sequences of blockingiedowse2006-06-042-3/+43
* Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andpjd2006-06-041-65/+75
* Add support for the CRD_F_KEY_EXPLICIT flag for both encryption andpjd2006-06-041-67/+79
* Don't forget to destroy the sc_freeqlock mutex on detach.pjd2006-06-041-0/+1
* Clean up many of the debugging messages and move them under bootverbose.njl2006-06-041-64/+74
OpenPOWER on IntegriCloud