summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* tsec: Refactor driver's structure.raj2008-08-263-557/+632
* tsec: Improve and clean up callouts.raj2008-08-262-19/+15
* Add more PCI IDs including those for ICH10.jhb2008-08-252-5/+23
* Add the 2nd CCU and PnP devices support on pc98.nyan2008-08-253-16/+68
* MFp4: Network Adapter is redundant.imp2008-08-251-4/+4
* MFp4: necessary quirks to get 3c1 not working (still no interrupts)imp2008-08-251-0/+23
* Send the magic unlock packet the linux driver claims to have sniffedimp2008-08-251-1/+16
* Greatly expand the devices listed as being supported. This list wasimp2008-08-251-0/+449
* Sort the list of supported products alphabetically.imp2008-08-251-4/+4
* Correct detection of particular wpi cards which only support b/gbenjsc2008-08-241-4/+4
* Make syscons(4) use ttyv0 instead of consolectl as its primary window.ed2008-08-241-11/+6
* Make lmc(4) compile without INET6 defined[1]. While here make itbz2008-08-241-0/+6
* Make sysmouse(4) use its own locks, instead of using Giant.ed2008-08-241-14/+10
* Evidently the block device starts at 767.kmacy2008-08-241-1/+1
* Some PC Card variants of the 82365 don't seem to like setting the IRQimp2008-08-243-10/+18
* Fix style nit: s/^ }/}/ in two places.imp2008-08-231-2/+2
* Style nit: s/^ }/}/imp2008-08-231-1/+1
* make block devices start at 0kmacy2008-08-231-3/+4
* Update drm kernel drivers.rnoland2008-08-2368-6410/+13388
* - Use m_collapse(9) instead of m_defrag(9) if possible. This resultsmarius2008-08-231-18/+27
* Make sure that we handle errors in device_get_children correctly.imp2008-08-231-1/+2
* Handle the error case properly for device_get_children.imp2008-08-231-4/+3
* Handle errors from device_get_children.imp2008-08-231-4/+9
* When device_get_children returns an error, ignore that bus' children.imp2008-08-231-1/+2
* Move the code that looks for the companion phy to a subroutine to makeimp2008-08-231-23/+22
* There actually were bugs in the original handling that I missed lastimp2008-08-231-3/+4
* 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
OpenPOWER on IntegriCloud