summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* It turns out that my analysis of the error handling here was wrong.imp2008-08-232-10/+9
* - Restore the behavior of enabling the MII buffer for an internalmarius2008-08-231-10/+22
* Revert bogusly committed file.imp2008-08-231-1/+0
* Set devs to 0 in case device_get_children return an error. The right thingimp2008-08-233-0/+4
* Actually revert last... Upon closer inspection the code works in theimp2008-08-231-2/+1
* Handle errors in device_get_children gracefully.imp2008-08-231-1/+2
* Handle errors from device_get_chidlren.imp2008-08-231-2/+5
* Cope with errors from device_get_children(). These errors can happenimp2008-08-231-4/+7
* Cosmetic nit.imp2008-08-231-2/+0
* Use bus_foo() rather than bus_space_foo() and remove bus handle and tagjhb2008-08-223-33/+28
* Use ppc_detach() for device_detach instead of ppc_attach().jhb2008-08-221-1/+1
* Whitespace fix.jhb2008-08-221-1/+1
* Remove unused UNITOSOFTC() macro.jhb2008-08-221-2/+0
* Add a new sysctl node 'dev.bfe.N.stats' that shows various MACyongari2008-08-222-53/+300
* Because bfe(4) knows interrupt mask value there is no need to readyongari2008-08-221-6/+4
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-221-0/+41
* Remove bfe_link in softc and introduce two new flags to markyongari2008-08-222-12/+21
* Add the Decision Computer Inc, PCCOM 8-port serial card.thompsa2008-08-221-0/+6
* Add the VScom PCI-100L card.thompsa2008-08-221-0/+6
* Add the Avlab Technology PCI IO 4S-850 4 port serial card.thompsa2008-08-211-0/+6
* Add support for the Alcor Card Reader (9361)remko2008-08-212-0/+5
* Adapt mxge shims to detect phys contig jumbo framesgallatin2008-08-211-1/+2
* o Sort includes and add <endian.h> to support endianness.yongari2008-08-212-371/+495
* For reasons that I have not delved in to Xen 3.2 netback now does header spli...kmacy2008-08-211-21/+38
* The config space registers holding the upper 32-bits of the prefetchablejhb2008-08-202-4/+19
* Bring in support for the MC8755 Sierra UMTS card.remko2008-08-202-0/+3
* change netfront to match xen31_6kmacy2008-08-202-3/+3
* mark blkfront_info as readykmacy2008-08-201-1/+2
* include vmparam.h for KERNBASE and fix typokmacy2008-08-201-2/+3
* register netfront before xenbus does its probingkmacy2008-08-201-1/+1
* Integrate the Xen console driver.ed2008-08-201-165/+36
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-2018-1335/+686
* Fix typo in comment.rpaulo2008-08-191-1/+1
* Don't include <sys/tty.h> in our sound layer. It is not needed.ed2008-08-192-2/+1
* Add the D-Link DWA-110kevlo2008-08-192-0/+2
* sc->sc_ibuf should be malloc'ed after quirks applied, askaiw2008-08-181-6/+7
* Fix a typo: According to the hid spec, Global item #3kaiw2008-08-181-1/+1
* In the hid parser, if a INPUT/OUTPUT/FEATURE item is skipped, itskaiw2008-08-181-3/+12
* Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.kaiw2008-08-181-0/+3
* Make it easy to comment out the part that use current tty layer directly.takawata2008-08-181-9/+32
* Fix compilekris2008-08-181-2/+2
* Add isochronous transfer support for USB 2.0kevlo2008-08-184-49/+834
* Make sure that machine addresses are vm_paddr_tkmacy2008-08-171-6/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-173-9/+12
* Update a comment about not numbering pci busses. This may soon beimp2008-08-171-7/+9
* Remove useless #if 1.imp2008-08-161-2/+0
* Add some sysctl reporting for most pci_pci bridges. We now reportimp2008-08-162-3/+21
* Convert the snp(4) driver to use cdevpriv.ed2008-08-151-66/+46
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.philip2008-08-153-1/+13
* Compile fixes for xen build.kmacy2008-08-152-4/+0
OpenPOWER on IntegriCloud