summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Core version 2.0 rewrite. In this file we replace isp_tdebug withmjacob2000-08-011-118/+104
* Core version 2.0 cleanup/rewrite. Things get rearranged and changedmjacob2000-08-011-164/+233
* Remove isp_prtstst (now in case statement in isp.c). Removemjacob2000-08-011-116/+47
* Remove isp_tdebug. Change all PRINTF macros to the now commonmjacob2000-08-011-125/+117
* Fix typo. Remove isp_tdebug (we'll use ISP_LOGTDEBUG2 in isp->isp_dblevmjacob2000-08-011-6/+3
* Add in lengths of SBus or PCI registers.mjacob2000-08-011-0/+3
* Rewrite for version 2.0. Some structural changes, but alsomjacob2000-08-011-34/+189
* Part of major rewrite for core version 2.0- clarification ofmjacob2000-08-011-99/+106
* Bring tdfx_pci.c in sync with some patches I have been testing. Adds bettercokane2000-08-011-6/+8
* Reverse the sense of the signed/unsigned formatting bit.nsayer2000-08-011-1/+1
* almost-there ess solo-1 driver, committed so people can tell me why itcg2000-07-311-0/+932
* add suspend/resume for yamaha chipscg2000-07-301-0/+75
* fix a potential local DoS attackcg2000-07-302-2/+13
* fix a bug where opening /dev/dsp twice resulted in it being busy until rebootcg2000-07-301-0/+3
* Spell the word 'limited' with only one 't'.steve2000-07-302-2/+2
* do the ac97 init delay for all chips and increase it to 500mscg2000-07-301-2/+3
* "Fix" cast qualifier warnings using the uintptr_t intermediate trick.peter2000-07-281-3/+6
* Fix a warning re: a potentially unused pccard helper functionpeter2000-07-281-0/+2
* Fix GENERIC_MOUSE_ENTRY.yokota2000-07-281-1/+1
* ahc_pci.c:gibbs2000-07-274-15/+70
* The DEC version of the Smart controller has its configuration informationjlemon2000-07-276-36/+79
* Use a custom Tigon 2 firmware image, hopefully temporarily. This iswpaul2000-07-261-1683/+1728
* Remove the preliminary support for ATAPI. It does not work and breaksn_hibma2000-07-261-0/+6
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-2510-48/+98
* Properly handle the case where the residual is 0, but, as the targetgibbs2000-07-251-5/+12
* aic7xxx.c:gibbs2000-07-243-49/+92
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-234-76/+273
* Clean this up with some BDE-inspired fixes.markm2000-07-236-70/+90
* Remove the awi(4) manual page from the sys/ hierarchy after a repo-sheldonh2000-07-231-154/+0
* Add transmit buffer limitation depending on actual bandwidth.phk2000-07-221-113/+160
* This is yet another attempt to fix "psmintr out of sync.." problems.yokota2000-07-221-13/+9
* Make Reset (ESC c) reset attributes too, not only clear screenache2000-07-211-1/+6
* Tweak probe message so that 1000baseSX and 1000baseT cards arewpaul2000-07-201-2/+2
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICwpaul2000-07-204-2427/+3229
* Implement SGR 22,24,25,27 from ECMA-48ache2000-07-201-0/+16
* Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetache2000-07-201-2/+2
* Add support for the PC87303 chipset (found on Miata alphas) and adddfr2000-07-202-6/+47
* Remove some confusing verbosity - we have no idea what RAID level themsmith2000-07-201-18/+3
* Fix an alpha-only race which causes the transmit side of the chip togallatin2000-07-191-0/+12
* Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed thecokane2000-07-193-21/+88
* make this file suitable for 4-stable as well as 5-currentcg2000-07-181-0/+11
* PR:19945dick2000-07-181-1/+2
* Remove an unused variable warning.n_hibma2000-07-181-2/+0
* Fix the detection of parallel port Zip drives.n_hibma2000-07-181-4/+5
* o Convert to <inttypes.h> style fixed sized types to facilitate porting togibbs2000-07-1824-1843/+2973
* Fix the IRQ9/IRQ2 confusion.phk2000-07-181-0/+1
* Driver for LMC1504 card: four port E1 or fractional E1.phk2000-07-181-47/+115
* Add smc37c935 chipset support and clean up the code which tries todfr2000-07-182-32/+139
* Add in some new IN_XXX and CT_XXXX flags in preparationmjacob2000-07-181-0/+6
* If debugging set, zero out an incoming response entrymjacob2000-07-181-1/+5
OpenPOWER on IntegriCloud