summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-72/+101
* Cleanup after my de-__P (remove leading whitespace before prototype args).alfred2002-07-061-84/+120
* Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units.iwasaki2002-07-061-2/+2
* regeneratebenno2002-07-051-3/+9
* Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes thebenno2002-07-053-0/+483
* Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY usedbenno2002-07-052-3/+3
* Disable hardware checksum offloading of IP fragments in the bgejdp2002-07-041-1/+1
* Make interrupt driven EC transaction optional.takawata2002-07-021-0/+2
* IF_HANDOFF is no longer in -stableimp2002-06-301-12/+0
* Fix if_timer logic so that there is always a timeout pending if thereluigi2002-06-301-2/+4
* Fix if_timer logic to make sure that there is always a timeoutluigi2002-06-301-6/+6
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-5/+3
* catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.alfred2002-06-291-2/+2
* Remove a couple of __P() stragglers.peter2002-06-292-5/+5
* Add another Intel chipset (i82562).silby2002-06-291-0/+1
* catch up with mextadd callback taking a void argument instead of a caddr_t.alfred2002-06-291-2/+2
* catch up with ext_free prototype change.alfred2002-06-293-6/+6
* Fix a botched flag clear operation. Rumor has it that this also fixesscottl2002-06-281-1/+1
* Delay the AC97 calibration until after the system clock has beenscottl2002-06-271-5/+22
* At long last, commit the zero copy sockets code.ken2002-06-264-5230/+6591
* Add missing splx().mp2002-06-241-1/+3
* Work around what appears to be a chip bug in the BCM5701 that showsjdp2002-06-242-2/+37
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
* Yet another warning fix for 64 bits platforms.mux2002-06-241-2/+3
* On REASREQ packets, handled them earlier in processing the associationimp2002-06-241-7/+11
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.arr2002-06-2411-95/+15
* Add kernel printf bits for WI_SUPPRATES and HOSTAP_FLAGSimp2002-06-242-0/+2
* Add RID to get the DBM adjustment factorimp2002-06-241-0/+1
* - Remove the definition for SCHED_ATMarr2002-06-242-4/+2
* set siocnunit to the correct value. This fixes the freeze on boot forn_hibma2002-06-231-2/+4
* Make this compile on Alpha.n_hibma2002-06-221-2/+2
* Add better mediaopt support for ibss and friends.imp2002-06-193-39/+171
* Use si_iosize_max to tell the upper layers not to use moresos2002-06-192-44/+18
* Add yet another (older) Promise chipsos2002-06-192-5/+10
* Removed unneeded files.pdeuskar2002-06-184-5322/+0
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-182-21/+54
* Add support for Comtrol RocketPort 550 PCi models: 4 RJ45, 4 Quadcable,obrien2002-06-181-0/+87
* Support the Comtrol RocketPort 550 PCi 16 (used with RocketPort I/F box).obrien2002-06-182-1/+29
* ebus sio(4) attachment.obrien2002-06-181-0/+113
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Remove <sys/select.h> to unbreak the build. I'm not sure if this affectsdes2002-06-161-1/+0
* Rewrite the probe routine. This makes adding drives and quirks more easy.n_hibma2002-06-161-267/+251
* If the HBA is already 'touched', still set maxluns. Othewise formjacob2002-06-161-67/+126
* Add support for ISP_FC_GETHINFO, which returns current connectionmjacob2002-06-161-38/+158
* Extend private adjunct to ATIO to have both tag lun, and extended statemjacob2002-06-161-1/+10
* Force commit (last CVS comment was wrong).mjacob2002-06-161-1/+0
* Add ISP_FC_GETHINFO ioctl.mjacob2002-06-162-1/+30
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob2002-06-161-241/+73
OpenPOWER on IntegriCloud