summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some bugs in the handling of the case of not enough tx descriptorstmm2002-03-091-12/+14
* Even more Highpoint RAID support.sos2002-03-085-111/+117
* Remove the #if __FreeBSD_version glue now that the puc driver is part ofjhay2002-03-082-11/+0
* Add pc98 support.nyan2002-03-081-0/+3
* Support newer Highpoint BIOS's extended config.sos2002-03-082-23/+25
* cosmeticssos2002-03-081-1/+1
* Oops I mixed up the patch for -current & -stable, sorry ....sos2002-03-071-4/+4
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likemjacob2002-03-071-4/+25
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-075-15/+4
* Fix a couble of bugs in the rebuild code, return errors properly.sos2002-03-072-42/+49
* Update for the 6.9 firmware family (6xxx controllers), as well as formsmith2002-03-075-20/+132
* Don't use __FBSDID yet. Looks like most (all?) of the rest of the kernelimp2002-03-072-4/+0
* Implement hw.cardbus.debug and hw.cardbus.cis_debug to help debug someimp2002-03-072-24/+25
* Make hw.pccard.debug and hw.pccard.cis_debug tunable/sysctl. Setting to 1imp2002-03-072-4/+19
* Two style(9) fixes:imp2002-03-071-53/+50
* Check for NULL on resource allocation. For the moment, punt, but we shouldimp2002-03-071-0/+18
* Add the "Avlab Technology, PCI IO 2S" card.jhay2002-03-061-0/+9
* Fixed compilation warnings.ru2002-03-061-0/+2
* Fixed a printf format error again. Rev.127 was clobbered in rev.1.128bde2002-03-061-1/+1
* Add roaming and microwave oven support. Some minor formatting nits.imp2002-03-051-12/+58
* Remove __P to reduce diffs with NetBSD and my private tree.imp2002-03-051-40/+38
* Merge a little from NetBSD.imp2002-03-051-2/+24
* Misc little cleanups:sos2002-03-054-13/+12
* Add generalized power profile code.iwasaki2002-03-045-93/+41
* Support for USB fm radio.alfred2002-03-043-0/+526
* Add a bunch of cards from NetBSD and maybe other places.imp2002-03-041-0/+5
* Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...orion2002-03-041-12/+85
* Provide infrastructure for harvesting SWI entropy.markm2002-03-031-0/+3
* Massive lint-inspired cleanup.markm2002-03-036-70/+84
* Forgot this litte patch, scale the individual disk size from thesos2002-03-031-3/+3
* Major update of the ATA RAID code, part 3:sos2002-03-037-284/+407
* Add two IrDA controller ID: IBM TP240(Probably NSC compatible), and SMC IrCCtakawata2002-03-031-0/+2
* Fixed a printf format error.bde2002-03-021-1/+3
* Make 128-bit WEP (aka 104-bit WEP) work with Prism based cards.brooks2002-03-021-3/+6
* Add support for VT8233.orion2002-03-012-75/+200
* Fix debug printf formatspeter2002-02-281-2/+1
* Fix some unused warnings. One function is only used ifpeter2002-02-271-0/+8
* Fix warnings (comment out unused tables that are taking space in thepeter2002-02-271-0/+4
* Fix warningspeter2002-02-272-2/+2
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()peter2002-02-274-1/+5
* Repair some warnings. These are accessing idle portions of shared memorypeter2002-02-271-5/+9
* Remove support for FreeBSD 2.x from this driver.imp2002-02-271-120/+1
* Fix warning (passing wrong arg to arp_ifinit())peter2002-02-271-1/+1
* Add a comment explaining a code change..julian2002-02-271-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-277-18/+17
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernettmm2002-02-274-0/+2989
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardtmm2002-02-275-0/+2455
* Add the following functions/macros to support byte order conversions andtmm2002-02-275-24/+5
* Fix warnings that have become fataljulian2002-02-272-3/+10
* Use the pci.c code wherever possible, rather than copying all the pciimp2002-02-275-1040/+220
OpenPOWER on IntegriCloud