summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-01-31zero out csum when re-using mbuf (cures 50% packet loss under load)Jim Rees
2002-01-31drop the low drop bits number to 10 dropMichael Shalayeff
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-30TI 1410 PCI-CardBus support.Federico G. Schwindt
2002-01-28match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com>Michael Shalayeff
2002-01-28Try to share a common src/dst map where possible, and cope with thatJason Wright
2002-01-28First round of post-bus_dma cleanups:Jason Wright
2002-01-28Quick (and a little dirty) conversion to bus_dma(9).Jason Wright
2002-01-28Re-port the NetBSD driver, but rewrite tx logic to use static buffers (andJason Wright
2002-01-27bt no moreMichael Shalayeff
2002-01-25tell wsdisplay if we are a consoleMichael Shalayeff
2002-01-25CONADDR is defined elsewhere for hppaMichael Shalayeff
2002-01-25In encap, sync mbuf before writing descriptorsJason Wright
2002-01-25Disestablish *powerhook* on detach. jason@ okThomas Nordin
2002-01-25Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.Jason Wright
2002-01-25move the scancode -> wskbd event map into a seperate file... more stillJason Wright
2002-01-25Add support for the "Magma 2+1HS Sp" (from NetBSD)Jason Wright
2002-01-24bussified and bus-split bustec scsi ha driver.Michael Shalayeff
2002-01-24More cleaningJason Wright
2002-01-23fix a bug in az_find and make az_staet() more readable; from Vladimir Popov <...Michael Shalayeff
2002-01-23allow attaching radio on bktr; from netbsd w/ fixes from Vladimir Popov <jumb...Michael Shalayeff
2002-01-23regenMichael Shalayeff
2002-01-23sb audigy w/ fw; from Maxim Tsyplakov <tm@oganer.net>Michael Shalayeff
2002-01-23Add defn for MIPS reset register and use it.Jason Wright
2002-01-23Use the size of the cmd dmamap when syncing the scsi command, not data size.Per Fogelstrom
2002-01-23oops, make the kgdb var's non-staticEric Jackson
2002-01-23declare a few var's extern for KGDBEric Jackson
2002-01-23allow this to compile with KGDBEric Jackson
2002-01-23we dont have getprogname()Eric Jackson
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-22dup wi_pcmcia_attach(); from maurice@amaze.nlMichael Shalayeff
2002-01-21syncNathan Binkert
2002-01-21Another pci->ohci chipNathan Binkert
2002-01-21finish ericj's work.Nathan Binkert
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
2002-01-19From Patrik Lindergren (patrik@ipunplugged.com):Jason Wright
2002-01-19syncNathan Binkert
2002-01-19Add Intel PRO/1000XTNathan Binkert
2002-01-16Add a sun keyboard typeJason Wright
2002-01-13Better error handling: unmap registers on failure and better checking onJason Wright
2002-01-13Port of my spif driver to sparc64 (untested)Jason Wright
2002-01-12the 1190 and 1400 register maps aren't the same size don't treat them soJason Wright
2002-01-12House cleaning: removing some leftover sparc bits and suchJason Wright
2002-01-12Port of Iain Hibbert's magma driver to sparc64Jason Wright
2002-01-12Don't try UDMA modes if they aren't supported by the controllerJason Wright
2002-01-11Roughly same diff as sparc, better interrupt handling:Jason Wright
2002-01-11Get order of operations correct so that we clear the wsmux array andJason Wright
2002-01-11Check result from malloc(9) when using M_NOWAIT. fgsch@ okThomas Nordin
2002-01-10return ENOTTY not EINVAL in default: in *ioctl()Michael Shalayeff