summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* config_detach is just used in one place, so expand it inline.imp2007-06-132-9/+6
* Do not attempt to enable AHCI mode on ALi SATA controllers otherbms2007-06-131-1/+4
* Remove more unnecessary and unwanted __OtherBSD__ ifdefs.imp2007-06-136-206/+1
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forimp2007-06-137-132/+0
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-1330-79/+158
* - import new common code for the T304kmacy2007-06-1315-759/+1480
* Remove compat macros. md5 the same.imp2007-06-121-6/+11
* First pass at removing __OtherBSD__. We can't blindly remove all ofimp2007-06-127-73/+3
* Use the new IFCAP_LRO to enable/disable LRO.gallatin2007-06-121-8/+35
* Don't pretend to support !BSD systems.imp2007-06-123-22/+0
* Remove usb_kthread_create*. They are now unused.imp2007-06-121-6/+0
* unifdef -D__FreeBSD__ -U__NetBSD__ -U__OpenBSD__imp2007-06-121-100/+5
* Eliminate usb_thread_t.imp2007-06-1213-34/+32
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-1212-55/+46
* clalloc and clfree are useles. Remove them. Remove dead code that'simp2007-06-122-9/+2
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-1231-131/+126
* The maximum size of the sum of all segment lengths in a given DMA mappingyongari2007-06-122-2/+2
* Nuke duplicated __FBSDID.yongari2007-06-121-4/+0
* Add checks for contigmalloc(9) failure.yongari2007-06-121-0/+10
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-122-2/+4
* Allow nfe(4) override nve(4).yongari2007-06-121-1/+1
* Bring overhauled nfe(4) into tree.yongari2007-06-123-909/+2103
* Remove some ioctls that were ill-thought out. There is no usermjacob2007-06-112-128/+14
* Back out the previous commit which added an M_LRO mbuf flaggallatin2007-06-111-1/+0
* Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.mjacob2007-06-111-2/+6
* Allow drivers, such as cxgb and mxge, which support LRO to bypassgallatin2007-06-111-0/+1
* Small LRO related fixes for mxge:gallatin2007-06-112-5/+39
* MFp4 (missed in net80211 megaupdate)thompsa2007-06-112-7/+25
* Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminateimp2007-06-112-9/+6
* Eliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They are no longer inimp2007-06-111-9/+0
* Prefer device_printf over printf.imp2007-06-112-45/+34
* Minor tweak.imp2007-06-111-4/+2
* Prefer device_printf to printfimp2007-06-111-44/+41
* Prefer device_printf to printfimp2007-06-112-40/+36
* Get rid of useless devinfo stuffimp2007-06-111-40/+28
* Prefer device_printf to printf where sane.imp2007-06-112-33/+29
* - Don't force to be the GDB port since dcons(4) is in GENERIC now.simokawa2007-06-111-1/+5
* Update 802.11 wireless support:sam2007-06-1128-1263/+2626
* Add icsphy(4), Integrated Circuit Systems PHY driver, ported fromyongari2007-06-112-0/+438
* Add ICS1889/ICS1892/ICS1893 PHY.yongari2007-06-111-0/+3
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-112-2/+4
* Disable automatic IP ID increment. Due to a hardware bug the automaticyongari2007-06-111-15/+0
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-1129-31/+75
* - Add codec id for ALC660 [1]ariff2007-06-101-1/+10
* Cast len to be a uintmax_t and make format in KASSERT match so asmjacob2007-06-101-1/+2
* Remove const type qualifier from a function- gcc4.2 doesn't accept it.mjacob2007-06-101-3/+3
* Prefer device_printf over printfimp2007-06-102-36/+31
* Prefer device_printf over printf. Eliminate axe_unit as it is noimp2007-06-102-38/+32
* Remove unused variable.mjacob2007-06-101-2/+0
* Complete an initialization to make gcc 4.2 happy.mjacob2007-06-101-0/+1
OpenPOWER on IntegriCloud