summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)imp2005-09-302-3/+14
* Add macros which follow the miidevs design pattern to make it easierimp2005-09-302-8/+6
* Fix bad compile. Pointy hat to: impimp2005-09-292-2/+2
* o Add a bunch of o2micro controller IDsimp2005-09-292-2/+13
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromjhb2005-09-291-54/+49
* Use if_printf() and device_printf().jhb2005-09-291-90/+92
* Typo.jhb2005-09-291-1/+1
* - Consolidate duplicated code for assigning interrupts to PCI devices viajhb2005-09-291-17/+55
* Don't save and restore the ELCR register across suspend and resume forjhb2005-09-291-100/+5
* I added the device IDs to the header, but not to the table. Add themimp2005-09-291-0/+9
* - Use PCIR_BAR macro rather than hardcoding 0x10.jhb2005-09-291-6/+2
* In em_process_receive_interrupts() store and clear adapter->fmt. Thisglebius2005-09-291-2/+4
* Return zero when disabling watchdog, unless any of the drivers complain.phk2005-09-291-2/+6
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.ume2005-09-282-0/+2
* Implement suspend/resume methods to be more ACPI friendly.pjd2005-09-281-0/+36
* puc(4) does strange things to resources in order to fool thephk2005-09-281-4/+3
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-2813-61/+68
* Fix "taskqueue_drain with the following non-sleepable locks held"ru2005-09-281-1/+1
* - Add a work-around for nForce3-250. Aperture base address encoded in misc.jkim2005-09-272-8/+175
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-273-4/+0
* Restore if_cp.c 1.27rik2005-09-271-2/+3
* Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:rik2005-09-273-1787/+1793
* Calling rman_get_start() after bus_release_resource() is evil.ru2005-09-271-2/+2
* Fix build.glebius2005-09-271-1/+1
* Convert fxp(4) to use the new bus_alloc_resources() API, it simplifiesmux2005-09-272-60/+42
* Report status in hex, not decimal.scottl2005-09-271-1/+1
* Emit a warning when a card matches multiple entries in our table. Aimp2005-09-261-2/+35
* Go ahead and detach our children in our detach routine. I'm undecidedimp2005-09-261-0/+1
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as ansobomax2005-09-262-0/+32
* __RMAN_RESOURCE_VISIBLE not needed.phk2005-09-251-1/+0
* Overhaul error handling in the IPS driver. Don't use a magic value forscottl2005-09-255-73/+102
* Remove OLDCARD vestiges from hereimp2005-09-251-60/+0
* Fix commentimp2005-09-251-2/+2
* Use the new bus_space/resource convenience functions.phk2005-09-241-56/+35
* Use new bus_space/resource convenience functions.phk2005-09-244-148/+71
* I have confirmed with my Epson EEN10B that it needs to look at theimp2005-09-241-2/+1
* Remove unnecessary Dlink de650 entryimp2005-09-241-1/+0
* The DLink DE650 has the same ID as Linksys EthernetCard, so we don'timp2005-09-241-1/+0
* This part of the struct isn't needed on FreeBSD:netchild2005-09-241-0/+2
* Remove obsolete includeimp2005-09-231-2/+0
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doimp2005-09-221-4/+7
* Fix build.glebius2005-09-221-9/+4
* Remove compat layer for OLDCARD compatibility. All instances of itimp2005-09-222-39/+0
* 'PC Card' instead of other variantsimp2005-09-226-12/+12
* Eliminate dead codeimp2005-09-221-6/+0
* PC Card instead of other variantsimp2005-09-222-5/+5
* MFp4: save mac addr hint, eliminage OLDCARD shimsimp2005-09-222-35/+11
* Use the AHC_DISABLE_PCI_PERR flag to silence parity error reporting ongibbs2005-09-221-8/+15
* Remove OLDCARD shimsimp2005-09-221-33/+17
* Enhance diagnostic printfs for the chains of free lists used togibbs2005-09-221-1/+3
OpenPOWER on IntegriCloud