aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Encapsulate the old PCI compatability support and APIs completely underPeter Wemm2000-05-283-123/+22
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/Peter Wemm2000-05-284-12/+12
* Use the correct name for the PCI command register (PCIR_COMMAND). Don'tPeter Wemm2000-05-281-3/+3
* Use the correct register names. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/Peter Wemm2000-05-281-3/+3
* Warn that this as an oldpci device..Peter Wemm2000-05-281-0/+4
* Use correct register values. This one was in aic7xxx and advansys too.Peter Wemm2000-05-281-1/+1
* Add a new pmap entry point, pmap_enter_temporary() to be used duringDoug Rabson2000-05-281-3/+4
* Use the correct register names. s/PCI_MAP_REG_START/PCIR_MAPS/Peter Wemm2000-05-281-2/+2
* Use the correct register names, not the FreeBSD 2.2 compatability ones.Peter Wemm2000-05-283-7/+7
* Use the correct name for a mapping register, not the old FreeBSD 2.xPeter Wemm2000-05-281-1/+1
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-2815-22/+158
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseAndrey A. Chernov2000-05-282-2/+4
* Cosmetics: dont say Unknown but Generic chipset in probe..Søren Schmidt2000-05-281-1/+1
* Fix alignment problem on the alpha reported by several parties.Søren Schmidt2000-05-281-1/+1
* Use /sys/sys/*.h over /usr/include/sys.David E. O'Brien2000-05-272-2/+2
* fix the return value of the SOUND_PCM_WRITE_CHANNELS ioctlCameron Grant2000-05-271-3/+7
* move various fields from pcm_channel to snd_dbufCameron Grant2000-05-263-173/+209
* if we have a codec init routine, fail the attach if init failsCameron Grant2000-05-261-3/+7