aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Collapse)AuthorAgeFilesLines
...
| * MFC: rev.1.89 of usbdevs - change Device ID string for DaisyTech devices to beMaxim Sobolev2002-04-293-3/+3
| | | | | | | | | | | | | | more sensible. Notes: svn path=/stable/4/; revision=95727
| * MFC: the current wi driver.Warner Losh2002-04-282-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features include: airtool support, host access point mode for prism2 cards, symbol firmware support (3Com 3CRWE737, Intel Pro 2011 and a few cards made by symbol), more pci card supported, move wi to the same place as -current, Identify the NIC/radio combination, code cleanup, and maybe a few other odds and ends I've forgotten. # Host access point mode may be a little green, but won't hurt anything else # in the driver if you don't use it. wicontrol needs to be updated as well. Approved by: re@ (in theory) Sponsored by: Surf and Sip Notes: svn path=/stable/4/; revision=95671
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-283-0/+11930
| | | | | | | | Notes: svn path=/stable/4/; revision=95644
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-279-0/+8117
| | | | | | | | Notes: svn path=/stable/4/; revision=95570
| * MFC revision 1.25 of the amr driver:Hellmuth Michaelis2002-04-261-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | In case the driver runs on an HP NetRaid controller, attempt to properly decode the BIOS and firmware version and announce the board as HP NetRaid. This has been tested with a NetRaid 3si controller, the BIOS/firmware printout should also work for other NetRaid controllers but the type detection for other NetRaids (such as the 1si) will not work due to the lack of hardware. Notes: svn path=/stable/4/; revision=95494
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-253-0/+2274
| | | | | | | | Notes: svn path=/stable/4/; revision=95425
| * MFC 1.11 -> 1.12: Add missing splx calls.John Polstra2002-04-241-1/+4
| | | | | | | | Notes: svn path=/stable/4/; revision=95345
| * mfc current pcm state.Cameron Grant2002-04-2245-902/+1805
| | | | | | | | | | | | | | | | | | this fixes various bugs, improves sndstat output, increases error checking, allows tuning of hardware buffer sizes for most drivers, enables recording of formats not native to the hardware, and lots of other things Notes: svn path=/stable/4/; revision=95264
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-221-0/+135
| | | | | | | | Notes: svn path=/stable/4/; revision=95259
| * Use correct mask for ISR register.Poul-Henning Kamp2002-04-211-1/+1
| | | | | | | | Notes: svn path=/stable/4/; revision=95199
| * MFC: RX_IDLE handling, de-__P'ing and some minor stylistic changes.Poul-Henning Kamp2002-04-212-76/+59
| | | | | | | | Notes: svn path=/stable/4/; revision=95185
| * gc unused file- we've been using the version in sys/gnu/dev/sound/pci forCameron Grant2002-04-211-3496/+0
| | | | | | | | | | | | | | some time now Notes: svn path=/stable/4/; revision=95175
| * MFC:John Hay2002-04-201-3/+8
| | | | | | | | | | | | | | | | | | | | | | Fix the play / record rate setting so that it actually works. The extra microphone channel capability is part of the "normal" ac97 capabilities and not an extended ac97 capability. Now recording on codecs without a seperate mic channel works. Notes: svn path=/stable/4/; revision=95111
| * MFC: add a method for retrieving codec capabilitiesJohn Hay2002-04-202-0/+16
| | | | | | | | Notes: svn path=/stable/4/; revision=95110
| * MFC viapm(4)Nicolas Souchu2002-04-192-3/+29
| | | | | | | | Notes: svn path=/stable/4/; revision=95024
| * MFC:Søren Schmidt2002-04-183-55/+51
| | | | | | | | | | | | | | | | | | | | Add yet another chip ID for a Promise TX2 chip. Add support for the nVIDIA nForce ATA controller. Collapse the VIA/AMD/nVIDIA support code into one, they are created more or less equal anyway.. Notes: svn path=/stable/4/; revision=95011
| * MFC: New PCI IDScott Long2002-04-181-0/+2
| | | | | | | | Notes: svn path=/stable/4/; revision=95000
| * Add dummy locks do further reduce diffs to -currentJulian Elischer2002-04-172-39/+100
| | | | | | | | Notes: svn path=/stable/4/; revision=94910
| * Diff reduction and catch up with ether_ifattach() doing the if_attach() inJulian Elischer2002-04-171-10/+0
| | | | | | | | | | | | | | 4.x. Notes: svn path=/stable/4/; revision=94907
| * Diff reductionJulian Elischer2002-04-171-2/+1
| | | | | | | | Notes: svn path=/stable/4/; revision=94906
| * MFC: new way of getting stuff from fabric name servers; slight cleanup ofMatt Jacob2002-04-167-293/+882
| | | | | | | | | | | | | | dma stuff; increase size of FC scratch area. Notes: svn path=/stable/4/; revision=94882
| * MFC: Myson ethernet drivers. 10 and 100Mb/S .. Gb/S coming.Julian Elischer2002-04-162-118/+57
| | | | | | | | | | | | | | Courtesy of Myson. Notes: svn path=/stable/4/; revision=94865
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-161-0/+1879
| | | | | | | | Notes: svn path=/stable/4/; revision=94864
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-153-0/+1419
| | | | | | | | Notes: svn path=/stable/4/; revision=94758
| * MFC: More usb ethernet devices from NetBSD.Will Andrews2002-04-153-21/+273
| | | | | | | | | | | | | | Approved by: joe Notes: svn path=/stable/4/; revision=94705
| * MFC: r1.79->r1.80, add more USB ethernet devices from NetBSD.Will Andrews2002-04-151-1/+36
| | | | | | | | | | | | | | Approved by: joe Notes: svn path=/stable/4/; revision=94704
| * MFC: r1.5 Add an entry for "PCCOM dual port RS232/422/485".John Hay2002-04-141-0/+9
| | | | | | | | Notes: svn path=/stable/4/; revision=94648
| * MFC:Prafulla Deuskar2002-04-127-993/+1088
| | | | | | | | | | | | | | | | Added support for 82540EM based adapters Cosmetic changes to make code more unix-like Notes: svn path=/stable/4/; revision=94524
| * Add a BUF_LOCKINIT to init struct buf's before use.Søren Schmidt2002-04-121-0/+6
| | | | | | | | Notes: svn path=/stable/4/; revision=94507
| * MFC:Søren Schmidt2002-04-111-2/+2
| | | | | | | | | | | | | | Only calculate Promise magic if a device is there for info. Notes: svn path=/stable/4/; revision=94416
| * MFC:Søren Schmidt2002-04-111-37/+41
| | | | | | | | | | | | | | Fix the FreeBSD native ATA RAID code a bit. Notes: svn path=/stable/4/; revision=94415
| * MFC rev 1.4Paul Saab2002-04-111-1/+2
| | | | | | | | | | | | | | Fix I/O performance issues. Notes: svn path=/stable/4/; revision=94413
| * Set B_CALL again on a failed RAID1 transfer, biodone reset's it...Søren Schmidt2002-04-111-1/+1
| | | | | | | | Notes: svn path=/stable/4/; revision=94409
| * biodone the right buf in detach.Søren Schmidt2002-04-111-3/+3
| | | | | | | | Notes: svn path=/stable/4/; revision=94406
| * regenerateBill Paul2002-04-111-1/+6
| | | | | | | | Notes: svn path=/stable/4/; revision=94403
| * MFC: fix parallel link detection and add support for Nortel Networks cardBill Paul2002-04-112-1/+117
| | | | | | | | Notes: svn path=/stable/4/; revision=94402
| * MFC:Søren Schmidt2002-04-092-0/+3
| | | | | | | | | | | | | | Add yet another ATA133 Promise chip. Notes: svn path=/stable/4/; revision=94279
| * MFC: Fix typo: conole -> console.Jeroen Ruigrok van der Werven2002-04-081-1/+1
| | | | | | | | | | | | | | | | PR: 33965 Submitted by: Nicola Vitale <nivit@libero.it> Notes: svn path=/stable/4/; revision=94229
| * MFC: when loading a font allow size of the font be omitted, in which caseMaxim Sobolev2002-04-081-0/+1
| | | | | | | | | | | | | | | | | | size of the current font used instead. For this reason extend CONS_GETINFO ioctl to provide information about size of the currently displayed font. Notes: svn path=/stable/4/; revision=94219
| * Regenerate.Josef Karthauser2002-04-082-58/+79
| | | | | | | | Notes: svn path=/stable/4/; revision=94195
| * MFC: Restore the correct order.Josef Karthauser2002-04-081-15/+15
| | | | | | | | Notes: svn path=/stable/4/; revision=94194
| * MFC: Add a couple of HP printers.Josef Karthauser2002-04-081-1/+4
| | | | | | | | Notes: svn path=/stable/4/; revision=94193
| * MFC:Søren Schmidt2002-04-071-4/+9
| | | | | | | | | | | | | | | | Dont allow to detach twice. Unlock the channel again if an ata_reinit() fails. Notes: svn path=/stable/4/; revision=94045
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-04-073-0/+5273
| | | | | | | | Notes: svn path=/stable/4/; revision=94017
| * MFC: Add support for the DEll 2650Scott Long2002-04-051-0/+1
| | | | | | | | | | | | | | Submitted by: andrew_bachler@dell.com Notes: svn path=/stable/4/; revision=93909
| * MFC:Søren Schmidt2002-04-051-1/+3
| | | | | | | | | | | | | | | | Add forgotten ATA_UNLOCK_CH when getting status from non-existing enclosure. Notes: svn path=/stable/4/; revision=93892
| * MFC:Søren Schmidt2002-04-052-0/+65
| | | | | | | | | | | | | | Add support for Serverworks CSB5 Notes: svn path=/stable/4/; revision=93879
| * MFC: r1.4 - add device ID for Decision Computer Inc. PCCOM 4-port cards.Murray Stokely2002-04-041-0/+12
| | | | | | | | Notes: svn path=/stable/4/; revision=93769
| * regenerateBill Paul2002-04-041-1/+3
| | | | | | | | Notes: svn path=/stable/4/; revision=93755
| * MFC: sync bge and bgrphy drivers with current (tweak support for BCM5701Bill Paul2002-04-044-17/+98
| | | | | | | | | | | | | | cards, try to detect more kinds of fiber cards) Notes: svn path=/stable/4/; revision=93754