aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Dynamically allocate softc structuresBrian Somers2000-06-092-7/+33
* Increase delay from 10mu to 1000mu when reading play control size. ThisDan Moschuk2000-06-091-1/+1
* A driver for programming the AGP hardware. This is only very lightlyDoug Rabson2000-06-0910-0/+2576
* Nuke the useless chip driver. It gets in the way when you want to loadDoug Rabson2000-06-092-0/+2
* - Use `bus space' primitives for IO and MMIO insteadGerard Roudier2000-06-081-88/+195
* Add the ID of the InSystem USB Cable (not really supported yet).Nick Hibma2000-06-081-2/+9
* Regen.Nick Hibma2000-06-082-2/+9
* InSystem USB Cable (IDE adapter)Nick Hibma2000-06-081-0/+1
* When I tweaked if_dc.c to alter the polling interval for non-MIIBill Paul2000-06-071-7/+12
* handle duplex properly in the AIOGCAP ioctl - this may (partially?) fix ratCameron Grant2000-06-071-0/+2
* start_object: Set the revive length correctly.Greg Lehey2000-06-071-3/+3
* revive_block:Greg Lehey2000-06-071-35/+36
* this driver does not support the cs4281 and probably never will, different codeCameron Grant2000-06-061-4/+1
* support recordingCameron Grant2000-06-061-55/+234
* improve recordingCameron Grant2000-06-061-17/+27
* don't panic if we try to add a channel we said we wouldn'tCameron Grant2000-06-061-2/+9
* - Call mii_pollstat() after we bring up the link on a 1000baseTX cardBill Paul2000-06-061-1/+4
* Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colorsAndrey A. Chernov2000-06-061-7/+7
* Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!)Andrey A. Chernov2000-06-051-0/+10
* Don't bother checking the link state in dcphy_status() if the interfaceBill Paul2000-06-052-0/+6
* parity ops: Correctly recognize the end of the plex. Previously weGreg Lehey2000-06-051-1/+1
* Cosmetic and capture a register dump _before_ I've downloaded values toDuncan Barclay2000-06-041-3/+50
* As part of the IFF_RUNNING stuff, we've added an extra flag so callersDuncan Barclay2000-06-041-3/+9
* Main changes are resurection of mutlicast code (jgibbs moved the stuff IDuncan Barclay2000-06-041-175/+133
* parityrebuild: write the parity block back to the correct subdisk.Greg Lehey2000-06-021-2/+2
* Remove an incorrect comment, adjust white space.Greg Lehey2000-06-021-2/+1
* Add 'dumpconfig' keyword.Greg Lehey2000-06-022-1/+3
* Remove a redundant statement.Greg Lehey2000-06-021-2/+1
* open_drive: Recognize "wd" device type. This is going away, but it'sGreg Lehey2000-06-021-7/+6
* give_sd_to_plex: Initialize sd->plexno correctly. Previously this wasGreg Lehey2000-06-021-3/+4
* Darn it... left if_aue.c out of the last commit. (Fix watchdog timeoutBill Paul2000-06-011-5/+24
* Handle watchdog timeouts better. We can't really call the foo_init()Bill Paul2000-06-012-8/+20
* ed_ioctl() can be called from ifpromisc() after the card has been removed,Poul-Henning Kamp2000-06-011-1/+1
* With this evil hack the DS1 driver works on our Intel desktopPeter Wemm2000-06-011-2/+14
* if a device has no play or no record channels, set its simplex flag.Cameron Grant2000-06-011-0/+3
* if we get bad values for playctrlsize, the firmware may not have initialisedCameron Grant2000-06-011-1/+11
* add a bit more diagnostic info for the bus_dmamap_load failure caseCameron Grant2000-05-311-5/+8
* Rework the support for the internal autonegotiation on the 21143 andBill Paul2000-05-314-135/+82
* yamaha ds1/ds1e pci sound driver - work in progress, mixer and playback only.Cameron Grant2000-05-313-0/+2522
* Add support for the modem side of the 56k combo card.Warner Losh2000-05-301-76/+76
* Fix a panic resulting from an obvious null pointer deref.Guido van Rooij2000-05-291-1/+4
* Brucify the pmap_enter_temporary() changes.Doug Rabson2000-05-291-3/+3
* Fix the TAB not cause scrolling when entered at the end of the last line.Andrey A. Chernov2000-05-291-3/+8
* Add more ESS1869 PnP Sound Card PnPid.Jun Kuriyama2000-05-291-0/+1
* Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARDWarner Losh2000-05-292-0/+2
* Remove unused ioctl lockingDuncan Barclay2000-05-282-90/+14
* Made RAY_COM_DUMP a real debug called RAY_DCOMDuncan Barclay2000-05-282-24/+25
* A bit of a messy monster.Duncan Barclay2000-05-281-394/+516
* - Make the NVRAM debug code compile and work.Gerard Roudier2000-05-283-38/+65
* Oops, nearly forgot to commit this one. Use correct register names, orPeter Wemm2000-05-281-3/+3