aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make this compile with -Wundef.Ruslan Ermilov2006-05-161-0/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-1681-81/+0
* 1) Fix mii_phy_tick():Oleg Bulyzhin2006-05-161-18/+18
* Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.Oleg Bulyzhin2006-05-161-0/+4
* Kill more references to lnc(4).Ruslan Ermilov2006-05-161-2/+1
* Re-wrok PHY setup, media handling and dual-port detection.Pyun YongHyeon2006-05-152-37/+13
* Remove the old, and now deprecated lnc driver. The Lance style hardwareGeorge V. Neville-Neil2006-05-146-2833/+0
* o A divisor of 0 is perfectly valid. Reserve -1 for an invalidMarcel Moolenaar2006-05-121-7/+15
* Check the return code of sc_clean_up() in the only place where itGiorgos Keramidas2006-05-121-1/+3
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-1220-186/+7
* Remove the snd_ess identify routine for the sound device in Alpha PWSJohn Baldwin2006-05-121-177/+0
* Remove some tga bits I missed.John Baldwin2006-05-122-2602/+0
* First pass at removing Alpha kernel support.John Baldwin2006-05-118-1140/+0
* Fixup some comments to allow for the fact that PCI domains are not specificJohn Baldwin2006-05-112-6/+6
* Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.Mike Silbersack2006-05-111-2/+2
* Fix probe printing of highpoint and promise controllers.Søren Schmidt2006-05-111-5/+4
* replace all the 660 with 650 in the cut-n-pasted line, rather thanWarner Losh2006-05-081-1/+1
* Another NEW MEDIA .WAVjammer.Warner Losh2006-05-081-0/+1
* Add (back) the D-Link DE-650. Not sure why it was deleted.Warner Losh2006-05-081-0/+1
* The D-Link DE-650 that I got in the last bulk PC Card purchase needs anWarner Losh2006-05-081-0/+1
* quiet tindexbox complaints about passing BUS_SPACE_MAXADDR asSam Leffler2006-05-082-2/+2
* Don't attach special devices in the order they appear in the AML tree.Nate Lawson2006-05-072-18/+26
* force type coercion for bus tag+handle when calling ath_hal_attachSam Leffler2006-05-061-1/+2
* correct typeSam Leffler2006-05-051-1/+1
* Fix three more bugs in bfe:Mike Silbersack2006-05-042-17/+22
* Add 4Gb Fibre Channel support.Matt Jacob2006-05-041-1/+10
* Remove MPT_PRT_INVARIANT- it was a silly idea.Matt Jacob2006-05-042-8/+3
* Gratuitous tag alignment. It bugged me.Matt Jacob2006-05-041-1/+1
* Hide another common print under bootverbose.Scott Long2006-05-031-1/+2
* Make amr_linux work as a module by avoiding calling amr_linux_ioctl_intDoug Ambrisko2006-05-033-127/+41
* Only print the driver name and version if bootverbose is set.Scott Long2006-05-021-1/+2
* Type.Pyun YongHyeon2006-05-021-1/+1
* Add inverted amplifier sense quirks for Sony VAIO VGN B1VP/B1XP.Ariff Abdullah2006-05-011-1/+2
* Don't attach to Marvell 88E805X (Yukon-II) by default, the driver is notMaxim Sobolev2006-05-011-0/+2
* Remove header pollution.Scott Long2006-04-301-1/+0
* Remove some header polution.Scott Long2006-04-303-3/+0
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-2814-2305/+2115
* The nvidia binary blob sometimes defers tx completion notification to theJohn Baldwin2006-04-281-1/+19
* Implement the ipend() method of the serdev I/F.Marcel Moolenaar2006-04-282-0/+10
* Tweak the DMA limit from rev 1.33, it was off by one byte.Mike Silbersack2006-04-281-1/+1
* Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and allMike Silbersack2006-04-281-10/+10
* Add some incomplete support for Marvell Yukon EC controllers based onMaxim Sobolev2006-04-282-20/+134
* The alignment parameter to busdma must be a power of two, while the if_bfeScott Long2006-04-271-2/+2
* MFp4: reworked iwi-driverMax Laier2006-04-273-702/+1729
* When pccard_safe_quote is passed NULL for src, it shouldn't panic.Warner Losh2006-04-271-1/+1
* Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards.Scott Long2006-04-2716-0/+13078
* Don't use ", but instead use ' instead. I suppose I could have alsoWarner Losh2006-04-271-5/+5
* o Add 5 Timedia single port serial cards.Marcel Moolenaar2006-04-271-8/+25
* Fix problem with having more than 1GM of RAM. Also fix a nearby busdmaScott Long2006-04-271-5/+8
* Bring busdmafied sk(4) to all architectures.Pyun YongHyeon2006-04-274-588/+1695