aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop UpMatt Jacob1999-02-091-13/+43
* Roll internal release tag. Print out if we're in a 64 bit PCI slot.Matt Jacob1999-02-091-58/+155
* roll internal release tagMatt Jacob1999-02-094-10/+14
* Generate correct DLT_NULL headers before passing packets to bpf.Dag-Erling Smørgrav1999-02-081-30/+43
* Bring in the simplified port probe from src/sys/i386/isa/lpt.cDag-Erling Smørgrav1999-02-081-26/+20
* Added detection for bt848a chipsRoger Hardiman1999-02-081-5/+11
* Added check to bktr_mmap() from OpenBSD driver.Roger Hardiman1999-02-081-46/+83
* Changed to use IICBUS_REPEATED_STARTRoger Hardiman1999-02-061-2/+2
* Followup to yokota's last commit:Dag-Erling Smørgrav1999-02-054-13/+14
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-053-11/+12
* Remove some dead debug codeGreg Lehey1999-02-051-32/+27
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).Bruce Evans1999-02-042-232/+378
* Remember to initialize ifp->if_snd.ifq_maxlen.Bill Paul1999-02-011-2/+3
* Nuke some prototypes that really shouldn't be here.Mark Newton1999-02-011-8/+0
* The alternate B_PAGING path for vnstrategy() is used for VM faultsMatthew Dillon1999-02-011-1/+2
* Move the "fetch serial data" delay so that it is an inter-bit delay.Peter Dufault1999-01-311-5/+13
* Added UHCI_LEGSUP to uhcireg.hNick Hibma1999-01-311-0/+2
* Fix compile warnings about missing braces around static initialization of uni...Nicolas Souchu1999-01-312-25/+25
* New driver flags to support IFF_ALLMULTI handling.Paul Richards1999-01-311-1/+4
* Add IFF_MULTICAST when setting flags in lnc_init().Paul Richards1999-01-311-2/+2
* Fix and enable multicast support.Paul Richards1999-01-311-50/+46
* Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu1999-01-3010-64/+91
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-309-16/+24
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofMatt Jacob1999-01-307-205/+410
* Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to powerMatt Jacob1999-01-301-1135/+3100
* roll internal release tagMatt Jacob1999-01-301-2/+2
* roll internal release tagMatt Jacob1999-01-301-2/+2
* New pseudo-device to provide for a way of obtaining a socket by open()ingMark Newton1999-01-301-0/+427
* Removed a bogus cast to v_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+2
* Removed bogus casts to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-4/+3
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-2920-379/+723
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-17/+26
* Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio formatRoger Hardiman1999-01-281-16/+356
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-283-5/+7
* Added METEOR_DEV2 and METEOR_DEV3Roger Hardiman1999-01-281-2/+3
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-1/+50
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-3/+6
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-2/+2
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101Kazutaka YOKOTA1999-01-283-72/+157
* build_write_request: only fail if all plexes are down, instead of ifGreg Lehey1999-01-281-1/+4
* Fix some format breakage before bde finds outGreg Lehey1999-01-281-156/+106
* Correct test in poll loop for determining that the mailbox is free toJustin T. Gibbs1999-01-281-7/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2814-132/+132
* Fix parenthesization, but the code still looks wrong.Matthew Dillon1999-01-281-2/+7
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-284-11/+11
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-8/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-274-16/+16
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-2718-79/+79
* Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI withMatthew Dillon1999-01-271-2/+2
* Fix PPBPRI #define - it was missing parenthesis which messed up aMatthew Dillon1999-01-271-2/+2